Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm64.cc3322 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in VisitSelect() local
3324 bool is_true_value_constant = cst_true_value != nullptr; in VisitSelect()
3329 Operand(Int64FromConstant(cst_true_value)) : Operand(x1); in VisitSelect()
3340 : Location::ConstantLocation(cst_true_value)); in VisitSelect()
Dcode_generator_mips64.cc4527 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in CanMoveConditionally() local
4530 (cst_true_value != nullptr && cst_true_value->IsZeroBitPattern()); in CanMoveConditionally()
4634 locations_to_set->SetInAt(1, Location::ConstantLocation(cst_true_value)); in CanMoveConditionally()
Dcode_generator_mips.cc5993 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in CanMoveConditionally() local
5996 (cst_true_value != nullptr && cst_true_value->IsZeroBitPattern()); in CanMoveConditionally()
6188 locations_to_set->SetInAt(1, Location::ConstantLocation(cst_true_value)); in CanMoveConditionally()