Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h463 STRICT_SINT_TO_FP, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp314 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 DLegalizeDAG.cpp1016 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 DSelectionDAGDumper.cpp389 case ISD::STRICT_SINT_TO_FP: return "strict_sint_to_fp"; in getOperationName()
H A DLegalizeFloatTypes.cpp156 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 DLegalizeVectorTypes.cpp761 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 DLegalizeIntegerTypes.cpp1946 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 DSelectionDAGISel.cpp1304 case ISD::STRICT_SINT_TO_FP: in DoInstructionSelection()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp263 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 DSystemZISelLowering.cpp234 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 DX86ISelLowering.cpp276 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 DRISCVISelLowering.cpp608 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 DAArch64ISelLowering.cpp579 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 DTargetSelectionDAG.td651 def strict_sint_to_fp : SDNode<"ISD::STRICT_SINT_TO_FP",