Home
last modified time | relevance | path

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

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