Home
last modified time | relevance | path

Searched defs:toType (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dverify_pragma_info.h77 AssignableCheckPragma(std::string fromType, std::string toType) in AssignableCheckPragma()
105 std::string toType; variable
Dmir_type.h158 inline bool IsRefOrPtrAssign(PrimType toType, PrimType fromType) in IsRefOrPtrAssign()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp775 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/
Disel.cpp823 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/
Dmir_type.cpp83 bool IsNoCvtNeeded(PrimType toType, PrimType fromType) in IsNoCvtNeeded()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2643 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/
Dx64_MPIsel.cpp925 void X64MPIsel::SelectRetypeFloat(RegOperand &resOpnd, Operand &opnd0, PrimType toType, PrimType fr… in SelectRetypeFloat()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1411 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/
Dconstantfold.cpp966 MIRConst *ConstantFold::FoldFloorMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType, … in FoldFloorMIRConst()