Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc2142 DataType::Type reduction_type, in VectorizeSADIdiom() argument
2147 (reduction_type != DataType::Type::kInt32 && reduction_type != DataType::Type::kInt64)) { in VectorizeSADIdiom()
2155 abs->GetType() == reduction_type && in VectorizeSADIdiom()
2168 if (reduction_type != sub_type && in VectorizeSADIdiom()
2194 HVecOperation::ToProperType(reduction_type, is_unsigned), in VectorizeSADIdiom()
2195 GetOtherVL(reduction_type, sub_type, vector_length_), in VectorizeSADIdiom()
2204 GenerateVecOp(abs, vector_map_->Get(r), nullptr, reduction_type); in VectorizeSADIdiom()
2224 if (!instruction->IsAdd() || reduction_type != DataType::Type::kInt32) { in VectorizeDotProdIdiom()
2230 if (!mul->IsMul() || mul->GetType() != reduction_type) { in VectorizeDotProdIdiom()
2268 reduction_type, in VectorizeDotProdIdiom()
[all …]