Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.h102 kNoWideSAD = 1 << 12, // no sum of absolute differences (SAD) with operand widening enumerator
Dloop_optimization.cc2036 *restrictions |= kNoDiv | kNoWideSAD; in TrySetVectorType()
2603 (reduction_type != sub_type && HasVectorRestrictions(restrictions, kNoWideSAD))) { in VectorizeSADIdiom()