/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 260 setCondCodeAction(ISD::SETNE, T, Expand); in initializeHVXLowering() 261 setCondCodeAction(ISD::SETLE, T, Expand); in initializeHVXLowering() 262 setCondCodeAction(ISD::SETGE, T, Expand); in initializeHVXLowering() 263 setCondCodeAction(ISD::SETLT, T, Expand); in initializeHVXLowering() 264 setCondCodeAction(ISD::SETULE, T, Expand); in initializeHVXLowering() 265 setCondCodeAction(ISD::SETUGE, T, Expand); in initializeHVXLowering() 266 setCondCodeAction(ISD::SETULT, T, Expand); in initializeHVXLowering() 340 setCondCodeAction(ISD::SETNE, MVT::v64f16, Expand); in initializeHVXLowering() 341 setCondCodeAction(ISD::SETLE, MVT::v64f16, Expand); in initializeHVXLowering() 342 setCondCodeAction(IS in initializeHVXLowering() [all...] |
H A D | HexagonISelLowering.cpp | 1757 setCondCodeAction(ISD::SETNE, VT, Expand); in HexagonTargetLowering() 1758 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering() 1759 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering() 1760 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering() 1761 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering() 1762 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering() 1763 setCondCodeAction(ISD::SETULT, VT, Expand); in HexagonTargetLowering() 1768 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering() 1769 setCondCodeAction(ISD::SETGT, VT, Expand); in HexagonTargetLowering() 1770 setCondCodeAction(IS in HexagonTargetLowering() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 260 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering() 261 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering() 262 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in MipsSETargetLowering() 263 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in MipsSETargetLowering() 265 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering() 266 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering() 267 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in MipsSETargetLowering() 268 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in MipsSETargetLowering() 360 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType() 361 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaISelLowering.cpp | 96 setCondCodeAction(ISD::SETGT, MVT::i32, Expand); in XtensaTargetLowering() 97 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in XtensaTargetLowering() 98 setCondCodeAction(ISD::SETUGT, MVT::i32, Expand); in XtensaTargetLowering() 99 setCondCodeAction(ISD::SETULE, MVT::i32, Expand); in XtensaTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 669 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering() 670 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering() 671 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering() 672 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering() 674 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering() 675 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering() 676 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering() 677 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering() 678 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering() 679 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2660 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, MVT VT, in setCondCodeAction() function 2674 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, ArrayRef<MVT> VTs, in setCondCodeAction() function 2677 setCondCodeAction(CCs, VT, Action); in setCondCodeAction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 168 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in LoongArchTargetLowering() 205 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in LoongArchTargetLowering() 267 setCondCodeAction( in LoongArchTargetLowering() 281 setCondCodeAction({ISD::SETGE, ISD::SETGT, ISD::SETOGE, ISD::SETOGT, in LoongArchTargetLowering() 314 setCondCodeAction( in LoongArchTargetLowering() 328 setCondCodeAction({ISD::SETGE, ISD::SETGT, ISD::SETOGE, ISD::SETOGT, in LoongArchTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 87 setCondCodeAction({ISD::SETO, ISD::SETUO, ISD::SETLT, ISD::SETLE, ISD::SETOLT, in R600TargetLowering() 92 setCondCodeAction({ISD::SETLE, ISD::SETLT, ISD::SETULE, ISD::SETULT}, in R600TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1643 setCondCodeAction(ISD::SETO, VT, Expand); in AArch64TargetLowering() 1644 setCondCodeAction(ISD::SETOLT, VT, Expand); in AArch64TargetLowering() 1645 setCondCodeAction(ISD::SETLT, VT, Expand); in AArch64TargetLowering() 1646 setCondCodeAction(ISD::SETOLE, VT, Expand); in AArch64TargetLowering() 1647 setCondCodeAction(ISD::SETLE, VT, Expand); in AArch64TargetLowering() 1648 setCondCodeAction(ISD::SETULT, VT, Expand); in AArch64TargetLowering() 1649 setCondCodeAction(ISD::SETULE, VT, Expand); in AArch64TargetLowering() 1650 setCondCodeAction(ISD::SETUGE, VT, Expand); in AArch64TargetLowering() 1651 setCondCodeAction(ISD::SETUGT, VT, Expand); in AArch64TargetLowering() 1652 setCondCodeAction(ISD::SETUEQ, VT, Expand); in AArch64TargetLowering() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 129 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering() 269 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
|
/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/RISCV/ |
H A D | RISCVISelLowering.cpp | 254 setCondCodeAction(ISD::SETLE, XLenVT, Expand); in RISCVTargetLowering() 255 setCondCodeAction(ISD::SETGT, XLenVT, Custom); in RISCVTargetLowering() 256 setCondCodeAction(ISD::SETGE, XLenVT, Expand); in RISCVTargetLowering() 258 setCondCodeAction(ISD::SETULE, XLenVT, Expand); in RISCVTargetLowering() 259 setCondCodeAction(ISD::SETUGT, XLenVT, Custom); in RISCVTargetLowering() 260 setCondCodeAction(ISD::SETUGE, XLenVT, Expand); in RISCVTargetLowering() 499 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering() 531 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering() 577 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering() 980 setCondCodeAction(VFPCCToExpan in RISCVTargetLowering() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 217 setCondCodeAction(ISD::SETOEQ, VT, Expand); in X86TargetLowering() 218 setCondCodeAction(ISD::SETUNE, VT, Expand); in X86TargetLowering() 1158 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1159 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1538 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1539 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 1934 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering() 1935 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering() 2235 setCondCodeAction(ISD::SETOEQ, MVT::f16, Expand); in X86TargetLowering() 2236 setCondCodeAction(ISD::SETUNE, MVT::f16, Expand); in X86TargetLowering()
|