Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp98 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
99 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in R600TargetLowering()
100 setCondCodeAction(ISD::SETLT, MVT::f32, Expand); in R600TargetLowering()
101 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering()
102 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering()
103 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering()
104 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
105 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in R600TargetLowering()
106 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in R600TargetLowering()
107 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in R600TargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp263 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering()
264 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering()
265 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in MipsSETargetLowering()
266 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in MipsSETargetLowering()
268 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering()
269 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering()
270 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in MipsSETargetLowering()
271 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in MipsSETargetLowering()
363 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType()
364 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp139 setCondCodeAction(ISD::SETNE, T, Expand); in initializeHVXLowering()
140 setCondCodeAction(ISD::SETLE, T, Expand); in initializeHVXLowering()
141 setCondCodeAction(ISD::SETGE, T, Expand); in initializeHVXLowering()
142 setCondCodeAction(ISD::SETLT, T, Expand); in initializeHVXLowering()
143 setCondCodeAction(ISD::SETULE, T, Expand); in initializeHVXLowering()
144 setCondCodeAction(ISD::SETUGE, T, Expand); in initializeHVXLowering()
145 setCondCodeAction(ISD::SETULT, T, Expand); in initializeHVXLowering()
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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp608 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering()
609 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
610 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering()
611 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering()
613 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
614 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
615 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
616 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
617 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
618 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp336 setCondCodeAction(ISD::SETO, VT, Expand); in AArch64TargetLowering()
337 setCondCodeAction(ISD::SETOLT, VT, Expand); in AArch64TargetLowering()
338 setCondCodeAction(ISD::SETLT, VT, Expand); in AArch64TargetLowering()
339 setCondCodeAction(ISD::SETOLE, VT, Expand); in AArch64TargetLowering()
340 setCondCodeAction(ISD::SETLE, VT, Expand); in AArch64TargetLowering()
341 setCondCodeAction(ISD::SETULT, VT, Expand); in AArch64TargetLowering()
342 setCondCodeAction(ISD::SETULE, VT, Expand); in AArch64TargetLowering()
343 setCondCodeAction(ISD::SETUGE, VT, Expand); in AArch64TargetLowering()
344 setCondCodeAction(ISD::SETUGT, VT, Expand); in AArch64TargetLowering()
345 setCondCodeAction(ISD::SETUEQ, VT, Expand); in AArch64TargetLowering()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp106 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
217 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp314 setCondCodeAction(CC, MVT::f16, Expand); in RISCVTargetLowering()
326 setCondCodeAction(CC, MVT::f32, Expand); in RISCVTargetLowering()
343 setCondCodeAction(CC, MVT::f64, Expand); in RISCVTargetLowering()
565 setCondCodeAction(CC, VT, Expand); in RISCVTargetLowering()
775 setCondCodeAction(CC, VT, Expand); in RISCVTargetLowering()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1375 * ``setCondCodeAction`` --- Support for a given condition code.
1378 ``setLoadExtAction``. Also, on older releases, ``setCondCodeAction`` may not
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2231 void setCondCodeAction(ISD::CondCode CC, MVT VT, in setCondCodeAction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp203 setCondCodeAction(ISD::SETOEQ, VT, Expand); in X86TargetLowering()
204 setCondCodeAction(ISD::SETUNE, VT, Expand); in X86TargetLowering()
983 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
984 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
1319 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1320 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
1660 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1661 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()