Home
last modified time | relevance | path

Searched refs:ReturnsSIMDValue (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dnodes_vector.h230 static bool ReturnsSIMDValue(HInstruction* instruction) { in ReturnsSIMDValue() function
395 DCHECK(!ReturnsSIMDValue(scalar)); in HVecReplicateScalar()
985 DCHECK(!ReturnsSIMDValue(scalars[i])); in HVecSetScalars()
H A Dssa_liveness_analysis.cc495 if (definition != nullptr && HVecOperation::ReturnsSIMDValue(definition)) { in NumberOfSpillSlotsNeeded()
H A Dloop_optimization.cc1930 if (HVecOperation::ReturnsSIMDValue(input)) { in ReduceAndExtractIfNeeded()