Searched defs:ptyp (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_preg.h | 43 MIRPreg(uint32 n, PrimType ptyp) : primType(ptyp), pregNo(n) {} in MIRPreg() 45 MIRPreg(uint32 n, PrimType ptyp, MIRType *mType) : primType(ptyp), pregNo(n), mirType(mType) {} in MIRPreg()
|
| D | cmpl.h | 176 PrimType ptyp; member
|
| D | mir_nodes.h | 583 IreadoffNode(PrimType ptyp, int32 ofst) : UnaryNode(OP_ireadoff, ptyp), offset(ofst) {} in IreadoffNode() 585 …IreadoffNode(PrimType ptyp, BaseNode *opnd, int32 ofst) : UnaryNode(OP_ireadoff, ptyp, opnd), offs… in IreadoffNode() 619 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 | 1330 PrimType GetNearestSizePtyp(uint8 bitSize, PrimType ptyp) in GetNearestSizePtyp() 1355 size_t GetIntPrimTypeMax(PrimType ptyp) in GetIntPrimTypeMax() 1381 ssize_t GetIntPrimTypeMin(PrimType ptyp) in GetIntPrimTypeMin() 1403 PrimType ptyp = expr->GetPrimType(); in GetExprValueRangePtyp() local 2153 PrimType ptyp = const1->GetPrimType(); in FoldTernary() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 374 ImmOperand &CreateImmOperand(PrimType ptyp, int64 val) override in CreateImmOperand()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_ico.cpp | 97 PrimType ptyp = (reg.GetSize() == k64BitSize) ? PTY_u64 : PTY_u32; in BuildCmpInsn() local
|
| D | aarch64_cgfunc.cpp | 1107 PrimType ptyp = type->GetPrimType(); in SelectDassign() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_parser.cpp | 2682 PrimType ptyp = GetPrimitiveType(lexer.NextToken()); in ParseExprDepositbits() local 3072 PrimType ptyp = GlobalTables::GetTypeTable().GetPrimTypeFromTyIdx(tyidx); in ParseExprExtractbits() local
|
| D | mir_builder.cpp | 672 AddrofNode *MIRBuilder::CreateExprDread(PrimType ptyp, FieldID fieldID, const MIRSymbol &symbol) in CreateExprDread()
|
| /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_be/src/be/ |
| D | lower.cpp | 1715 PrimType ptyp = stmt.Opnd(0)->GetPrimType(); in LowerSwitchOpnd() local
|