Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h190 void GenerateVecInv(HInstruction* org, DataType::Type type);
Dloop_optimization.cc1360 GenerateVecInv(instruction, type); in VectorizeUse()
1672 void HLoopOptimization::GenerateVecInv(HInstruction* org, DataType::Type type) { in GenerateVecInv() function in art::HLoopOptimization