Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc2167 DataType::Type sub_type = GetNarrowerType(a, b); in VectorizeSADIdiom() local
2168 if (reduction_type != sub_type && in VectorizeSADIdiom()
2169 (!IsNarrowerOperands(a, b, sub_type, &r, &s, &is_unsigned) || is_unsigned)) { in VectorizeSADIdiom()
2173 if (!TrySetVectorType(sub_type, &restrictions) || in VectorizeSADIdiom()
2175 (reduction_type != sub_type && HasVectorRestrictions(restrictions, kNoWideSAD))) { in VectorizeSADIdiom()
2184 if (VectorizeUse(node, acc, generate_code, sub_type, restrictions) && in VectorizeSADIdiom()
2185 VectorizeUse(node, r, generate_code, sub_type, restrictions) && in VectorizeSADIdiom()
2186 VectorizeUse(node, s, generate_code, sub_type, restrictions)) { in VectorizeSADIdiom()
2195 GetOtherVL(reduction_type, sub_type, vector_length_), in VectorizeSADIdiom()