/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | verify_pragma_info.h | 77 AssignableCheckPragma(std::string fromType, std::string toType) in AssignableCheckPragma() argument 105 std::string toType; member in maple::AssignableCheckPragma
|
H A D | mir_type.h | 158 inline bool IsRefOrPtrAssign(PrimType toType, PrimType fromType) in IsRefOrPtrAssign() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_type.cpp | 90 bool IsNoCvtNeeded(PrimType toType, PrimType fromType) in IsNoCvtNeeded() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | isel.cpp | 858 PrimType toType = node.GetPrimType(); in SelectExtractbits() local 881 PrimType toType = node.GetPrimType(); in SelectCvt() local 901 SelectCvtFloat2Int(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) SelectCvtFloat2Int() argument 926 SelectCvtInt2Float(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) SelectCvtInt2Float() argument 955 SelectIntCvt(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) SelectIntCvt() argument 977 SelectFloatCvt(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) SelectFloatCvt() argument 1172 SelectCopy2Reg(Operand &src, PrimType toType, PrimType fromType) SelectCopy2Reg() argument 1202 SelectCopy(Operand &dest, Operand &src, PrimType toType, PrimType fromType) SelectCopy() argument 1296 PrimType toType = node.GetPrimType(); SelectRetype() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_MPIsel.cpp | 872 void X64MPIsel::SelectRetypeFloat(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fromType) in SelectRetypeFloat() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
H A D | lmir_builder.cpp | 765 Expr LMIRBuilder::Trunc(Type *fromType, Type *toType, Expr opnd) in Trunc() argument 775 Expr LMIRBuilder::ZExt(Type *fromType, Type *toType, Expr opnd) in ZExt() argument 782 Expr LMIRBuilder::Cvt(Type *fromType, Type *toType, Exp argument 790 SExt(Type *fromType, Type *toType, Expr opnd) SExt() argument 797 Floor(Type *fromType, Type *toType, Expr opnd) Floor() argument 802 Ceil(Type *fromType, Type *toType, Expr opnd) Ceil() argument 807 BitCast(Type *fromType, Type *toType, Expr opnd) BitCast() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 976 MIRConst *ConstantFold::FoldFloorMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType, bool isFloor) const in FoldFloorMIRConst() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
H A D | litecg_ir_builder.cpp | 1388 LiteCGType *toType = ConvertLiteCGTypeFromGate(gate, false); in VisitZExtInt() local 1810 LiteCGType *toType = ConvertLiteCGTypeFromGate(gate); in VisitBitCast() local 2157 LiteCGType *toType = ConvertLiteCGTypeFromGate(gate); in VisitSExtInt() local
|