Searched refs:STRICT_FDIV (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 384 STRICT_FDIV, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 259 case ISD::STRICT_FDIV: return "strict_fdiv"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 80 case ISD::STRICT_FDIV: in SoftenFloatResult() 1199 case ISD::STRICT_FDIV: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4110 case ISD::STRICT_FDIV: in ConvertNodeToLibcall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 475 setOperationAction(ISD::STRICT_FDIV, VT, Legal); in SystemZTargetLowering() 525 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in SystemZTargetLowering() 582 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 515 def strict_fdiv : SDNode<"ISD::STRICT_FDIV",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 329 setOperationAction(ISD::STRICT_FDIV, MVT::f32, Legal); in PPCTargetLowering() 335 setOperationAction(ISD::STRICT_FDIV, MVT::f64, Legal); in PPCTargetLowering() 1090 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in PPCTargetLowering() 1104 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in PPCTargetLowering() 1180 setOperationAction(ISD::STRICT_FDIV, MVT::f128, Legal); in PPCTargetLowering()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 667 setOperationAction(ISD::STRICT_FDIV, MVT::f32, Legal); in X86TargetLowering() 668 setOperationAction(ISD::STRICT_FDIV, MVT::f64, Legal); in X86TargetLowering() 719 setOperationAction(ISD::STRICT_FDIV , MVT::f80, Legal); in X86TargetLowering() 739 setOperationAction(ISD::STRICT_FDIV, MVT::f128, LibCall); in X86TargetLowering() 903 setOperationAction(ISD::STRICT_FDIV, MVT::v4f32, Legal); in X86TargetLowering() 1099 setOperationAction(ISD::STRICT_FDIV, MVT::v2f64, Legal); in X86TargetLowering() 1262 setOperationAction(ISD::STRICT_FDIV, MVT::v8f32, Legal); in X86TargetLowering() 1263 setOperationAction(ISD::STRICT_FDIV, MVT::v4f64, Legal); in X86TargetLowering() 1561 setOperationAction(ISD::STRICT_FDIV, MVT::v16f32, Legal); in X86TargetLowering() 1562 setOperationAction(ISD::STRICT_FDIV, MVT::v8f64, Legal); in X86TargetLowering()
|