Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_preg.h43 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()
Dcmpl.h176 PrimType ptyp; member
Dmir_nodes.h583 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/
Dconstantfold.cpp1330 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/
Daarch64_cgfunc.h374 ImmOperand &CreateImmOperand(PrimType ptyp, int64 val) override in CreateImmOperand()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp97 PrimType ptyp = (reg.GetSize() == k64BitSize) ? PTY_u64 : PTY_u32; in BuildCmpInsn() local
Daarch64_cgfunc.cpp1107 PrimType ptyp = type->GetPrimType(); in SelectDassign() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp2682 PrimType ptyp = GetPrimitiveType(lexer.NextToken()); in ParseExprDepositbits() local
3072 PrimType ptyp = GlobalTables::GetTypeTable().GetPrimTypeFromTyIdx(tyidx); in ParseExprExtractbits() local
Dmir_builder.cpp672 AddrofNode *MIRBuilder::CreateExprDread(PrimType ptyp, FieldID fieldID, const MIRSymbol &symbol) in CreateExprDread()
/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_be/src/be/
Dlower.cpp1715 PrimType ptyp = stmt.Opnd(0)->GetPrimType(); in LowerSwitchOpnd() local