Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc365 static bool HasVectorRestrictions(uint64_t restrictions, uint64_t tested) { in HasVectorRestrictions() function
1835 if (is_string_char_at && (HasVectorRestrictions(restrictions, kNoStringCharAt))) { in VectorizeUse()
1861 if (HasVectorRestrictions(restrictions, kNoReduction)) { in VectorizeUse()
1928 if ((instruction->IsMul() && HasVectorRestrictions(restrictions, kNoMul)) || in VectorizeUse()
1929 (instruction->IsDiv() && HasVectorRestrictions(restrictions, kNoDiv))) { in VectorizeUse()
1952 if ((HasVectorRestrictions(restrictions, kNoShift)) || in VectorizeUse()
1953 (instruction->IsShr() && HasVectorRestrictions(restrictions, kNoShr))) { in VectorizeUse()
1955 } else if (HasVectorRestrictions(restrictions, kNoHiBits)) { in VectorizeUse()
1989 if (HasVectorRestrictions(restrictions, kNoAbs)) { in VectorizeUse()
1991 } else if (HasVectorRestrictions(restrictions, kNoHiBits) && in VectorizeUse()
[all …]