Home
last modified time | relevance | path

Searched defs:anyType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp63 auto anyType = inst->CastToCastValueToAnyType()->GetAnyType(); in VisitCastValueToAnyType() local
761 auto anyType = inst->CastToCastValueToAnyType()->GetAnyType(); in LowerCastValueToAnyTypeWithConst() local
Dpeepholes.cpp1453 auto anyType = inst->CastToCastValueToAnyType()->GetAnyType(); in VisitCastValueToAnyType() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp674 auto anyType = GetAnyType(); in IsReferenceOrAny() local
Dir_constructor.h705 IrConstructor &AnyType(AnyBaseType anyType) in AnyType()
Dinst.h3231 void SetAnyType(AnyBaseType anyType) in SetAnyType()
3359 : BaseInst(opcode, AnyBaseTypeToDataType(anyType), pc) in BaseInst()
3364 : BaseInst(opcode, AnyBaseTypeToDataType(anyType), pc) in BaseInst()
3402 CastValueToAnyTypeInst(Opcode opcode, uint32_t pc, AnyBaseType anyType, Inst *input0) in CastValueToAnyTypeInst()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1524 auto anyType = GetAnyStringType(language); in BuildCastToAnyString() local
1548 auto anyType = NumericDataTypeToAnyType(type, language); in BuildCastToAnyNumber() local