Home
last modified time | relevance | path

Searched refs:GetAnyType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h195 CHECK(CompareAnyType, GetAnyType) in Compare()
196 CHECK(CastValueToAnyType, GetAnyType) in Compare()
197 CHECK(CastAnyTypeValue, GetAnyType) in Compare()
198 CHECK(AnyTypeCheck, GetAnyType) in Compare()
Dir_builder_test.cpp6321 EXPECT_TRUE(cati->GetAnyType() == AnyBaseType::UNDEFINED_TYPE); in TEST_F()
6346 EXPECT_TRUE(catvi->GetAnyType() == AnyBaseType::UNDEFINED_TYPE); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.cpp34 obj->Add(static_cast<uint32_t>(inst->CastToCompareAnyType()->GetAnyType())); in AddSpecialTraits()
37 obj->Add(static_cast<uint32_t>(inst->CastToCastAnyTypeValue()->GetAnyType())); in AddSpecialTraits()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h1891 AnyBaseType GetAnyType() const in GetAnyType() function
1926 clone->CastToCompareAnyType()->SetAnyType(GetAnyType()); in Clone()
1953 return AnyBaseTypeToDataType(GetAnyType()); in GetDeducedType()
1961 AnyBaseType any_type = GetAnyType(); in Clone()
1989 auto any_type = GetAnyType(); in Clone()
2326 clone->CastToPhi()->SetAnyType(GetAnyType()); in Clone()
2332 return GetAnyType(); in GetAssumedAnyType()
Ddump.cpp318 ArenaString any_base_type(AnyTypeTypeToString(mixin_inst->GetAnyType()), adapter); in DumpOpcodeAnyTypeMixin()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp367 switch (cvat_inst->GetAnyType()) { in IsEcmaConstTemplate()
514 switch (cvat->GetAnyType()) { in VisitCastValueToAnyType()