Searched defs:pType (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_int_val.h | 270 bool Equal(const IntVal &rhs, PrimType pType) const in Equal() 275 bool Less(const IntVal &rhs, PrimType pType) const in Less() 280 bool Greater(const IntVal &rhs, PrimType pType) const in Greater() 293 IntVal Add(const IntVal &val, PrimType pType) const in Add() 298 IntVal Sub(const IntVal &val, PrimType pType) const in Sub() 303 IntVal Mul(const IntVal &val, PrimType pType) const in Mul() 308 IntVal Div(const IntVal &divisor, PrimType pType) const in Div() 326 IntVal Rem(const IntVal &divisor, PrimType pType) const in Rem() 343 IntVal And(const IntVal &val, PrimType pType) const in And() 348 IntVal Or(const IntVal &val, PrimType pType) const in Or() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_type.cpp | 25 const PrimitiveTypeProperty &GetPrimitiveTypeProperty(PrimType pType) in GetPrimitiveTypeProperty() 473 const auto &pType = static_cast<const MIRPtrType &>(type); in EqualTo() local 482 const auto &pType = static_cast<const MIRArrayType &>(type); in EqualTo() local 520 const auto &pType = static_cast<const MIRFuncType &>(type); in EqualTo() local
|
| D | global_tables.cpp | 81 MIRType *TypeTable::CreateAndUpdateMirTypeNode(MIRType &pType) in CreateAndUpdateMirTypeNode() 104 MIRType *TypeTable::GetOrCreateMIRTypeNode(MIRType &pType) in GetOrCreateMIRTypeNode()
|
| D | mir_const.cpp | 287 bool IsDivSafe(const MIRIntConst ÷nd, const MIRIntConst &divisor, PrimType pType) in IsDivSafe()
|
| D | mir_function.cpp | 450 PrimType pType = mirType->GetPrimType(); in EnterFormals() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | call_conv.h | 114 LmbcFormalParamInfo(PrimType pType, uint32 ofst, uint32 sz) in LmbcFormalParamInfo() 136 void SetPrimType(PrimType pType) in SetPrimType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_memlayout.cpp | 132 PrimType pType = pregTab->PregFromPregIdx(i)->GetPrimType(); in AssignSpillLocationsToPseudoRegisters() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 100 BaseNode *CGLowerer::NeedRetypeWhenLowerCallAssigned(PrimType pType) in NeedRetypeWhenLowerCallAssigned() 120 PrimType pType; in SaveReturnValueInLocal() local 270 PrimType pType = mirPreg->GetPrimType(); in GenBlockNode() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_type.h | 702 MIRType(MIRTypeKind kind, PrimType pType) : typeKind(kind), primType(pType) {} in MIRType() 706 …MIRType(MIRTypeKind kind, PrimType pType, GStrIdx strIdx) : typeKind(kind), primType(pType), nameS… in MIRType()
|
| D | global_tables.h | 156 TyIdx GetOrCreateMIRType(MIRType *pType) in GetOrCreateMIRType()
|
| D | mir_const.h | 128 [[maybe_unused]] PrimType pType = type.GetPrimType(); in MIRIntConst() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 1225 PrimType pType = static_cast<CompareNode *>(condNode)->GetOpndType(); in SelectCondSpecialCase1() local 1276 PrimType pType; in SelectCondGoto() local
|