Searched defs:MIRType (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | intrinsics.h | 44 class MIRType; // circular dependency exists, no other choice variable
|
| D | mir_pragma.h | 26 class MIRType; // circular dependency exists, no other choice variable
|
| D | mir_builder.h | 128 virtual void UpdateFunction(MIRFunction &, const MIRType *, const ArgVector &) {} in UpdateFunction()
|
| D | mir_type.h | 700 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 706 …MIRType(MIRTypeKind kind, PrimType pType, GStrIdx strIdx) : typeKind(kind), primType(pType), nameS… in MIRType() function
|
| D | mir_module.h | 131 class MIRType; // circular dependency exists, no other choice variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/ |
| D | lmir_builder.h | 50 class MIRType; variable
|