Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h423 STRICT_FDIV, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp309 case ISD::STRICT_FDIV: return "strict_fdiv"; in getOperationName()
H A DLegalizeFloatTypes.cpp99 case ISD::STRICT_FDIV: in SoftenFloatResult()
1580 case ISD::STRICT_FDIV: in ExpandFloatResult()
H A DLegalizeVectorOps.cpp735 case ISD::STRICT_FDIV: in Promote()
H A DLegalizeDAG.cpp4935 case ISD::STRICT_FDIV: { in ConvertNodeToLibcall()
5681 case ISD::STRICT_FDIV: in PromoteNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td610 def strict_fdiv : SDNode<"ISD::STRICT_FDIV",
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp458 ISD::STRICT_FMUL, ISD::STRICT_FDIV, ISD::STRICT_FSQRT, in RISCVTargetLowering()
479 ISD::STRICT_FSUB, ISD::STRICT_FMUL, ISD::STRICT_FDIV, in RISCVTargetLowering()
1030 ISD::STRICT_FDIV, in RISCVTargetLowering()
1125 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA}, in RISCVTargetLowering()
1534 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA, in RISCVTargetLowering()
7003 OP_CASE(STRICT_FDIV) in getRISCVVLOp()
8195 case ISD::STRICT_FDIV: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp592 setOperationAction(ISD::STRICT_FDIV, VT, Legal); in SystemZTargetLowering()
647 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in SystemZTargetLowering()
715 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp371 setOperationAction(ISD::STRICT_FDIV, MVT::f32, Legal); in PPCTargetLowering()
377 setOperationAction(ISD::STRICT_FDIV, MVT::f64, Legal); in PPCTargetLowering()
1168 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in PPCTargetLowering()
1182 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in PPCTargetLowering()
1267 setOperationAction(ISD::STRICT_FDIV, MVT::f128, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp695 setOperationAction(ISD::STRICT_FDIV, MVT::f16, Promote); in X86TargetLowering()
810 setOperationAction(ISD::STRICT_FDIV, MVT::f32, Legal); in X86TargetLowering()
811 setOperationAction(ISD::STRICT_FDIV, MVT::f64, Legal); in X86TargetLowering()
872 setOperationAction(ISD::STRICT_FDIV , MVT::f80, Legal); in X86TargetLowering()
898 setOperationAction(ISD::STRICT_FDIV, MVT::f128, LibCall); in X86TargetLowering()
1082 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in X86TargetLowering()
1323 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in X86TargetLowering()
1506 setOperationAction(ISD::STRICT_FDIV, MVT::v8f32, Legal); in X86TargetLowering()
1507 setOperationAction(ISD::STRICT_FDIV, MVT::v4f64, Legal); in X86TargetLowering()
1864 setOperationAction(ISD::STRICT_FDIV, MVT::v16f32, Legal); in X86TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp814 ISD::STRICT_FDIV, in AArch64TargetLowering()
922 ISD::STRICT_FDIV, ISD::STRICT_FMA, ISD::STRICT_FSQRT}) { in AArch64TargetLowering()
1248 ISD::STRICT_FDIV, ISD::STRICT_FMA, ISD::STRICT_FCEIL, in AArch64TargetLowering()
2086 ISD::STRICT_FDIV, ISD::STRICT_FMA, ISD::STRICT_FSQRT}) in addTypeForNEON()