Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc2129 DataType::Type op_type = GetNarrowerType(a, b); in VectorizeDotProdIdiom() local
2132 if (!IsNarrowerOperands(a, b, op_type, &r, &s, &is_unsigned)) { in VectorizeDotProdIdiom()
2135 op_type = HVecOperation::ToProperType(op_type, is_unsigned); in VectorizeDotProdIdiom()
2137 if (!TrySetVectorType(op_type, &restrictions) || in VectorizeDotProdIdiom()
2149 if (VectorizeUse(node, q, generate_code, op_type, restrictions) && in VectorizeDotProdIdiom()
2150 VectorizeUse(node, r, generate_code, op_type, restrictions) && in VectorizeDotProdIdiom()
2151 VectorizeUse(node, s, generate_code, op_type, restrictions)) { in VectorizeDotProdIdiom()
2161 GetOtherVL(reduction_type, op_type, vector_length_), in VectorizeDotProdIdiom()