| /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 | 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 | 775 Expr LMIRBuilder::Trunc(Type *fromType, Type *toType, Expr opnd) in Trunc() 785 Expr LMIRBuilder::ZExt(Type *fromType, Type *toType, Expr opnd) in ZExt() 792 Expr LMIRBuilder::Cvt(Type *fromType, Type *toType, Expr opnd) in Cvt() 800 Expr LMIRBuilder::SExt(Type *fromType, Type *toType, Expr opnd) in SExt() 807 Expr LMIRBuilder::Floor(Type *fromType, Type *toType, Expr opnd) in Floor() 812 Expr LMIRBuilder::Ceil(Type *fromType, Type *toType, Expr opnd) in Ceil() 817 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 | 823 PrimType toType = node.GetPrimType(); in SelectExtractbits() local 846 PrimType toType = node.GetPrimType(); in SelectCvt() local 866 void MPISel::SelectCvtFloat2Int(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType from… in SelectCvtFloat2Int() 891 void MPISel::SelectCvtInt2Float(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType from… in SelectCvtInt2Float() 920 void MPISel::SelectIntCvt(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectIntCvt() 942 void MPISel::SelectFloatCvt(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectFloatCvt() 1137 RegOperand &MPISel::SelectCopy2Reg(Operand &src, PrimType toType, PrimType fromType) in SelectCopy2Reg() 1167 void MPISel::SelectCopy(Operand &dest, Operand &src, PrimType toType, PrimType fromType) in SelectCopy() 1261 PrimType toType = node.GetPrimType(); in SelectRetype() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_type.cpp | 83 bool IsNoCvtNeeded(PrimType toType, PrimType fromType) in IsNoCvtNeeded()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 2643 void AArch64CGFunc::SelectCvtInt2Float(Operand &resOpnd, Operand &origOpnd0, PrimType toType, PrimT… in SelectCvtInt2Float() 2739 PrimType toType = node.GetPrimType(); in SelectRetype() local 2789 …GFunc::SelectCvtFloat2Float(Operand &resOpnd, Operand &srcOpnd, PrimType fromType, PrimType toType) in SelectCvtFloat2Float() 2828 PrimType toType) in SelectCvtInt2Int() 2956 PrimType toType = node.GetPrimType(); in SelectCvt() local 4020 PrimType toType = typeCvtNode->GetPrimType(); in CheckAndCreateExtendMemOpnd() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 925 void X64MPIsel::SelectRetypeFloat(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fr… in SelectRetypeFloat()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1411 LiteCGType *toType = ConvertLiteCGTypeFromGate(gate, false); in VisitZExtInt() local 1847 LiteCGType *toType = ConvertLiteCGTypeFromGate(gate); in VisitBitCast() local 2194 LiteCGType *toType = ConvertLiteCGTypeFromGate(gate); in VisitSExtInt() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 966 MIRConst *ConstantFold::FoldFloorMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType, … in FoldFloorMIRConst()
|