Searched refs:sub_type (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 2595 DataType::Type sub_type = GetNarrowerType(a, b); in VectorizeSADIdiom() local 2596 if (reduction_type != sub_type && in VectorizeSADIdiom() 2597 (!IsNarrowerOperands(a, b, sub_type, &r, &s, &is_unsigned) || is_unsigned)) { in VectorizeSADIdiom() 2601 if (!TrySetVectorType(sub_type, &restrictions) || in VectorizeSADIdiom() 2603 (reduction_type != sub_type && HasVectorRestrictions(restrictions, kNoWideSAD))) { in VectorizeSADIdiom() 2612 if (VectorizeUse(node, acc, generate_code, sub_type, restrictions) && in VectorizeSADIdiom() 2613 VectorizeUse(node, r, generate_code, sub_type, restrictions) && in VectorizeSADIdiom() 2614 VectorizeUse(node, s, generate_code, sub_type, restrictions)) { in VectorizeSADIdiom() 2623 GetOtherVL(reduction_type, sub_type, vector_length_), in VectorizeSADIdiom()
|