| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | cast_opt.cpp | 25 CastKind GetCastKindByTwoType(PrimType fromType, PrimType toType) in GetCastKindByTwoType() 113 PrimType fromType = cvtExpr->FromType(); in TransformCvtU1ToNe() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_method_type_set.cpp | 23 for (const auto &fromType : info->scalarOpTypeInfos_) { in Merge() local 31 for (const auto &fromType : info->rwScalarOpTypeInfos_) { in Merge() local 39 for (const auto &fromType : info->objDefOpTypeInfos_) { in Merge() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | verify_pragma_info.h | 77 AssignableCheckPragma(std::string fromType, std::string toType) in AssignableCheckPragma()
|
| D | mir_type.h | 221 inline bool IsRefOrPtrAssign(PrimType toType, PrimType fromType) in IsRefOrPtrAssign()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 987 Expr LMIRBuilder::Trunc(Type *fromType, Type *toType, Expr opnd) in Trunc() 997 Expr LMIRBuilder::ZExt(Type *fromType, Type *toType, Expr opnd) in ZExt() 1004 Expr LMIRBuilder::Cvt(Type *fromType, Type *toType, Expr opnd) in Cvt() 1012 Expr LMIRBuilder::SExt(Type *fromType, Type *toType, Expr opnd) in SExt() 1019 Expr LMIRBuilder::Floor(Type *fromType, Type *toType, Expr opnd) in Floor() 1024 Expr LMIRBuilder::Ceil(Type *fromType, Type *toType, Expr opnd) in Ceil() 1029 Expr LMIRBuilder::BitCast(Type *fromType, Type *toType, Expr opnd) in BitCast()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1101 ConstvalNode *ConstantFold::FoldCeil(const ConstvalNode &cst, PrimType fromType, PrimType toType) c… in FoldCeil() 1153 MIRConst *ConstantFold::FoldFloorMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType, … in FoldFloorMIRConst() 1188 ConstvalNode *ConstantFold::FoldFloor(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldFloor() 1196 MIRConst *ConstantFold::FoldRoundMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType) … in FoldRoundMIRConst() 1253 ConstvalNode *ConstantFold::FoldRound(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldRound() 1261 ConstvalNode *ConstantFold::FoldTrunc(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldTrunc() 1294 MIRConst *ConstantFold::FoldTypeCvtMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType… in FoldTypeCvtMIRConst() 1364 ConstvalNode *ConstantFold::FoldTypeCvt(const ConstvalNode &cst, PrimType fromType, PrimType toType… in FoldTypeCvt()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 1056 PrimType fromType = node.Opnd(0)->GetPrimType(); in SelectExtractbits() local 1079 PrimType fromType = node.Opnd(0)->GetPrimType(); in SelectCvt() local 1100 …MPISel::SelectCvtFloat2Int(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectCvtFloat2Int() 1125 …MPISel::SelectCvtInt2Float(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectCvtInt2Float() 1154 void MPISel::SelectIntCvt(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectIntCvt() 1176 void MPISel::SelectFloatCvt(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectFloatCvt() 1536 RegOperand &MPISel::SelectCopy2Reg(Operand &src, PrimType toType, PrimType fromType) in SelectCopy2Reg() 1566 void MPISel::SelectCopy(Operand &dest, Operand &src, PrimType toType, PrimType fromType) in SelectCopy() 1664 PrimType fromType = node.Opnd(0)->GetPrimType(); in SelectRetype() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | verification.cpp | 190 void VerifyResult::AddPragmaAssignableCheck(const std::string &className, std::string fromType, std… in AddPragmaAssignableCheck()
|
| D | mir_builder.cpp | 785 TypeCvtNode *MIRBuilder::CreateExprTypeCvt(Opcode o, const MIRType &type, const MIRType &fromType, … in CreateExprTypeCvt() 808 RetypeNode *MIRBuilder::CreateExprRetype(const MIRType &type, const MIRType &fromType, BaseNode *op… in CreateExprRetype() 813 RetypeNode *MIRBuilder::CreateExprRetype(const MIRType &type, PrimType fromType, BaseNode *opnd) in CreateExprRetype()
|
| D | mir_type.cpp | 173 bool IsNoCvtNeeded(PrimType toType, PrimType fromType) in IsNoCvtNeeded()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1355 LiteCGType *fromType = ConvertLiteCGTypeFromGate(e1); in VisitZExtInt() local 1777 LiteCGType *fromType = ConvertLiteCGTypeFromGate(e1); in VisitBitCast() local 2164 LiteCGType *fromType = ConvertLiteCGTypeFromGate(e1); in VisitSExtInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 2176 MIRType *fromType = GlobalTables::GetTypeTable().GetPrimType(sType); in MergeToCvtType() local 2298 PrimType fromType = cvtExpr.FromType(); in LowerExpr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 1599 …4MPIsel::SelectRetypeFloat(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectRetypeFloat()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 5079 …GFunc::SelectCvtInt2Float(Operand &resOpnd, Operand &origOpnd0, PrimType toType, PrimType fromType) in SelectCvtInt2Float() 5286 PrimType fromType = node.Opnd(0)->GetPrimType(); in SelectRetype() local 5337 void AArch64CGFunc::SelectCvtFloat2Float(Operand &resOpnd, Operand &srcOpnd, PrimType fromType, Pri… in SelectCvtFloat2Float() 5375 …unc::SelectCvtInt2Int(const BaseNode *parent, Operand *&resOpnd, Operand *opnd0, PrimType fromType, in SelectCvtInt2Int() 5509 PrimType fromType = node.FromType(); in SelectCvt() local 8680 PrimType fromType = typeCvtNode->FromType(); in CheckAndCreateExtendMemOpnd() local
|