Home
last modified time | relevance | path

Searched refs:STRICT_FDIV (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h301 STRICT_FADD, STRICT_FSUB, STRICT_FMUL, STRICT_FDIV, STRICT_FREM, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp255 case ISD::STRICT_FDIV: return "strict_fdiv"; in getOperationName()
HDLegalizeFloatTypes.cpp80 case ISD::STRICT_FDIV: in SoftenFloatResult()
1142 case ISD::STRICT_FDIV: in ExpandFloatResult()
HDLegalizeDAG.cpp4101 case ISD::STRICT_FDIV: in ConvertNodeToLibcall()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp467 setOperationAction(ISD::STRICT_FDIV, VT, Legal); in SystemZTargetLowering()
517 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in SystemZTargetLowering()
574 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td491 def strict_fdiv : SDNode<"ISD::STRICT_FDIV",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp621 setOperationAction(ISD::STRICT_FDIV, MVT::f32, Legal); in X86TargetLowering()
622 setOperationAction(ISD::STRICT_FDIV, MVT::f64, Legal); in X86TargetLowering()
673 setOperationAction(ISD::STRICT_FDIV , MVT::f80, Legal); in X86TargetLowering()
693 setOperationAction(ISD::STRICT_FDIV, MVT::f128, LibCall); in X86TargetLowering()
857 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in X86TargetLowering()
1049 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in X86TargetLowering()
1197 setOperationAction(ISD::STRICT_FDIV, MVT::v8f32, Legal); in X86TargetLowering()
1198 setOperationAction(ISD::STRICT_FDIV, MVT::v4f64, Legal); in X86TargetLowering()
1488 setOperationAction(ISD::STRICT_FDIV, MVT::v16f32, Legal); in X86TargetLowering()
1489 setOperationAction(ISD::STRICT_FDIV, MVT::v8f64, Legal); in X86TargetLowering()