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.h410 STRICT_FDIV, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp292 case ISD::STRICT_FDIV: return "strict_fdiv"; in getOperationName()
H A DLegalizeVectorOps.cpp690 case ISD::STRICT_FDIV: in Promote()
H A DLegalizeFloatTypes.cpp93 case ISD::STRICT_FDIV: in SoftenFloatResult()
1423 case ISD::STRICT_FDIV: in ExpandFloatResult()
H A DLegalizeDAG.cpp4736 case ISD::STRICT_FDIV: in ConvertNodeToLibcall()
5450 case ISD::STRICT_FDIV: in PromoteNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp540 setOperationAction(ISD::STRICT_FDIV, VT, Legal); in SystemZTargetLowering()
590 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in SystemZTargetLowering()
656 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp434 ISD::STRICT_FSUB, ISD::STRICT_FMUL, ISD::STRICT_FDIV, in RISCVTargetLowering()
458 ISD::STRICT_FSUB, ISD::STRICT_FMUL, ISD::STRICT_FDIV, in RISCVTargetLowering()
953 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA}; in RISCVTargetLowering()
1034 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA}, in RISCVTargetLowering()
1391 ISD::STRICT_FDIV, ISD::STRICT_FSQRT, ISD::STRICT_FMA, in RISCVTargetLowering()
5997 OP_CASE(STRICT_FDIV) in getRISCVVLOp()
7084 case ISD::STRICT_FDIV: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp363 setOperationAction(ISD::STRICT_FDIV, MVT::f32, Legal); in PPCTargetLowering()
369 setOperationAction(ISD::STRICT_FDIV, MVT::f64, Legal); in PPCTargetLowering()
1151 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in PPCTargetLowering()
1165 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in PPCTargetLowering()
1249 setOperationAction(ISD::STRICT_FDIV, MVT::f128, Legal); in PPCTargetLowering()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td575 def strict_fdiv : SDNode<"ISD::STRICT_FDIV",
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp685 setOperationAction(ISD::STRICT_FDIV, MVT::f16, Promote); in X86TargetLowering()
800 setOperationAction(ISD::STRICT_FDIV, MVT::f32, Legal); in X86TargetLowering()
801 setOperationAction(ISD::STRICT_FDIV, MVT::f64, Legal); in X86TargetLowering()
861 setOperationAction(ISD::STRICT_FDIV , MVT::f80, Legal); in X86TargetLowering()
886 setOperationAction(ISD::STRICT_FDIV, MVT::f128, LibCall); in X86TargetLowering()
1065 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in X86TargetLowering()
1302 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in X86TargetLowering()
1482 setOperationAction(ISD::STRICT_FDIV, MVT::v8f32, Legal); in X86TargetLowering()
1483 setOperationAction(ISD::STRICT_FDIV, MVT::v4f64, Legal); in X86TargetLowering()
1832 setOperationAction(ISD::STRICT_FDIV, MVT::v16f32, Legal); in X86TargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp780 ISD::STRICT_FDIV, in AArch64TargetLowering()
882 ISD::STRICT_FDIV, ISD::STRICT_FMA, ISD::STRICT_FSQRT}) { in AArch64TargetLowering()
1197 ISD::STRICT_FDIV, ISD::STRICT_FMA, ISD::STRICT_FCEIL, in AArch64TargetLowering()
1916 ISD::STRICT_FMUL, ISD::STRICT_FDIV, ISD::STRICT_FMA, in addTypeForNEON()