Home
last modified time | relevance | path

Searched refs:ComputeAlignment (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.h237 Alignment ComputeAlignment(HInstruction* offset,
H A Dloop_optimization.cc1004 Alignment alignment = ComputeAlignment(i->offset, i->type, i->is_string_char_at); in ShouldVectorize()
1833 ComputeAlignment(offset, type, is_string_char_at, vector_static_peeling_factor_)); in GenerateVecMem()
2293 Alignment HLoopOptimization::ComputeAlignment(HInstruction* offset, in ComputeAlignment() function in art::HLoopOptimization