/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 463 STRICT_SINT_TO_FP, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 314 if (Op.getOpcode() == ISD::STRICT_SINT_TO_FP || in LegalizeOp() 670 case ISD::STRICT_SINT_TO_FP: in Promote() 1599 (IsStrict && TLI.getOperationAction(ISD::STRICT_SINT_TO_FP, VT) == in ExpandUINT_TO_FLOAT() 1635 SDValue fHI = DAG.getNode(ISD::STRICT_SINT_TO_FP, DL, in ExpandUINT_TO_FLOAT() 1640 SDValue fLO = DAG.getNode(ISD::STRICT_SINT_TO_FP, DL, in ExpandUINT_TO_FLOAT()
|
H A D | LegalizeDAG.cpp | 1016 case ISD::STRICT_SINT_TO_FP: in LegalizeOp() 2645 bool isSigned = (Node->getOpcode() == ISD::STRICT_SINT_TO_FP || in ExpandLegalINT_TO_FP() 2761 Fast = DAG.getNode(ISD::STRICT_SINT_TO_FP, dl, { DestVT, MVT::Other }, in ExpandLegalINT_TO_FP() 2797 Tmp1 = DAG.getNode(ISD::STRICT_SINT_TO_FP, dl, { DestVT, MVT::Other }, in ExpandLegalINT_TO_FP() 2866 N->getOpcode() == ISD::STRICT_SINT_TO_FP; in PromoteLegalINT_TO_FP() 2870 unsigned SIntOp = IsStrict ? ISD::STRICT_SINT_TO_FP : ISD::SINT_TO_FP; in PromoteLegalINT_TO_FP() 3407 case ISD::STRICT_SINT_TO_FP: in ExpandNode() 4377 case ISD::STRICT_SINT_TO_FP: in ExpandNode() 4669 DAG.getNode(ISD::STRICT_SINT_TO_FP, SDLoc(Node), in ConvertNodeToLibcall() 4805 case ISD::STRICT_SINT_TO_FP: in ConvertNodeToLibcall() [all …]
|
H A D | SelectionDAGDumper.cpp | 389 case ISD::STRICT_SINT_TO_FP: return "strict_sint_to_fp"; in getOperationName()
|
H A D | LegalizeFloatTypes.cpp | 156 case ISD::STRICT_SINT_TO_FP: in SoftenFloatResult() 936 N->getOpcode() == ISD::STRICT_SINT_TO_FP; in SoftenFloatRes_XINT_TO_FP() 1475 case ISD::STRICT_SINT_TO_FP: in ExpandFloatResult() 1954 N->getOpcode() == ISD::STRICT_SINT_TO_FP; in ExpandFloatRes_XINT_TO_FP()
|
H A D | LegalizeVectorTypes.cpp | 761 case ISD::STRICT_SINT_TO_FP: in ScalarizeVectorOperand() 3176 case ISD::STRICT_SINT_TO_FP: in SplitVectorOperand() 4839 case ISD::STRICT_SINT_TO_FP: in WidenVecRes_StrictFP() 6418 case ISD::STRICT_SINT_TO_FP: in WidenVectorOperand()
|
H A D | LegalizeIntegerTypes.cpp | 1946 case ISD::STRICT_SINT_TO_FP: Res = PromoteIntOp_STRICT_SINT_TO_FP(N); break; in PromoteIntegerOperand() 5272 case ISD::STRICT_SINT_TO_FP: in ExpandIntegerOperand() 5567 N->getOpcode() == ISD::STRICT_SINT_TO_FP; in ExpandIntOp_XINT_TO_FP()
|
H A D | SelectionDAGISel.cpp | 1304 case ISD::STRICT_SINT_TO_FP: in DoInstructionSelection()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 263 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i1, Promote); in PPCTargetLowering() 264 AddPromotedToType(ISD::STRICT_SINT_TO_FP, MVT::i1, in PPCTargetLowering() 291 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i1, Custom); in PPCTargetLowering() 539 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Legal); in PPCTargetLowering() 554 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Expand); in PPCTargetLowering() 694 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering() 707 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering() 725 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom); in PPCTargetLowering() 735 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom); in PPCTargetLowering() 922 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal); in PPCTargetLowering() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 234 setOperationAction(ISD::STRICT_SINT_TO_FP, VT, Legal); in SystemZTargetLowering() 276 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i128, LibCall); in SystemZTargetLowering() 482 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2i64, Legal); in SystemZTargetLowering() 483 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2f64, Legal); in SystemZTargetLowering() 502 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Legal); in SystemZTargetLowering() 503 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4f32, Legal); in SystemZTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 276 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i8, Promote); in X86TargetLowering() 280 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i16, Custom); in X86TargetLowering() 283 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom); in X86TargetLowering() 287 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom); in X86TargetLowering() 1221 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i32, Custom); in X86TargetLowering() 1223 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2i32, Custom); in X86TargetLowering() 1233 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v2f32, Custom); in X86TargetLowering() 1393 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v4i64, Custom); in X86TargetLowering() 1469 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::v8i32, Custom); in X86TargetLowering() 1821 setOperationAction(ISD::STRICT_SINT_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() 783 ISD::FP_TO_UINT, ISD::STRICT_SINT_TO_FP, in RISCVTargetLowering() 843 ISD::FP_TO_UINT, ISD::STRICT_SINT_TO_FP, in RISCVTargetLowering() 1189 ISD::STRICT_SINT_TO_FP, in RISCVTargetLowering() 6568 case ISD::STRICT_SINT_TO_FP: in LowerOperation() 6678 case ISD::STRICT_SINT_TO_FP: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 579 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i32, Custom); in AArch64TargetLowering() 580 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i64, Custom); in AArch64TargetLowering() 581 setOperationAction(ISD::STRICT_SINT_TO_FP, MVT::i128, Custom); in AArch64TargetLowering() 1208 ISD::STRICT_SINT_TO_FP, ISD::STRICT_UINT_TO_FP, ISD::STRICT_FP_ROUND}) in AArch64TargetLowering() 1219 for (auto Op : {ISD::SINT_TO_FP, ISD::UINT_TO_FP, ISD::STRICT_SINT_TO_FP, in AArch64TargetLowering() 4653 bool IsSigned = Opc == ISD::SINT_TO_FP || Opc == ISD::STRICT_SINT_TO_FP; in LowerVectorINT_TO_FP() 4739 bool IsSigned = Op->getOpcode() == ISD::STRICT_SINT_TO_FP || in LowerINT_TO_FP() 6901 case ISD::STRICT_SINT_TO_FP: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 651 def strict_sint_to_fp : SDNode<"ISD::STRICT_SINT_TO_FP",
|