Searched defs:ptyp (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_preg.h | 45 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()
|
| D | cmpl.h | 175 PrimType ptyp; member
|
| D | mir_nodes.h | 591 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/ |
| D | constantfold.cpp | 1378 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/ |
| D | aarch64_ico.cpp | 96 PrimType ptyp = (reg.GetSize() == k64BitSize) ? PTY_u64 : PTY_u32; in BuildCmpInsn() local
|
| D | aarch64_cgfunc.cpp | 1192 PrimType ptyp = type->GetPrimType(); in SelectDassign() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 393 ImmOperand &CreateImmOperand(PrimType ptyp, int64 val) override in CreateImmOperand()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 248 …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/ |
| D | mir_builder.cpp | 683 AddrofNode *MIRBuilder::CreateExprDread(PrimType ptyp, FieldID fieldID, const MIRSymbol &symbol) in CreateExprDread()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 1500 PrimType ptyp = stmt.Opnd(0)->GetPrimType(); in LowerSwitchOpnd() local
|