Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1299 DataType::Type induc_type = main_phi->GetType(); in VectorizePredicated() local
1300 DCHECK(induc_type == DataType::Type::kInt32 || induc_type == DataType::Type::kInt64) in VectorizePredicated()
1301 << induc_type; in VectorizePredicated()
1308 vector_index_ = graph_->GetConstant(induc_type, 0); in VectorizePredicated()
1318 HSelect(rt, vtc, graph_->GetConstant(induc_type, 0), kNoDexPc)); in VectorizePredicated()
1332 graph_->GetConstant(induc_type, vector_length_)); in VectorizePredicated()
1346 graph_->GetConstant(induc_type, 1), in VectorizePredicated()
1399 DataType::Type induc_type = main_phi->GetType(); in VectorizeTraditional() local
1400 DCHECK(induc_type == DataType::Type::kInt32 || induc_type == DataType::Type::kInt64) in VectorizeTraditional()
1401 << induc_type; in VectorizeTraditional()
[all …]
Dloop_optimization.h380 DataType::Type induc_type,