Home
last modified time | relevance | path

Searched refs:STRICT_FP_TO_SINT (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h441 STRICT_FP_TO_SINT, enumerator
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp554 case ISD::STRICT_FP_TO_SINT: in Promote()
661 TLI.isOperationLegalOrCustom(ISD::STRICT_FP_TO_SINT, NVT)) in PromoteFP_TO_INT()
662 NewOpc = ISD::STRICT_FP_TO_SINT; in PromoteFP_TO_INT()
H A DSelectionDAGDumper.cpp357 case ISD::STRICT_FP_TO_SINT: return "strict_fp_to_sint"; in getOperationName()
H A DLegalizeFloatTypes.cpp840 case ISD::STRICT_FP_TO_SINT: in SoftenFloatOperand()
966 N->getOpcode() == ISD::STRICT_FP_TO_SINT; in SoftenFloatOp_FP_TO_XINT()
1797 case ISD::STRICT_FP_TO_SINT: in ExpandFloatOperand()
1932 N->getOpcode() == ISD::STRICT_FP_TO_SINT; in ExpandFloatOp_FP_TO_XINT()
H A DLegalizeDAG.cpp2602 N->getOpcode() == ISD::STRICT_FP_TO_SINT; in PromoteLegalFP_TO_INT()
2617 OpToUse = IsStrict ? ISD::STRICT_FP_TO_SINT : ISD::FP_TO_SINT; in PromoteLegalFP_TO_INT()
2977 case ISD::STRICT_FP_TO_SINT: in ExpandNode()
4286 case ISD::STRICT_FP_TO_SINT: in ConvertNodeToLibcall()
4291 Node->getOpcode() == ISD::STRICT_FP_TO_SINT; in ConvertNodeToLibcall()
4518 case ISD::STRICT_FP_TO_SINT: in PromoteNode()
H A DLegalizeIntegerTypes.cpp142 case ISD::STRICT_FP_TO_SINT: in PromoteIntegerResult()
673 TLI.isOperationLegalOrCustom(ISD::STRICT_FP_TO_SINT, NVT)) in PromoteIntRes_FP_TO_XINT()
674 NewOpc = ISD::STRICT_FP_TO_SINT; in PromoteIntRes_FP_TO_XINT()
2424 case ISD::STRICT_FP_TO_SINT: in ExpandIntegerResult()
H A DLegalizeVectorTypes.cpp652 case ISD::STRICT_FP_TO_SINT: in ScalarizeVectorOperand()
2740 case ISD::STRICT_FP_TO_SINT: in SplitVectorOperand()
4092 case ISD::STRICT_FP_TO_SINT: in WidenVecRes_StrictFP()
5457 case ISD::STRICT_FP_TO_SINT: in WidenVectorOperand()
H A DTargetLowering.cpp7412 unsigned SIntOpcode = Node->isStrictFPOpcode() ? ISD::STRICT_FP_TO_SINT : in expandFP_TO_UINT()
7427 Result = DAG.getNode(ISD::STRICT_FP_TO_SINT, dl, { DstVT, MVT::Other }, in expandFP_TO_UINT()
7473 SInt = DAG.getNode(ISD::STRICT_FP_TO_SINT, dl, { DstVT, MVT::Other }, in expandFP_TO_UINT()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp261 AddPromotedToType(ISD::STRICT_FP_TO_SINT, MVT::i1, in PPCTargetLowering()
516 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i32, Legal); in PPCTargetLowering()
528 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i32, Custom); in PPCTargetLowering()
670 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i64, Custom); in PPCTargetLowering()
711 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i32, Custom); in PPCTargetLowering()
8049 Op.getOpcode() == ISD::STRICT_FP_TO_SINT; in convertFPToInt()
8096 Op.getOpcode() == ISD::STRICT_FP_TO_SINT; in LowerFP_TO_INTForReuse()
8153 Op.getOpcode() == ISD::STRICT_FP_TO_SINT; in LowerFP_TO_INT()
8184 return DAG.getNode(ISD::STRICT_FP_TO_SINT, dl, in LowerFP_TO_INT()
11175 case ISD::STRICT_FP_TO_SINT: in LowerOperation()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp262 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i8, Promote); in X86TargetLowering()
264 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i16, Custom); in X86TargetLowering()
266 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i32, Custom); in X86TargetLowering()
270 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i64, Custom); in X86TargetLowering()
1130 setOperationAction(ISD::STRICT_FP_TO_SINT, VT, Custom); in X86TargetLowering()
22320 Op.getOpcode() == ISD::STRICT_FP_TO_SINT; in LowerFP_TO_INT()
22423 Res = DAG.getNode(IsSigned ? ISD::STRICT_FP_TO_SINT in LowerFP_TO_INT()
29542 Op->getOpcode() == ISD::STRICT_FP_TO_SINT) in LowerWin64_FP_TO_INT128()
32259 case ISD::STRICT_FP_TO_SINT: in LowerOperation()
32700 case ISD::STRICT_FP_TO_SINT: in ReplaceNodeResults()
[all …]
H A DX86ISelDAGToDAG.cpp1051 case ISD::STRICT_FP_TO_SINT: in PreprocessISelDAG()
1063 case ISD::STRICT_FP_TO_SINT: NewOpc = X86ISD::STRICT_CVTTP2SI; break; in PreprocessISelDAG()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp225 setOperationAction(ISD::STRICT_FP_TO_SINT, VT, Legal); in SystemZTargetLowering()
419 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v2i64, Legal); in SystemZTargetLowering()
420 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v2f64, Legal); in SystemZTargetLowering()
439 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v4i32, Legal); in SystemZTargetLowering()
440 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::v4f32, Legal); in SystemZTargetLowering()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp461 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i32, Custom); in AArch64TargetLowering()
462 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i64, Custom); in AArch64TargetLowering()
463 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i128, Custom); in AArch64TargetLowering()
972 ISD::STRICT_FP_TO_SINT, ISD::STRICT_FP_TO_UINT, in AArch64TargetLowering()
1509 ISD::FP_TO_UINT_SAT, ISD::STRICT_FP_TO_SINT, ISD::STRICT_FP_TO_UINT}) in addTypeForNEON()
5502 case ISD::STRICT_FP_TO_SINT: in LowerOperation()
20282 case ISD::STRICT_FP_TO_SINT: in ReplaceNodeResults()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp377 ISD::STRICT_FP_TO_UINT, ISD::STRICT_FP_TO_SINT}, in RISCVTargetLowering()
384 setOperationAction({ISD::STRICT_FP_TO_UINT, ISD::STRICT_FP_TO_SINT, in RISCVTargetLowering()
6841 case ISD::STRICT_FP_TO_SINT: in ReplaceNodeResults()
6849 N->getOpcode() == ISD::STRICT_FP_TO_SINT; in ReplaceNodeResults()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td583 def strict_fp_to_sint : SDNode<"ISD::STRICT_FP_TO_SINT",
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1064 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::i32, Custom); in ARMTargetLowering()
1066 setOperationAction(ISD::STRICT_FP_TO_SINT, MVT::f64, Custom); in ARMTargetLowering()
5851 Op.getOpcode() == ISD::STRICT_FP_TO_SINT) in LowerFP_TO_INT()
5870 DAG.getNode(Op.getOpcode() == ISD::STRICT_FP_TO_SINT ? ISD::FP_TO_SINT in LowerFP_TO_INT()
10356 case ISD::STRICT_FP_TO_SINT: in LowerOperation()