/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 464 STRICT_UINT_TO_FP, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 315 Op.getOpcode() == ISD::STRICT_UINT_TO_FP) in LegalizeOp() 671 case ISD::STRICT_UINT_TO_FP: in Promote() 759 Node->getOpcode() == ISD::STRICT_UINT_TO_FP) in PromoteINT_TO_FP() 1810 if (Node->getOpcode() == ISD::STRICT_UINT_TO_FP) { in ExpandStrictFPOp()
|
H A D | LegalizeDAG.cpp | 1017 case ISD::STRICT_UINT_TO_FP: in LegalizeOp() 2869 unsigned UIntOp = IsStrict ? ISD::STRICT_UINT_TO_FP : ISD::UINT_TO_FP; in PromoteLegalINT_TO_FP() 3398 case ISD::STRICT_UINT_TO_FP: in ExpandNode() 4378 case ISD::STRICT_UINT_TO_FP: in ExpandNode() 4806 case ISD::STRICT_UINT_TO_FP: in ConvertNodeToLibcall() 5095 Node->getOpcode() == ISD::STRICT_UINT_TO_FP || in PromoteNode() 5191 case ISD::STRICT_UINT_TO_FP: in PromoteNode()
|
H A D | SelectionDAGDumper.cpp | 391 case ISD::STRICT_UINT_TO_FP: return "strict_uint_to_fp"; in getOperationName()
|
H A D | LegalizeVectorTypes.cpp | 762 case ISD::STRICT_UINT_TO_FP: in ScalarizeVectorOperand() 3177 case ISD::STRICT_UINT_TO_FP: in SplitVectorOperand() 4840 case ISD::STRICT_UINT_TO_FP: in WidenVecRes_StrictFP() 6420 case ISD::STRICT_UINT_TO_FP: in WidenVectorOperand()
|
H A D | LegalizeFloatTypes.cpp | 157 case ISD::STRICT_UINT_TO_FP: in SoftenFloatResult() 1476 case ISD::STRICT_UINT_TO_FP: in ExpandFloatResult()
|
H A D | SelectionDAGISel.cpp | 1305 case ISD::STRICT_UINT_TO_FP: in DoInstructionSelection()
|
H A D | LegalizeIntegerTypes.cpp | 1967 case ISD::STRICT_UINT_TO_FP: Res = PromoteIntOp_STRICT_UINT_TO_FP(N); break; in PromoteIntegerOperand() 5274 case ISD::STRICT_UINT_TO_FP: in ExpandIntegerOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 266 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i1, Promote); in PPCTargetLowering() 267 AddPromotedToType(ISD::STRICT_UINT_TO_FP, MVT::i1, in PPCTargetLowering() 292 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering() 540 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Legal); in PPCTargetLowering() 555 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Expand); in PPCTargetLowering() 695 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Expand); in PPCTargetLowering() 726 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering() 736 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering() 923 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in PPCTargetLowering() 1107 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in PPCTargetLowering() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 236 setOperationAction(ISD::STRICT_UINT_TO_FP, VT, Legal); in SystemZTargetLowering() 275 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i128, LibCall); in SystemZTargetLowering() 326 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Promote); in SystemZTargetLowering() 327 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Expand); in SystemZTargetLowering() 484 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering() 485 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering() 504 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering() 505 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 261 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i8, Promote); in X86TargetLowering() 263 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i16, Promote); in X86TargetLowering() 267 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in X86TargetLowering() 271 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in X86TargetLowering() 1226 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2i32, Custom); in X86TargetLowering() 1229 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i32, Custom); in X86TargetLowering() 1235 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v2f32, Custom); in X86TargetLowering() 1389 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v4i64, Custom); in X86TargetLowering() 1615 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v8i32, Custom); in X86TargetLowering() 1822 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::v16i32, Custom); in X86TargetLowering() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 608 ISD::STRICT_UINT_TO_FP, ISD::STRICT_SINT_TO_FP}, in RISCVTargetLowering() 613 ISD::STRICT_UINT_TO_FP, ISD::STRICT_SINT_TO_FP}, in RISCVTargetLowering() 784 ISD::STRICT_UINT_TO_FP, ISD::STRICT_FP_TO_SINT, in RISCVTargetLowering() 844 ISD::STRICT_UINT_TO_FP, ISD::STRICT_FP_TO_SINT, in RISCVTargetLowering() 1190 ISD::STRICT_UINT_TO_FP, in RISCVTargetLowering() 6569 case ISD::STRICT_UINT_TO_FP: { in LowerOperation() 6595 Op.getOpcode() == ISD::STRICT_UINT_TO_FP) in LowerOperation() 6681 case ISD::STRICT_UINT_TO_FP: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 653 def strict_uint_to_fp : SDNode<"ISD::STRICT_UINT_TO_FP",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 585 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i32, Custom); in AArch64TargetLowering() 586 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i64, Custom); in AArch64TargetLowering() 587 setOperationAction(ISD::STRICT_UINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering() 1208 ISD::STRICT_SINT_TO_FP, ISD::STRICT_UINT_TO_FP, ISD::STRICT_FP_ROUND}) in AArch64TargetLowering() 1220 ISD::STRICT_UINT_TO_FP}) in AArch64TargetLowering() 6902 case ISD::STRICT_UINT_TO_FP: in LowerOperation()
|