Home
last modified time | relevance | path

Searched refs:setCondCodeAction (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp260 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(ISD::SETGE, MVT::v64f16, Expand); in initializeHVXLowering()
[all …]
H A DHexagonISelLowering.cpp1737 setCondCodeAction(ISD::SETNE, VT, Expand); in HexagonTargetLowering()
1738 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering()
1739 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering()
1740 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering()
1741 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering()
1742 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering()
1743 setCondCodeAction(ISD::SETULT, VT, Expand); in HexagonTargetLowering()
1748 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering()
1749 setCondCodeAction(ISD::SETGT, VT, Expand); in HexagonTargetLowering()
1750 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp355 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType()
356 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType()
357 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAIntType()
358 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAIntType()
359 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAIntType()
392 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType()
393 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType()
394 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAFloatType()
395 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAFloatType()
396 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAFloatType()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp659 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering()
660 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
664 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
665 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
666 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
667 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
668 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
669 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
670 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
671 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp171 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in LoongArchTargetLowering()
204 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in LoongArchTargetLowering()
264 setCondCodeAction( in LoongArchTargetLowering()
278 setCondCodeAction({ISD::SETGE, ISD::SETGT, ISD::SETOGE, ISD::SETOGT, in LoongArchTargetLowering()
310 setCondCodeAction( in LoongArchTargetLowering()
324 setCondCodeAction({ISD::SETGE, ISD::SETGT, ISD::SETOGE, ISD::SETOGT, in LoongArchTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2559 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, MVT VT, in setCondCodeAction() function
2573 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, ArrayRef<MVT> VTs, in setCondCodeAction() function
2576 setCondCodeAction(CCs, VT, Action); in setCondCodeAction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp87 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-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1505 setCondCodeAction(ISD::SETO, VT, Expand); in AArch64TargetLowering()
1507 setCondCodeAction(ISD::SETLT, VT, Expand); in AArch64TargetLowering()
1821 setCondCodeAction(ISD::SETO, VT, Expand); in addTypeForFixedLengthSVE()
1822 setCondCodeAction(ISD::SETOLT, VT, Expand); in addTypeForFixedLengthSVE()
1823 setCondCodeAction(ISD::SETOLE, VT, Expand); in addTypeForFixedLengthSVE()
1824 setCondCodeAction(ISD::SETULT, VT, Expand); in addTypeForFixedLengthSVE()
1825 setCondCodeAction(ISD::SETULE, VT, Expand); in addTypeForFixedLengthSVE()
1826 setCondCodeAction(ISD::SETUGE, VT, Expand); in addTypeForFixedLengthSVE()
1827 setCondCodeAction(ISD::SETUGT, VT, Expand); in addTypeForFixedLengthSVE()
1828 setCondCodeAction(ISD::SETUEQ, VT, Expand); in addTypeForFixedLengthSVE()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp122 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
257 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp133 setCondCodeAction(CC, VT, Expand); in CSKYTargetLowering()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp252 setCondCodeAction(ISD::SETLE, XLenVT, Expand); in RISCVTargetLowering()
253 setCondCodeAction(ISD::SETGT, XLenVT, Custom); in RISCVTargetLowering()
254 setCondCodeAction(ISD::SETGE, XLenVT, Expand); in RISCVTargetLowering()
255 setCondCodeAction(ISD::SETULE, XLenVT, Expand); in RISCVTargetLowering()
256 setCondCodeAction(ISD::SETUGT, XLenVT, Custom); in RISCVTargetLowering()
257 setCondCodeAction(ISD::SETUGE, XLenVT, Expand); in RISCVTargetLowering()
490 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering()
522 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering()
564 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering()
946 setCondCodeAction(VFPCCToExpand, VT, Expand); in RISCVTargetLowering()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp178 setCondCodeAction(ISD::SETOEQ, VT, Expand); in X86TargetLowering()
179 setCondCodeAction(ISD::SETUNE, VT, Expand); in X86TargetLowering()
1096 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1097 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
1476 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1477 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
1861 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1862 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
2163 setCondCodeAction(ISD::SETOEQ, MVT::f16, Expand); in X86TargetLowering()
2164 setCondCodeAction(ISD::SETUNE, MVT::f16, Expand); in X86TargetLowering()