Home
last modified time | relevance | path

Searched refs:STRICT_UINT_TO_FP (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h478 STRICT_UINT_TO_FP, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp326 Op.getOpcode() == ISD::STRICT_UINT_TO_FP) in LegalizeOp()
716 case ISD::STRICT_UINT_TO_FP: in Promote()
835 Node->getOpcode() == ISD::STRICT_UINT_TO_FP) in PromoteINT_TO_FP()
1867 UIToFP = DAG.getNode(ISD::STRICT_UINT_TO_FP, DL, {FloatVecVT, MVT::Other}, in ExpandUINT_TO_FLOAT()
2138 if (Node->getOpcode() == ISD::STRICT_UINT_TO_FP) { in ExpandStrictFPOp()
H A DSelectionDAGDumper.cpp411 case ISD::STRICT_UINT_TO_FP: return "strict_uint_to_fp"; in getOperationName()
H A DLegalizeDAG.cpp1047 case ISD::STRICT_UINT_TO_FP: in LegalizeOp()
2896 unsigned UIntOp = IsStrict ? ISD::STRICT_UINT_TO_FP : ISD::UINT_TO_FP; in PromoteLegalINT_TO_FP()
3455 case ISD::STRICT_UINT_TO_FP: in ExpandNode()
4529 case ISD::STRICT_UINT_TO_FP: in ExpandNode()
5015 case ISD::STRICT_UINT_TO_FP: in ConvertNodeToLibcall()
5302 Node->getOpcode() == ISD::STRICT_UINT_TO_FP || in PromoteNode()
5402 case ISD::STRICT_UINT_TO_FP: in PromoteNode()
H A DLegalizeFloatTypes.cpp165 case ISD::STRICT_UINT_TO_FP: in SoftenFloatResult()
1633 case ISD::STRICT_UINT_TO_FP: in ExpandFloatResult()
3384 case ISD::STRICT_UINT_TO_FP: in SoftPromoteHalfResult()
H A DLegalizeVectorTypes.cpp772 case ISD::STRICT_UINT_TO_FP: in ScalarizeVectorOperand()
3452 case ISD::STRICT_UINT_TO_FP: in SplitVectorOperand()
5233 case ISD::STRICT_UINT_TO_FP: in WidenVecRes_StrictFP()
6867 case ISD::STRICT_UINT_TO_FP: in WidenVectorOperand()
H A DSelectionDAGISel.cpp1321 case ISD::STRICT_UINT_TO_FP: in DoInstructionSelection()
H A DLegalizeIntegerTypes.cpp2018 case ISD::STRICT_UINT_TO_FP: Res = PromoteIntOp_STRICT_UINT_TO_FP(N); break; in PromoteIntegerOperand()
5513 case ISD::STRICT_UINT_TO_FP: in ExpandIntegerOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp281 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i1, Promote); in PPCTargetLowering()
282 AddPromotedToType(ISD::STRICT_UINT_TO_FP, MVT::i1, RegVT); in PPCTargetLowering()
300 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering()
547 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Legal); in PPCTargetLowering()
562 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Expand); in PPCTargetLowering()
702 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Expand); in PPCTargetLowering()
733 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering()
743 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering()
932 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in PPCTargetLowering()
1124 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in PPCTargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp237 for (auto Op : {ISD::UINT_TO_FP, ISD::STRICT_UINT_TO_FP}) { in SystemZTargetLowering()
300 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i128, Custom); in SystemZTargetLowering()
516 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering()
517 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering()
536 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering()
537 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
7150 case ISD::STRICT_UINT_TO_FP: in LowerOperation()
7309 case ISD::STRICT_UINT_TO_FP: in LowerOperationWrapper()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp246 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i8, Promote); in X86TargetLowering()
248 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i16, Promote); in X86TargetLowering()
252 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering()
256 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering()
1247 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i32, Custom); in X86TargetLowering()
1250 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Custom); in X86TargetLowering()
1256 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f32, Custom); in X86TargetLowering()
1410 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i64, Custom); in X86TargetLowering()
1639 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v8i32, Custom); in X86TargetLowering()
1854 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v16i32, Custom); in X86TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td690 def strict_uint_to_fp : SDNode<"ISD::STRICT_UINT_TO_FP",
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp650 setOperationAction({ISD::STRICT_UINT_TO_FP, ISD::STRICT_SINT_TO_FP}, XLenVT, in RISCVTargetLowering()
831 ISD::STRICT_UINT_TO_FP, ISD::STRICT_FP_TO_SINT, in RISCVTargetLowering()
892 ISD::STRICT_UINT_TO_FP, ISD::STRICT_FP_TO_SINT, in RISCVTargetLowering()
1304 ISD::STRICT_UINT_TO_FP, in RISCVTargetLowering()
7506 case ISD::STRICT_UINT_TO_FP: { in LowerOperation()
7536 Op.getOpcode() == ISD::STRICT_UINT_TO_FP) in LowerOperation()
7622 case ISD::STRICT_UINT_TO_FP: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp599 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in AArch64TargetLowering()
600 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in AArch64TargetLowering()
601 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering()
1260 ISD::STRICT_SINT_TO_FP, ISD::STRICT_UINT_TO_FP, ISD::STRICT_FP_ROUND}) in AArch64TargetLowering()
1272 ISD::STRICT_UINT_TO_FP}) in AArch64TargetLowering()
7370 case ISD::STRICT_UINT_TO_FP: in LowerOperation()