Searched refs:STRICT_FROUND (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 427 STRICT_FROUND, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 218 case ISD::STRICT_FROUND: return "strict_fround"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 118 case ISD::STRICT_FROUND: in SoftenFloatResult() 1259 case ISD::STRICT_FROUND: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4123 case ISD::STRICT_FROUND: in ConvertNodeToLibcall() 4897 case ISD::STRICT_FROUND: in PromoteNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 492 setOperationAction(ISD::STRICT_FROUND, VT, Legal); in SystemZTargetLowering() 539 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in SystemZTargetLowering() 595 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 570 def strict_fround : SDNode<"ISD::STRICT_FROUND",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 374 setOperationAction(ISD::STRICT_FROUND, MVT::f32, Legal); in PPCTargetLowering() 379 setOperationAction(ISD::STRICT_FROUND, MVT::f64, Legal); in PPCTargetLowering() 1143 setOperationAction(ISD::STRICT_FROUND, MVT::v4f32, Legal); in PPCTargetLowering() 1157 setOperationAction(ISD::STRICT_FROUND, MVT::v2f64, Legal); in PPCTargetLowering() 1235 setOperationAction(ISD::STRICT_FROUND, MVT::f128, Legal); in PPCTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 674 ISD::STRICT_FROUND, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 740 ISD::STRICT_FROUND, ISD::STRICT_FMINNUM, ISD::STRICT_FMAXNUM, in AArch64TargetLowering() 1032 ISD::STRICT_FROUND, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 1175 ISD::STRICT_FTRUNC, ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN}) { in AArch64TargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 377 ISD::STRICT_FROUND, ISD::STRICT_FROUNDEVEN, in RISCVTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 662 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering() 2084 setOperationAction(ISD::STRICT_FROUND, MVT::f16, Promote); in X86TargetLowering()
|