Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1457 (instruction->IsDiv() && HasVectorRestrictions(restrictions, kNoDiv))) { in VectorizeUse()
1564 *restrictions |= kNoDiv | kNoReduction | kNoDotProd; in TrySetVectorType()
1568 *restrictions |= kNoDiv | kNoStringCharAt | kNoReduction | kNoDotProd; in TrySetVectorType()
1571 *restrictions |= kNoDiv | kNoWideSAD; in TrySetVectorType()
1584 *restrictions |= kNoDiv; in TrySetVectorType()
1588 *restrictions |= kNoDiv; in TrySetVectorType()
1591 *restrictions |= kNoDiv; in TrySetVectorType()
1594 *restrictions |= kNoDiv | kNoMul; in TrySetVectorType()
1614 kNoDiv | in TrySetVectorType()
1623 *restrictions |= kNoDiv | in TrySetVectorType()
[all …]
Dloop_optimization.h74 kNoDiv = 1 << 1, // no division enumerator