Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h199 void GenerateVecSub(HInstruction* org, HInstruction* offset);
Dloop_optimization.cc1301 GenerateVecSub(index, offset); in VectorizeDef()
1378 GenerateVecSub(index, offset); in VectorizeUse()
1701 void HLoopOptimization::GenerateVecSub(HInstruction* org, HInstruction* offset) { in GenerateVecSub() function in art::HLoopOptimization