Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dintrinsics.h44 class MIRType; // circular dependency exists, no other choice variable
Dmir_pragma.h26 class MIRType; // circular dependency exists, no other choice variable
Dmir_builder.h128 virtual void UpdateFunction(MIRFunction &, const MIRType *, const ArgVector &) {} in UpdateFunction()
Dmir_type.h700 MIRType(MIRTypeKind kind) : typeKind(kind) {} in MIRType() function
702 MIRType(MIRTypeKind kind, PrimType pType) : typeKind(kind), primType(pType) {} in MIRType() function
704 MIRType(MIRTypeKind kind, GStrIdx strIdx) : typeKind(kind), nameStrIdx(strIdx) {} in MIRType() function
706MIRType(MIRTypeKind kind, PrimType pType, GStrIdx strIdx) : typeKind(kind), primType(pType), nameS… in MIRType() function
Dmir_module.h131 class MIRType; // circular dependency exists, no other choice variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h50 class MIRType; variable