Home
last modified time | relevance | path

Searched defs:ptyp (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_preg.h45 MIRPreg(uint32 n, PrimType ptyp) : primType(ptyp), pregNo(n) {} in MIRPreg()
47 MIRPreg(uint32 n, PrimType ptyp, MIRType *mType) : primType(ptyp), pregNo(n), mirType(mType) {} in MIRPreg()
Dcmpl.h175 PrimType ptyp; member
Dmir_nodes.h591 IreadoffNode(PrimType ptyp, int32 ofst) : UnaryNode(OP_ireadoff, ptyp), offset(ofst) {} in IreadoffNode()
593 …IreadoffNode(PrimType ptyp, BaseNode *opnd, int32 ofst) : UnaryNode(OP_ireadoff, ptyp, opnd), offs… in IreadoffNode()
627 IreadFPoffNode(PrimType ptyp, int32 ofst) : BaseNode(OP_ireadfpoff, ptyp, 0), offset(ofst) {} in IreadFPoffNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1378 PrimType GetNearestSizePtyp(uint8 bitSize, PrimType ptyp) in GetNearestSizePtyp()
1403 size_t GetIntPrimTypeMax(PrimType ptyp) in GetIntPrimTypeMax()
1429 ssize_t GetIntPrimTypeMin(PrimType ptyp) in GetIntPrimTypeMin()
1451 PrimType ptyp = expr->GetPrimType(); in GetExprValueRangePtyp() local
2246 PrimType ptyp = const1->GetPrimType(); in FoldTernary() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp96 PrimType ptyp = (reg.GetSize() == k64BitSize) ? PTY_u64 : PTY_u32; in BuildCmpInsn() local
Daarch64_cgfunc.cpp1192 PrimType ptyp = type->GetPrimType(); in SelectDassign() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h393 ImmOperand &CreateImmOperand(PrimType ptyp, int64 val) override in CreateImmOperand()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h248 …ScalarMeExpr(int32 exprid, OriginalSt *origSt, uint32 vidx, MeExprOp meop, Opcode o, PrimType ptyp) in ScalarMeExpr()
429 VarMeExpr(int32 exprid, OriginalSt *ost, size_t vidx, PrimType ptyp) in VarMeExpr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp683 AddrofNode *MIRBuilder::CreateExprDread(PrimType ptyp, FieldID fieldID, const MIRSymbol &symbol) in CreateExprDread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1500 PrimType ptyp = stmt.Opnd(0)->GetPrimType(); in LowerSwitchOpnd() local