| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 264 setCondCodeAction(ISD::SETNE, T, Expand); in initializeHVXLowering() 265 setCondCodeAction(ISD::SETLE, T, Expand); in initializeHVXLowering() 266 setCondCodeAction(ISD::SETGE, T, Expand); in initializeHVXLowering() 267 setCondCodeAction(ISD::SETLT, T, Expand); in initializeHVXLowering() 268 setCondCodeAction(ISD::SETULE, T, Expand); in initializeHVXLowering() 269 setCondCodeAction(ISD::SETUGE, T, Expand); in initializeHVXLowering() 270 setCondCodeAction(ISD::SETULT, T, Expand); in initializeHVXLowering() 346 setCondCodeAction(ISD::SETNE, MVT::v64f16, Expand); in initializeHVXLowering() 347 setCondCodeAction(ISD::SETLE, MVT::v64f16, Expand); in initializeHVXLowering() 348 setCondCodeAction(ISD::SETGE, MVT::v64f16, Expand); in initializeHVXLowering() [all …]
|
| H A D | HexagonISelLowering.cpp | 1831 setCondCodeAction(ISD::SETNE, VT, Expand); in HexagonTargetLowering() 1832 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering() 1833 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering() 1834 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering() 1835 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering() 1836 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering() 1837 setCondCodeAction(ISD::SETULT, VT, Expand); in HexagonTargetLowering() 1842 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering() 1843 setCondCodeAction(ISD::SETGT, VT, Expand); in HexagonTargetLowering() 1844 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelLowering.cpp | 299 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering() 300 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering() 301 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in MipsSETargetLowering() 302 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in MipsSETargetLowering() 304 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering() 305 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering() 306 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in MipsSETargetLowering() 307 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in MipsSETargetLowering() 399 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType() 400 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.cpp | 130 setCondCodeAction(ISD::SETGT, MVT::i32, Expand); in XtensaTargetLowering() 131 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in XtensaTargetLowering() 132 setCondCodeAction(ISD::SETUGT, MVT::i32, Expand); in XtensaTargetLowering() 133 setCondCodeAction(ISD::SETULE, MVT::i32, Expand); in XtensaTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 676 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering() 677 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering() 678 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering() 679 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering() 681 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering() 682 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering() 683 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering() 684 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering() 685 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering() 686 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2734 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, MVT VT, in setCondCodeAction() function 2748 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, ArrayRef<MVT> VTs, in setCondCodeAction() function 2751 setCondCodeAction(CCs, VT, Action); in setCondCodeAction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 86 setCondCodeAction({ISD::SETO, ISD::SETUO, ISD::SETLT, ISD::SETLE, ISD::SETOLT, in R600TargetLowering() 91 setCondCodeAction({ISD::SETLE, ISD::SETLT, ISD::SETULE, ISD::SETULT}, in R600TargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 1738 setCondCodeAction(ISD::SETO, VT, Expand); in AArch64TargetLowering() 1739 setCondCodeAction(ISD::SETOLT, VT, Expand); in AArch64TargetLowering() 1740 setCondCodeAction(ISD::SETLT, VT, Expand); in AArch64TargetLowering() 1741 setCondCodeAction(ISD::SETOLE, VT, Expand); in AArch64TargetLowering() 1742 setCondCodeAction(ISD::SETLE, VT, Expand); in AArch64TargetLowering() 1743 setCondCodeAction(ISD::SETULT, VT, Expand); in AArch64TargetLowering() 1744 setCondCodeAction(ISD::SETULE, VT, Expand); in AArch64TargetLowering() 1745 setCondCodeAction(ISD::SETUGE, VT, Expand); in AArch64TargetLowering() 1746 setCondCodeAction(ISD::SETUGT, VT, Expand); in AArch64TargetLowering() 1747 setCondCodeAction(ISD::SETUEQ, VT, Expand); in AArch64TargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 189 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in LoongArchTargetLowering() 236 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in LoongArchTargetLowering() 306 setCondCodeAction( in LoongArchTargetLowering() 327 setCondCodeAction({ISD::SETGE, ISD::SETGT, ISD::SETOGE, ISD::SETOGT, in LoongArchTargetLowering() 373 setCondCodeAction( in LoongArchTargetLowering() 394 setCondCodeAction({ISD::SETGE, ISD::SETGT, ISD::SETOGE, ISD::SETOGT, in LoongArchTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 133 setCondCodeAction(CC, VT, Expand); in CSKYTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 134 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering() 293 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 300 setCondCodeAction(ISD::SETGT, XLenVT, Custom); in RISCVTargetLowering() 301 setCondCodeAction(ISD::SETGE, XLenVT, Expand); in RISCVTargetLowering() 302 setCondCodeAction(ISD::SETUGT, XLenVT, Custom); in RISCVTargetLowering() 303 setCondCodeAction(ISD::SETUGE, XLenVT, Expand); in RISCVTargetLowering() 305 setCondCodeAction(ISD::SETULE, XLenVT, Expand); in RISCVTargetLowering() 306 setCondCodeAction(ISD::SETLE, XLenVT, Expand); in RISCVTargetLowering() 528 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering() 559 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering() 615 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering() 1077 setCondCodeAction(VFPCCToExpand, VT, Expand); in RISCVTargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 202 setCondCodeAction(ISD::SETOEQ, VT, Expand); in X86TargetLowering() 203 setCondCodeAction(ISD::SETUNE, VT, Expand); in X86TargetLowering() 1179 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1180 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1562 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1563 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1966 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1967 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 2303 setCondCodeAction(ISD::SETOEQ, MVT::f16, Expand); in X86TargetLowering() 2304 setCondCodeAction(ISD::SETUNE, MVT::f16, Expand); in X86TargetLowering() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 746 setCondCodeAction({ISD::SETNE, ISD::SETEQ, ISD::SETUGE, ISD::SETULE, in NVPTXTargetLowering()
|