Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc207 if (cached->GetTrueValue() == select->GetTrueValue() && in Run()
Dreference_type_propagation.cc814 ReferenceTypeInfo true_rti = select->GetTrueValue()->GetReferenceTypeInfo(); in FixUpInstructionType()
Dinstruction_simplifier.cc925 HInstruction* true_value = select->GetTrueValue(); in VisitSelect()
Dnodes.h7596 HInstruction* GetTrueValue() const { return InputAt(1); } in GetTrueValue() function
7605 return GetTrueValue()->CanBeNull() || GetFalseValue()->CanBeNull(); in CanBeNull()
Dcode_generator_arm_vixl.cc2654 locations->SetInAt(1, Location::FpuRegisterOrConstant(select->GetTrueValue())); in VisitSelect()
2657 locations->SetInAt(1, Arm8BitEncodableConstantOrRegister(select->GetTrueValue())); in VisitSelect()
Dcode_generator_arm64.cc3322 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in VisitSelect()
Dcode_generator_mips64.cc4527 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in CanMoveConditionally()
Dcode_generator_mips.cc5993 HConstant* cst_true_value = select->GetTrueValue()->AsConstant(); in CanMoveConditionally()