Home
last modified time | relevance | path

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

/art/test/409-materialized-condition/
Dinfo.txt1 Test that materialized conditions are evaluated correctly.
/art/test/566-checker-codegen-select/
Dinfo.txt1 Test the use positions of inputs of non-materialized conditions.
/art/test/565-checker-condition-liveness/
Dinfo.txt1 Test the use positions of inputs of non-materialized conditions.
/art/compiler/optimizing/
Dcode_generator_mips.cc5191 bool materialized = IsBooleanValueOrMaterializedCondition(select->GetCondition()); in CanMoveConditionally() local
5195 Primitive::Type cond_type = materialized ? Primitive::kPrimInt : condition->InputAt(0)->GetType(); in CanMoveConditionally()
5224 } else if (materialized) { in CanMoveConditionally()
5265 if (materialized) { in CanMoveConditionally()
5400 if (materialized) { in CanMoveConditionally()