Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1460 (instruction->IsDiv() && HasVectorRestrictions(restrictions, kNoDiv))) { in VectorizeUse()
1565 *restrictions |= kNoDiv | kNoReduction | kNoDotProd; in TrySetVectorType()
1569 *restrictions |= kNoDiv | kNoStringCharAt | kNoReduction | kNoDotProd; in TrySetVectorType()
1572 *restrictions |= kNoDiv | kNoWideSAD; in TrySetVectorType()
1585 *restrictions |= kNoDiv; in TrySetVectorType()
1589 *restrictions |= kNoDiv; in TrySetVectorType()
1592 *restrictions |= kNoDiv; in TrySetVectorType()
1595 *restrictions |= kNoDiv | kNoMul; in TrySetVectorType()
1615 kNoDiv | in TrySetVectorType()
1624 *restrictions |= kNoDiv | in TrySetVectorType()
[all …]
Dloop_optimization.h74 kNoDiv = 1 << 1, // no division enumerator