Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1428 if (HasVectorRestrictions(restrictions, kNoReduction)) { in VectorizeUse()
1595 *restrictions |= kNoDiv | kNoReduction | kNoDotProd; in TrySetVectorType()
1599 *restrictions |= kNoDiv | kNoStringCharAt | kNoReduction | kNoDotProd; in TrySetVectorType()
1640 *restrictions |= kNoReduction; in TrySetVectorType()
1643 *restrictions |= kNoReduction; in TrySetVectorType()
1669 *restrictions |= kNoReduction; in TrySetVectorType()
1672 *restrictions |= kNoReduction; in TrySetVectorType()
1718 *restrictions |= kNoReduction; in TrySetVectorType()
1721 *restrictions |= kNoReduction; in TrySetVectorType()
Dloop_optimization.h83 kNoReduction = 1 << 10, // no reduction enumerator