Home
last modified time | relevance | path

Searched defs:toType (Results 1 – 12 of 12) 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.h221 inline bool IsRefOrPtrAssign(PrimType toType, PrimType fromType) in IsRefOrPtrAssign()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dcast_opt.cpp25 CastKind GetCastKindByTwoType(PrimType fromType, PrimType toType) in GetCastKindByTwoType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp987 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/
Disel.cpp1057 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/
Dverification.cpp190 …t::AddPragmaAssignableCheck(const std::string &className, std::string fromType, std::string toType) in AddPragmaAssignableCheck()
Dmir_type.cpp173 bool IsNoCvtNeeded(PrimType toType, PrimType fromType) in IsNoCvtNeeded()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1356 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/
Dconstantfold.cpp1153 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/
Dx64_MPIsel.cpp1599 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/
Daarch64_cgfunc.cpp5079 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/
Dlower.cpp2175 MIRType *toType = GlobalTables::GetTypeTable().GetPrimType(dType); in MergeToCvtType() local