Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1861 if (HasVectorRestrictions(restrictions, kNoReduction)) { in VectorizeUse()
2029 *restrictions |= kNoDiv | kNoReduction | kNoDotProd; in TrySetVectorType()
2033 *restrictions |= kNoDiv | kNoStringCharAt | kNoReduction | kNoDotProd; in TrySetVectorType()
2082 *restrictions |= kNoReduction | kNoIfCond; in TrySetVectorType()
2085 *restrictions |= kNoReduction | kNoIfCond; in TrySetVectorType()
2112 *restrictions |= kNoReduction; in TrySetVectorType()
2115 *restrictions |= kNoReduction; in TrySetVectorType()
2162 *restrictions |= kNoReduction; in TrySetVectorType()
2165 *restrictions |= kNoReduction; in TrySetVectorType()
Dloop_optimization.h100 kNoReduction = 1 << 10, // no reduction enumerator