Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h133 void GenerateVecInv(HInstruction* org, Primitive::Type type);
Dloop_optimization.cc754 GenerateVecInv(instruction, type); in VectorizeUse()
992 void HLoopOptimization::GenerateVecInv(HInstruction* org, Primitive::Type type) { in GenerateVecInv() function in art::HLoopOptimization