Searched refs:sub_type (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | loop_optimization.cc | 2064 DataType::Type sub_type = GetNarrowerType(a, b); in VectorizeSADIdiom() local 2065 if (reduction_type != sub_type && in VectorizeSADIdiom() 2066 (!IsNarrowerOperands(a, b, sub_type, &r, &s, &is_unsigned) || is_unsigned)) { in VectorizeSADIdiom() 2070 if (!TrySetVectorType(sub_type, &restrictions) || in VectorizeSADIdiom() 2072 (reduction_type != sub_type && HasVectorRestrictions(restrictions, kNoWideSAD))) { in VectorizeSADIdiom() 2081 if (VectorizeUse(node, q, generate_code, sub_type, restrictions) && in VectorizeSADIdiom() 2082 VectorizeUse(node, r, generate_code, sub_type, restrictions) && in VectorizeSADIdiom() 2083 VectorizeUse(node, s, generate_code, sub_type, restrictions)) { in VectorizeSADIdiom() 2092 GetOtherVL(reduction_type, sub_type, vector_length_), in VectorizeSADIdiom()
|