Searched defs:pType (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | global_tables.cpp | 82 MIRType *TypeTable::CreateAndUpdateMirTypeNode(MIRType &pType) in CreateAndUpdateMirTypeNode() argument 105 MIRType *TypeTable::GetOrCreateMIRTypeNode(MIRType &pType) in GetOrCreateMIRTypeNode() argument [all...] |
H A D | mir_const.cpp | 288 bool IsDivSafe(const MIRIntConst ÷nd, const MIRIntConst &divisor, PrimType pType) in IsDivSafe() argument
|
H A D | mir_type.cpp | 32 const PrimitiveTypeProperty &GetPrimitiveTypeProperty(PrimType pType) in GetPrimitiveTypeProperty() argument 480 const auto &pType = static_cast<const MIRPtrType &>(type); in EqualTo() local 489 const auto &pType = static_cast<const MIRArrayType &>(type); in EqualTo() local 527 const auto &pType = static_cast<const MIRFuncType &>(type); EqualTo() local [all...] |
H A D | mir_function.cpp | 454 PrimType pType = mirType->GetPrimType(); in EnterFormals() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_memlayout.cpp | 135 PrimType pType = pregTab->PregFromPregIdx(i)->GetPrimType(); in AssignSpillLocationsToPseudoRegisters() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | call_conv.h | 114 LmbcFormalParamInfo(PrimType pType, uint32 ofst, uint32 sz) in LmbcFormalParamInfo() argument 136 void SetPrimType(PrimType pType) in SetPrimType() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_const.h | 128 [[maybe_unused]] PrimType pType = type.GetPrimType(); in MIRIntConst() local
|
H A D | mir_type.h | 702 MIRType(MIRTypeKind kind, PrimType pType) : typeKind(kind), primType(pType) {} in MIRType() argument 706 MIRType(MIRTypeKind kind, PrimType pType, GStrIdx strIdx) : typeKind(kind), primType(pType), nameStrIdx(strIdx) {} in MIRType() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
H A D | lower.cpp | 112 BaseNode *CGLowerer::NeedRetypeWhenLowerCallAssigned(PrimType pType) in NeedRetypeWhenLowerCallAssigned() argument 132 PrimType pType; in SaveReturnValueInLocal() local 278 PrimType pType = mirPreg->GetPrimType(); GenBlockNode() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 1293 PrimType pType = static_cast<CompareNode *>(condNode)->GetOpndType(); in SelectCondSpecialCase1() local 1344 PrimType pType; in SelectCondGoto() local [all...] |
Completed in 12 milliseconds