Home
last modified time | relevance | path

Searched defs:pType (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h270 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/
Dmir_type.cpp25 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
Dglobal_tables.cpp81 MIRType *TypeTable::CreateAndUpdateMirTypeNode(MIRType &pType) in CreateAndUpdateMirTypeNode()
104 MIRType *TypeTable::GetOrCreateMIRTypeNode(MIRType &pType) in GetOrCreateMIRTypeNode()
Dmir_const.cpp287 bool IsDivSafe(const MIRIntConst &dividend, const MIRIntConst &divisor, PrimType pType) in IsDivSafe()
Dmir_function.cpp450 PrimType pType = mirType->GetPrimType(); in EnterFormals() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcall_conv.h114 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/
Dx64_memlayout.cpp132 PrimType pType = pregTab->PregFromPregIdx(i)->GetPrimType(); in AssignSpillLocationsToPseudoRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp100 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/
Dmir_type.h702 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()
Dglobal_tables.h156 TyIdx GetOrCreateMIRType(MIRType *pType) in GetOrCreateMIRType()
Dmir_const.h128 [[maybe_unused]] PrimType pType = type.GetPrimType(); in MIRIntConst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1225 PrimType pType = static_cast<CompareNode *>(condNode)->GetOpndType(); in SelectCondSpecialCase1() local
1276 PrimType pType; in SelectCondGoto() local