| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_method_type_set.cpp | 22 for (const auto &fromType : info->scalarOpTypeInfos_) { in Merge() local 30 for (const auto &fromType : info->rwScalarOpTypeInfos_) { in Merge() local 38 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 | 158 inline bool IsRefOrPtrAssign(PrimType toType, PrimType fromType) in IsRefOrPtrAssign()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 786 Expr LMIRBuilder::Trunc(Type *fromType, Type *toType, Expr opnd) in Trunc() 796 Expr LMIRBuilder::ZExt(Type *fromType, Type *toType, Expr opnd) in ZExt() 803 Expr LMIRBuilder::Cvt(Type *fromType, Type *toType, Expr opnd) in Cvt() 811 Expr LMIRBuilder::SExt(Type *fromType, Type *toType, Expr opnd) in SExt() 818 Expr LMIRBuilder::Floor(Type *fromType, Type *toType, Expr opnd) in Floor() 823 Expr LMIRBuilder::Ceil(Type *fromType, Type *toType, Expr opnd) in Ceil() 828 Expr LMIRBuilder::BitCast(Type *fromType, Type *toType, Expr opnd) in BitCast()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 914 ConstvalNode *ConstantFold::FoldCeil(const ConstvalNode &cst, PrimType fromType, PrimType toType) c… in FoldCeil() 966 MIRConst *ConstantFold::FoldFloorMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType, … in FoldFloorMIRConst() 1001 ConstvalNode *ConstantFold::FoldFloor(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldFloor() 1009 MIRConst *ConstantFold::FoldRoundMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType) … in FoldRoundMIRConst() 1061 ConstvalNode *ConstantFold::FoldRound(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldRound() 1069 ConstvalNode *ConstantFold::FoldTrunc(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldTrunc() 1102 MIRConst *ConstantFold::FoldTypeCvtMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType… in FoldTypeCvtMIRConst() 1162 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 | 881 PrimType fromType = node.Opnd(0)->GetPrimType(); in SelectExtractbits() local 904 PrimType fromType = node.Opnd(0)->GetPrimType(); in SelectCvt() local 925 …MPISel::SelectCvtFloat2Int(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectCvtFloat2Int() 950 …MPISel::SelectCvtInt2Float(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectCvtInt2Float() 979 void MPISel::SelectIntCvt(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectIntCvt() 1001 void MPISel::SelectFloatCvt(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectFloatCvt() 1196 RegOperand &MPISel::SelectCopy2Reg(Operand &src, PrimType toType, PrimType fromType) in SelectCopy2Reg() 1226 void MPISel::SelectCopy(Operand &dest, Operand &src, PrimType toType, PrimType fromType) in SelectCopy() 1319 PrimType fromType = node.Opnd(0)->GetPrimType(); in SelectRetype() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 240 TypeCvtNode *MIRBuilder::CreateExprTypeCvt(Opcode o, const MIRType &type, const MIRType &fromType, … in CreateExprTypeCvt() 251 RetypeNode *MIRBuilder::CreateExprRetype(const MIRType &type, const MIRType &fromType, BaseNode *op… in CreateExprRetype() 256 RetypeNode *MIRBuilder::CreateExprRetype(const MIRType &type, PrimType fromType, BaseNode *opnd) in CreateExprRetype()
|
| D | mir_type.cpp | 83 bool IsNoCvtNeeded(PrimType toType, PrimType fromType) in IsNoCvtNeeded()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 698 PrimType fromType = cvtExpr.FromType(); in LowerExpr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 2607 …GFunc::SelectCvtInt2Float(Operand &resOpnd, Operand &origOpnd0, PrimType toType, PrimType fromType) in SelectCvtInt2Float() 2702 PrimType fromType = node.Opnd(0)->GetPrimType(); in SelectRetype() local 2753 void AArch64CGFunc::SelectCvtFloat2Float(Operand &resOpnd, Operand &srcOpnd, PrimType fromType, Pri… in SelectCvtFloat2Float() 2791 …unc::SelectCvtInt2Int(const BaseNode *parent, Operand *&resOpnd, Operand *opnd0, PrimType fromType, in SelectCvtInt2Int() 2919 PrimType fromType = node.FromType(); in SelectCvt() local 4031 PrimType fromType = typeCvtNode->FromType(); in CheckAndCreateExtendMemOpnd() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1520 LiteCGType *fromType = ConvertLiteCGTypeFromGate(e1); in VisitZExtInt() local 1910 LiteCGType *fromType = ConvertLiteCGTypeFromGate(e1); in VisitBitCast() local 2257 LiteCGType *fromType = ConvertLiteCGTypeFromGate(e1); in VisitSExtInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 1072 …4MPIsel::SelectRetypeFloat(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectRetypeFloat()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/ |
| D | ani_interaction_api.cpp | 896 ani_status Type_IsAssignableFrom(ani_env *env, ani_type fromType, ani_type toType, ani_boolean *res… in Type_IsAssignableFrom()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.cpp | 2440 GateRef fromType = Int8(static_cast<int8_t>(common::RegionDesc::RegionType::FROM_REGION)); in FastReadBarrier() local
|