Searched refs:STRICT_FSUB (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 382 STRICT_FSUB, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 255 case ISD::STRICT_FSUB: return "strict_fsub"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 2354 Sub = DAG.getNode(ISD::STRICT_FSUB, dl, {MVT::f64, MVT::Other}, in ExpandLegalINT_TO_FP() 3809 case ISD::STRICT_FSUB: { in ExpandNode() 3811 ISD::STRICT_FSUB, Node->getValueType(0)) == TargetLowering::Legal) in ExpandNode() 4296 case ISD::STRICT_FSUB: in ConvertNodeToLibcall()
|
H A D | LegalizeFloatTypes.cpp | 122 case ISD::STRICT_FSUB: in SoftenFloatResult() 1237 case ISD::STRICT_FSUB: in ExpandFloatResult()
|
H A D | TargetLowering.cpp | 6766 Node->isStrictFPOpcode() ? ISD::STRICT_FSUB : ISD::FSUB, SrcVT)) in expandFP_TO_UINT() 6800 SDValue Val = DAG.getNode(ISD::STRICT_FSUB, dl, { SrcVT, MVT::Other }, in expandFP_TO_UINT()
|
H A D | DAGCombiner.cpp | 13615 if (!LegalOperations || TLI.isOperationLegalOrCustom(ISD::STRICT_FSUB, VT)) in visitSTRICT_FADD() 13618 return DAG.getNode(ISD::STRICT_FSUB, DL, DAG.getVTList(VT, ChainVT), in visitSTRICT_FADD() 13623 if (!LegalOperations || TLI.isOperationLegalOrCustom(ISD::STRICT_FSUB, VT)) in visitSTRICT_FADD() 13626 return DAG.getNode(ISD::STRICT_FSUB, DL, DAG.getVTList(VT, ChainVT), in visitSTRICT_FADD()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 327 setOperationAction(ISD::STRICT_FSUB, MVT::f32, Legal); in PPCTargetLowering() 333 setOperationAction(ISD::STRICT_FSUB, MVT::f64, Legal); in PPCTargetLowering() 1088 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal); in PPCTargetLowering() 1102 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal); in PPCTargetLowering() 1178 setOperationAction(ISD::STRICT_FSUB, MVT::f128, Legal); in PPCTargetLowering() 8111 SDValue Val = DAG.getNode(ISD::STRICT_FSUB, dl, in LowerFP_TO_INT()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 511 def strict_fsub : SDNode<"ISD::STRICT_FSUB",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 663 setOperationAction(ISD::STRICT_FSUB, MVT::f32, Legal); in X86TargetLowering() 664 setOperationAction(ISD::STRICT_FSUB, MVT::f64, Legal); in X86TargetLowering() 717 setOperationAction(ISD::STRICT_FSUB , MVT::f80, Legal); in X86TargetLowering() 737 setOperationAction(ISD::STRICT_FSUB, MVT::f128, LibCall); in X86TargetLowering() 901 setOperationAction(ISD::STRICT_FSUB, MVT::v4f32, Legal); in X86TargetLowering() 1097 setOperationAction(ISD::STRICT_FSUB, MVT::v2f64, Legal); in X86TargetLowering() 1258 setOperationAction(ISD::STRICT_FSUB, MVT::v8f32, Legal); in X86TargetLowering() 1259 setOperationAction(ISD::STRICT_FSUB, MVT::v4f64, Legal); in X86TargetLowering() 1557 setOperationAction(ISD::STRICT_FSUB, MVT::v16f32, Legal); in X86TargetLowering() 1558 setOperationAction(ISD::STRICT_FSUB, MVT::v8f64, Legal); in X86TargetLowering() [all …]
|