| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 423 STRICT_FDIV, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 309 case ISD::STRICT_FDIV: return "strict_fdiv"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 99 case ISD::STRICT_FDIV: in SoftenFloatResult() 1580 case ISD::STRICT_FDIV: in ExpandFloatResult()
|
| H A D | LegalizeVectorOps.cpp | 735 case ISD::STRICT_FDIV: in Promote()
|
| H A D | LegalizeDAG.cpp | 4935 case ISD::STRICT_FDIV: { in ConvertNodeToLibcall() 5681 case ISD::STRICT_FDIV: in PromoteNode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 610 def strict_fdiv : SDNode<"ISD::STRICT_FDIV",
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 458 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 D | SystemZISelLowering.cpp | 592 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 D | PPCISelLowering.cpp | 371 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 D | X86ISelLowering.cpp | 695 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 D | AArch64ISelLowering.cpp | 814 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()
|