| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 478 STRICT_UINT_TO_FP, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 326 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 D | SelectionDAGDumper.cpp | 411 case ISD::STRICT_UINT_TO_FP: return "strict_uint_to_fp"; in getOperationName()
|
| H A D | LegalizeDAG.cpp | 1047 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 D | LegalizeFloatTypes.cpp | 165 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 D | LegalizeVectorTypes.cpp | 772 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 D | SelectionDAGISel.cpp | 1321 case ISD::STRICT_UINT_TO_FP: in DoInstructionSelection()
|
| H A D | LegalizeIntegerTypes.cpp | 2018 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 D | PPCISelLowering.cpp | 281 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 D | SystemZISelLowering.cpp | 237 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 D | X86ISelLowering.cpp | 246 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 D | TargetSelectionDAG.td | 690 def strict_uint_to_fp : SDNode<"ISD::STRICT_UINT_TO_FP",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 650 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 D | AArch64ISelLowering.cpp | 599 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()
|