Searched refs:STRICT_FSUB (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 388 STRICT_FSUB, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 257 case ISD::STRICT_FSUB: return "strict_fsub"; in getOperationName()
|
| H A D | LegalizeDAG.cpp | 2341 Sub = DAG.getNode(ISD::STRICT_FSUB, dl, {MVT::f64, MVT::Other}, in ExpandLegalINT_TO_FP() 3796 case ISD::STRICT_FSUB: { in ExpandNode() 3798 ISD::STRICT_FSUB, Node->getValueType(0)) == TargetLowering::Legal) in ExpandNode() 4285 case ISD::STRICT_FSUB: in ConvertNodeToLibcall()
|
| H A D | LegalizeFloatTypes.cpp | 125 case ISD::STRICT_FSUB: in SoftenFloatResult() 1245 case ISD::STRICT_FSUB: in ExpandFloatResult()
|
| H A D | TargetLowering.cpp | 6795 Node->isStrictFPOpcode() ? ISD::STRICT_FSUB : ISD::FSUB, SrcVT)) in expandFP_TO_UINT() 6829 SDValue Val = DAG.getNode(ISD::STRICT_FSUB, dl, { SrcVT, MVT::Other }, in expandFP_TO_UINT()
|
| H A D | DAGCombiner.cpp | 13810 if (!LegalOperations || TLI.isOperationLegalOrCustom(ISD::STRICT_FSUB, VT)) in visitSTRICT_FADD() 13813 return DAG.getNode(ISD::STRICT_FSUB, DL, DAG.getVTList(VT, ChainVT), in visitSTRICT_FADD() 13818 if (!LegalOperations || TLI.isOperationLegalOrCustom(ISD::STRICT_FSUB, VT)) in visitSTRICT_FADD() 13821 return DAG.getNode(ISD::STRICT_FSUB, DL, DAG.getVTList(VT, ChainVT), in visitSTRICT_FADD()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 334 setOperationAction(ISD::STRICT_FSUB, MVT::f32, Legal); in PPCTargetLowering() 340 setOperationAction(ISD::STRICT_FSUB, MVT::f64, Legal); in PPCTargetLowering() 1094 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal); in PPCTargetLowering() 1108 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal); in PPCTargetLowering() 1184 setOperationAction(ISD::STRICT_FSUB, MVT::f128, Legal); in PPCTargetLowering() 8155 SDValue Val = DAG.getNode(ISD::STRICT_FSUB, dl, in LowerFP_TO_INT()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 473 setOperationAction(ISD::STRICT_FSUB, VT, Legal); in SystemZTargetLowering() 522 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal); in SystemZTargetLowering() 579 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 513 def strict_fsub : SDNode<"ISD::STRICT_FSUB",
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 664 setOperationAction(ISD::STRICT_FSUB, MVT::f32, Legal); in X86TargetLowering() 665 setOperationAction(ISD::STRICT_FSUB, MVT::f64, Legal); in X86TargetLowering() 718 setOperationAction(ISD::STRICT_FSUB , MVT::f80, Legal); in X86TargetLowering() 738 setOperationAction(ISD::STRICT_FSUB, MVT::f128, LibCall); in X86TargetLowering() 902 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal); in X86TargetLowering() 1100 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal); in X86TargetLowering() 1262 setOperationAction(ISD::STRICT_FSUB, MVT::v8f32, Legal); in X86TargetLowering() 1263 setOperationAction(ISD::STRICT_FSUB, MVT::v4f64, Legal); in X86TargetLowering() 1561 setOperationAction(ISD::STRICT_FSUB, MVT::v16f32, Legal); in X86TargetLowering() 1562 setOperationAction(ISD::STRICT_FSUB, MVT::v8f64, Legal); in X86TargetLowering() [all …]
|