Home
last modified time | relevance | path

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

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