Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_analysis.h194 bool IsVecOp() const { return is_vec_op_; } in IsVecOp() function
384 loc->IsVecOp() == is_vec_op) { in FindHeapLocationIndex()
Dload_store_elimination.cc2120 if (!hl->IsVecOp()) { in TryReplacingLoopPhiPlaceholderWithDefault()
2183 if (hl->IsVecOp()) { in TryReplacingLoopPhiPlaceholderWithSingleInput()