Searched refs:GetDefaultValue (Results 1 – 14 of 14) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | load_store_elimination_test.cc | 2535 EXPECT_INS_EQ(pred_get->GetDefaultValue(), value_phi); in TEST_F() 3358 EXPECT_INS_EQ(get->GetDefaultValue(), val); in TEST_F() 3543 EXPECT_INS_EQ(pred_gets[0]->GetDefaultValue(), val_phi); in TEST_F() 4049 EXPECT_INS_EQ(pred_get->GetDefaultValue()->InputAt(0), c0); in TEST_F() 4050 EXPECT_INS_EQ(pred_get->GetDefaultValue()->InputAt(1), c10); in TEST_F() 6875 HPhi* inst_value_phi = pred_get->GetDefaultValue()->AsPhi(); in TEST_F() 7059 HPhi* inst_value_phi = pred_get->GetDefaultValue()->AsPhi(); in TEST_F() 7670 EXPECT_INS_EQ(pred_get->GetDefaultValue()->InputAt(1), c3); in TEST_F() 7774 EXPECT_INS_EQ(pred_get->GetDefaultValue(), c10); in TEST_F() 7979 EXPECT_INS_EQ(pred_get->GetDefaultValue(), c10) in TEST_F() [all …]
|
H A D | instruction_simplifier_test.cc | 207 EXPECT_INS_EQ(read_end->GetDefaultValue(), val_phi); in TEST_F() 300 EXPECT_INS_EQ(read_end->GetDefaultValue(), c3); in TEST_F()
|
H A D | load_store_elimination.cc | 872 HInstruction* GetDefaultValue(DataType::Type type) { in GetDefaultValue() function in art::LSEVisitor 1726 phi_inputs.push_back(GetDefaultValue(type)); in MaterializeNonLoopPhis() 1767 HInstruction* constant = GetDefaultValue(instruction->GetType()); in VisitGetLocation() 1976 HInstruction* replacement = GetDefaultValue(type); in TryReplacingLoopPhiPlaceholderWithDefault() 2179 (other_value->IsDefault()) ? GetDefaultValue(type) : other_value->GetInstruction(); in MaterializeLoopPhis() 2241 HInstruction* input = value.IsDefault() ? GetDefaultValue(type) : value.GetInstruction(); in MaterializeLoopPhis() 3703 HInstruction* res = GetDefaultValue(read->GetType()); in GetPartialValueAt()
|
H A D | nodes.h | 6259 HInstruction* GetDefaultValue() const { 6269 GetDefaultValue() == other_get->GetDefaultValue();
|
H A D | instruction_simplifier.cc | 951 HInstruction* default_val = pred_get->GetDefaultValue(); in VisitPredicatedInstanceFieldGet()
|
/aosp12/system/tools/aidl/ |
H A D | aidl_checkapi.cpp | 280 string old_value = old_field->GetDefaultValue() ? old_field->GetDefaultValue()->Literal() : ""; in are_compatible_parcelables() 281 string new_value = new_field->GetDefaultValue() ? new_field->GetDefaultValue()->Literal() : ""; in are_compatible_parcelables()
|
H A D | aidl_dumpapi.cpp | 127 DumpConstantValue(v.GetType(), *v.GetDefaultValue()); in Visit()
|
H A D | generate_rust.cpp | 527 if (variable->GetDefaultValue()) { in GenerateParcelDefault() 620 if (first_field->GetDefaultValue()) { in GenerateParcelDefault()
|
H A D | generate_java.cpp | 400 if (!parcel->IsJavaOnlyImmutable() && variable->GetDefaultValue()) { in generate_parcel_class() 428 if (variable->GetDefaultValue()) { in generate_parcel_class()
|
H A D | aidl_language.cpp | 666 if (GetDefaultValue()) { in HasUsefulDefaultValue() 725 traverse(*GetDefaultValue()); in TraverseChildren()
|
H A D | aidl.cpp | 711 if (var->GetDefaultValue() && var->ValueString(AidlConstantValueDecorator).empty()) { in load_and_validate_aidl()
|
H A D | generate_ndk.cpp | 1047 if (variable->GetDefaultValue()) { in GenerateParcelHeader()
|
H A D | aidl_language.h | 490 const AidlConstantValue* GetDefaultValue() const { return default_value_.get(); }
|
H A D | generate_cpp.cpp | 1222 if (variable->GetDefaultValue()) { in BuildParcelFields()
|