Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h236 Alignment ComputeAlignment(HInstruction* offset,
Dloop_optimization.cc1005 Alignment alignment = ComputeAlignment(i->offset, i->type, i->is_string_char_at); in ShouldVectorize()
1750 ComputeAlignment(offset, type, is_string_char_at, vector_static_peeling_factor_)); in GenerateVecMem()
2189 Alignment HLoopOptimization::ComputeAlignment(HInstruction* offset, in ComputeAlignment() function in art::HLoopOptimization