Home
last modified time | relevance | path

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

/art/compiler/optimizing/
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()
2175 (reduction_type != sub_type && HasVectorRestrictions(restrictions, kNoWideSAD))) { 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()
2206 GenerateVecOp(instruction, vector_map_->Get(acc), vector_map_->Get(abs), reduction_type); in VectorizeSADIdiom()
2222 DataType::Type reduction_type, in VectorizeDotProdIdiom() argument
[all …]