| /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() 105 std::string toType; variable
|
| D | mir_type.h | 221 inline bool IsRefOrPtrAssign(PrimType toType, PrimType fromType) in IsRefOrPtrAssign()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | cast_opt.cpp | 25 CastKind GetCastKindByTwoType(PrimType fromType, PrimType toType) in GetCastKindByTwoType()
|
| /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/maple_be/src/cg/ |
| D | isel.cpp | 1057 PrimType toType = node.GetPrimType(); in SelectExtractbits() local 1080 PrimType toType = node.GetPrimType(); in SelectCvt() local 1100 void MPISel::SelectCvtFloat2Int(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType from… in SelectCvtFloat2Int() 1125 void MPISel::SelectCvtInt2Float(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType from… 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() 1665 PrimType toType = node.GetPrimType(); in SelectRetype() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | verification.cpp | 190 …t::AddPragmaAssignableCheck(const std::string &className, std::string fromType, std::string toType) in AddPragmaAssignableCheck()
|
| 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 | 1356 LiteCGType *toType = ConvertLiteCGTypeFromGate(gate, false); in VisitZExtInt() local 1778 LiteCGType *toType = ConvertLiteCGTypeFromGate(gate); in VisitBitCast() local 2165 LiteCGType *toType = ConvertLiteCGTypeFromGate(gate); in VisitSExtInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1153 MIRConst *ConstantFold::FoldFloorMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType, … in FoldFloorMIRConst()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 1599 void X64MPIsel::SelectRetypeFloat(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fr… in SelectRetypeFloat()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 5079 void AArch64CGFunc::SelectCvtInt2Float(Operand &resOpnd, Operand &origOpnd0, PrimType toType, PrimT… in SelectCvtInt2Float() 5287 PrimType toType = node.GetPrimType(); in SelectRetype() local 5337 …GFunc::SelectCvtFloat2Float(Operand &resOpnd, Operand &srcOpnd, PrimType fromType, PrimType toType) in SelectCvtFloat2Float() 5376 PrimType toType) in SelectCvtInt2Int() 5510 PrimType toType = node.GetPrimType(); in SelectCvt() local 8681 PrimType toType = typeCvtNode->GetPrimType(); in CheckAndCreateExtendMemOpnd() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 2175 MIRType *toType = GlobalTables::GetTypeTable().GetPrimType(dType); in MergeToCvtType() local
|