Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h82 kNoReduction = 1 << 9, // no reduction enumerator
Dloop_optimization.cc1389 if (HasVectorRestrictions(restrictions, kNoReduction)) { in VectorizeUse()
1564 *restrictions |= kNoDiv | kNoReduction | kNoDotProd; in TrySetVectorType()
1568 *restrictions |= kNoDiv | kNoStringCharAt | kNoReduction | kNoDotProd; in TrySetVectorType()
1597 *restrictions |= kNoReduction; in TrySetVectorType()
1600 *restrictions |= kNoReduction; in TrySetVectorType()
1644 *restrictions |= kNoReduction; in TrySetVectorType()
1647 *restrictions |= kNoReduction; in TrySetVectorType()