Home
last modified time | relevance | path

Searched refs:STRICT_FSUB (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h421 STRICT_FSUB, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp305 case ISD::STRICT_FSUB: return "strict_fsub"; in getOperationName()
H A DLegalizeDAG.cpp2731 Sub = DAG.getNode(ISD::STRICT_FSUB, dl, {MVT::f64, MVT::Other}, in ExpandLegalINT_TO_FP()
4509 case ISD::STRICT_FSUB: { in ExpandNode()
4511 ISD::STRICT_FSUB, Node->getValueType(0)) == TargetLowering::Legal) in ExpandNode()
5148 case ISD::STRICT_FSUB: { in ConvertNodeToLibcall()
5679 case ISD::STRICT_FSUB: in PromoteNode()
H A DLegalizeFloatTypes.cpp150 case ISD::STRICT_FSUB: in SoftenFloatResult()
1623 case ISD::STRICT_FSUB: in ExpandFloatResult()
H A DLegalizeVectorOps.cpp733 case ISD::STRICT_FSUB: in Promote()
H A DDAGCombiner.cpp17731 if (!LegalOperations || TLI.isOperationLegalOrCustom(ISD::STRICT_FSUB, VT)) in visitSTRICT_FADD()
17734 return DAG.getNode(ISD::STRICT_FSUB, DL, DAG.getVTList(VT, ChainVT), in visitSTRICT_FADD()
17739 if (!LegalOperations || TLI.isOperationLegalOrCustom(ISD::STRICT_FSUB, VT)) in visitSTRICT_FADD()
17742 return DAG.getNode(ISD::STRICT_FSUB, DL, DAG.getVTList(VT, ChainVT), in visitSTRICT_FADD()
H A DTargetLowering.cpp8498 Node->isStrictFPOpcode() ? ISD::STRICT_FSUB : ISD::FSUB, SrcVT)) in expandFP_TO_UINT()
8532 SDValue Val = DAG.getNode(ISD::STRICT_FSUB, dl, { SrcVT, MVT::Other }, in expandFP_TO_UINT()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp369 setOperationAction(ISD::STRICT_FSUB, MVT::f32, Legal); in PPCTargetLowering()
375 setOperationAction(ISD::STRICT_FSUB, MVT::f64, Legal); in PPCTargetLowering()
1166 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal); in PPCTargetLowering()
1180 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal); in PPCTargetLowering()
1265 setOperationAction(ISD::STRICT_FSUB, MVT::f128, Legal); in PPCTargetLowering()
8557 SDValue Val = DAG.getNode(ISD::STRICT_FSUB, dl, in LowerFP_TO_INT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp693 setOperationAction(ISD::STRICT_FSUB, MVT::f16, Promote); in X86TargetLowering()
806 setOperationAction(ISD::STRICT_FSUB, MVT::f32, Legal); in X86TargetLowering()
807 setOperationAction(ISD::STRICT_FSUB, MVT::f64, Legal); in X86TargetLowering()
870 setOperationAction(ISD::STRICT_FSUB , MVT::f80, Legal); in X86TargetLowering()
896 setOperationAction(ISD::STRICT_FSUB, MVT::f128, LibCall); in X86TargetLowering()
1080 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal); in X86TargetLowering()
1321 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal); in X86TargetLowering()
1502 setOperationAction(ISD::STRICT_FSUB, MVT::v8f32, Legal); in X86TargetLowering()
1503 setOperationAction(ISD::STRICT_FSUB, MVT::v4f64, Legal); in X86TargetLowering()
1860 setOperationAction(ISD::STRICT_FSUB, MVT::v16f32, Legal); in X86TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td606 def strict_fsub : SDNode<"ISD::STRICT_FSUB",
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp457 ISD::STRICT_FMA, ISD::STRICT_FADD, ISD::STRICT_FSUB, in RISCVTargetLowering()
479 ISD::STRICT_FSUB, ISD::STRICT_FMUL, ISD::STRICT_FDIV, in RISCVTargetLowering()
1028 ISD::STRICT_FSUB, in RISCVTargetLowering()
1124 setOperationAction({ISD::STRICT_FADD, ISD::STRICT_FSUB, ISD::STRICT_FMUL, in RISCVTargetLowering()
1533 {ISD::STRICT_FADD, ISD::STRICT_FSUB, ISD::STRICT_FMUL, in RISCVTargetLowering()
7001 OP_CASE(STRICT_FSUB) in getRISCVVLOp()
8193 case ISD::STRICT_FSUB: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp590 setOperationAction(ISD::STRICT_FSUB, VT, Legal); in SystemZTargetLowering()
644 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal); in SystemZTargetLowering()
712 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp812 ISD::STRICT_FSUB, in AArch64TargetLowering()
921 for (auto Op : {ISD::STRICT_FADD, ISD::STRICT_FSUB, ISD::STRICT_FMUL, in AArch64TargetLowering()
1247 ISD::STRICT_FADD, ISD::STRICT_FSUB, ISD::STRICT_FMUL, in AArch64TargetLowering()
2085 ISD::STRICT_FADD, ISD::STRICT_FSUB, ISD::STRICT_FMUL, in addTypeForNEON()