Searched refs:STRICT_FRINT (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 421 STRICT_FRINT, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 214 case ISD::STRICT_FRINT: return "strict_frint"; in getOperationName()
|
| H A D | LegalizeFloatTypes.cpp | 116 case ISD::STRICT_FRINT: in SoftenFloatResult() 1257 case ISD::STRICT_FRINT: in ExpandFloatResult()
|
| H A D | LegalizeDAG.cpp | 4109 case ISD::STRICT_FRINT: in ConvertNodeToLibcall() 4895 case ISD::STRICT_FRINT: in PromoteNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 1147 case ISD::STRICT_FRINT: { in PreprocessISelDAG() 1163 case ISD::STRICT_FRINT: in PreprocessISelDAG()
|
| H A D | X86ISelLowering.cpp | 659 setOperationAction(ISD::STRICT_FRINT, MVT::f16, Promote); in X86TargetLowering() 1238 setOperationAction(ISD::STRICT_FRINT, RoundedTy, Legal); in X86TargetLowering() 1343 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering() 1760 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering() 2054 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in X86TargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 485 setOperationAction(ISD::STRICT_FRINT, VT, Legal); in SystemZTargetLowering() 534 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in SystemZTargetLowering() 591 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in SystemZTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 554 def strict_frint : SDNode<"ISD::STRICT_FRINT",
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 361 setOperationAction(ISD::STRICT_FRINT, MVT::f32, Legal); in PPCTargetLowering() 362 setOperationAction(ISD::STRICT_FRINT, MVT::f64, Legal); in PPCTargetLowering() 1139 setOperationAction(ISD::STRICT_FRINT, MVT::v4f32, Legal); in PPCTargetLowering() 1153 setOperationAction(ISD::STRICT_FRINT, MVT::v2f64, Legal); in PPCTargetLowering() 1230 setOperationAction(ISD::STRICT_FRINT, MVT::f128, Legal); in PPCTargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 673 ISD::STRICT_FSQRT, ISD::STRICT_FRINT, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering() 739 ISD::STRICT_FRINT, ISD::STRICT_FTRUNC, ISD::STRICT_FROUNDEVEN, in AArch64TargetLowering() 1031 ISD::STRICT_FSQRT, ISD::STRICT_FRINT, ISD::STRICT_FNEARBYINT, in AArch64TargetLowering() 1174 ISD::STRICT_FNEARBYINT, ISD::STRICT_FCEIL, ISD::STRICT_FRINT, in AArch64TargetLowering()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 376 ISD::STRICT_FNEARBYINT, ISD::STRICT_FRINT, in RISCVTargetLowering()
|