Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.h199 void GenerateVecInv(HInstruction* org, DataType::Type type);
H A Dloop_optimization.cc1393 GenerateVecInv(instruction, type); in VectorizeUse()
1745 void HLoopOptimization::GenerateVecInv(HInstruction* org, DataType::Type type) { in GenerateVecInv() function in art::HLoopOptimization