Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp259 setCondCodeAction(ISD::SETNE, T, Expand); in initializeHVXLowering()
260 setCondCodeAction(ISD::SETLE, T, Expand); in initializeHVXLowering()
261 setCondCodeAction(ISD::SETGE, T, Expand); in initializeHVXLowering()
262 setCondCodeAction(ISD::SETLT, T, Expand); in initializeHVXLowering()
263 setCondCodeAction(ISD::SETULE, T, Expand); in initializeHVXLowering()
264 setCondCodeAction(ISD::SETUGE, T, Expand); in initializeHVXLowering()
265 setCondCodeAction(ISD::SETULT, T, Expand); in initializeHVXLowering()
339 setCondCodeAction(ISD::SETNE, MVT::v64f16, Expand); in initializeHVXLowering()
340 setCondCodeAction(ISD::SETLE, MVT::v64f16, Expand); in initializeHVXLowering()
341 setCondCodeAction(ISD::SETGE, MVT::v64f16, Expand); in initializeHVXLowering()
[all …]
H A DHexagonISelLowering.cpp1736 setCondCodeAction(ISD::SETNE, VT, Expand); in HexagonTargetLowering()
1737 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering()
1738 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering()
1739 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering()
1740 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering()
1741 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering()
1742 setCondCodeAction(ISD::SETULT, VT, Expand); in HexagonTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp256 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering()
257 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering()
258 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in MipsSETargetLowering()
259 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in MipsSETargetLowering()
261 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering()
262 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering()
263 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in MipsSETargetLowering()
264 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in MipsSETargetLowering()
356 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType()
357 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp653 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering()
654 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
655 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering()
656 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering()
658 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
659 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
660 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
661 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
662 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
663 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2470 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, MVT VT, in setCondCodeAction() function
2484 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, ArrayRef<MVT> VTs, in setCondCodeAction() function
2487 setCondCodeAction(CCs, VT, Action); in setCondCodeAction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1411 setCondCodeAction(ISD::SETO, VT, Expand); in AArch64TargetLowering()
1412 setCondCodeAction(ISD::SETOLT, VT, Expand); in AArch64TargetLowering()
1413 setCondCodeAction(ISD::SETLT, VT, Expand); in AArch64TargetLowering()
1414 setCondCodeAction(ISD::SETOLE, VT, Expand); in AArch64TargetLowering()
1415 setCondCodeAction(ISD::SETLE, VT, Expand); in AArch64TargetLowering()
1416 setCondCodeAction(ISD::SETULT, VT, Expand); in AArch64TargetLowering()
1417 setCondCodeAction(ISD::SETULE, VT, Expand); in AArch64TargetLowering()
1418 setCondCodeAction(ISD::SETUGE, VT, Expand); in AArch64TargetLowering()
1419 setCondCodeAction(ISD::SETUGT, VT, Expand); in AArch64TargetLowering()
1420 setCondCodeAction(ISD::SETUEQ, VT, Expand); in AArch64TargetLowering()
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp214 setCondCodeAction(ISD::SETLE, XLenVT, Expand); in RISCVTargetLowering()
215 setCondCodeAction(ISD::SETGT, XLenVT, Custom); in RISCVTargetLowering()
216 setCondCodeAction(ISD::SETGE, XLenVT, Expand); in RISCVTargetLowering()
217 setCondCodeAction(ISD::SETULE, XLenVT, Expand); in RISCVTargetLowering()
218 setCondCodeAction(ISD::SETUGT, XLenVT, Custom); in RISCVTargetLowering()
219 setCondCodeAction(ISD::SETUGE, XLenVT, Expand); in RISCVTargetLowering()
364 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering()
389 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering()
408 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering()
715 setCondCodeAction(VFPCCToExpand, VT, Expand); in RISCVTargetLowering()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp121 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
250 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp132 setCondCodeAction(CC, VT, Expand); in CSKYTargetLowering()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp137 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in LoongArchTargetLowering()
152 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in LoongArchTargetLowering()
/openbsd-src/gnu/llvm/llvm/docs/
H A DWritingAnLLVMBackend.rst1407 * ``setCondCodeAction`` --- Support for a given condition code.
1410 ``setLoadExtAction``. Also, on older releases, ``setCondCodeAction`` may not
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp199 setCondCodeAction(ISD::SETOEQ, VT, Expand); in X86TargetLowering()
200 setCondCodeAction(ISD::SETUNE, VT, Expand); in X86TargetLowering()
1085 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1086 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
1435 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1436 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
1808 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1809 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
2092 setCondCodeAction(ISD::SETOEQ, MVT::f16, Expand); in X86TargetLowering()
2093 setCondCodeAction(ISD::SETUNE, MVT::f16, Expand); in X86TargetLowering()