Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
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 …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
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 …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
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()
DHexagonISelLowering.cpp1740 setCondCodeAction(ISD::SETNE, VT, Expand); in HexagonTargetLowering()
1741 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering()
1742 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering()
1743 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering()
1744 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering()
1745 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering()
1746 setCondCodeAction(ISD::SETULT, VT, Expand); in HexagonTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp615 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering()
616 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
617 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering()
618 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering()
620 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
621 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
622 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
623 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
624 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
625 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp343 setCondCodeAction(ISD::SETO, VT, Expand); in AArch64TargetLowering()
344 setCondCodeAction(ISD::SETOLT, VT, Expand); in AArch64TargetLowering()
345 setCondCodeAction(ISD::SETLT, VT, Expand); in AArch64TargetLowering()
346 setCondCodeAction(ISD::SETOLE, VT, Expand); in AArch64TargetLowering()
347 setCondCodeAction(ISD::SETLE, VT, Expand); in AArch64TargetLowering()
348 setCondCodeAction(ISD::SETULT, VT, Expand); in AArch64TargetLowering()
349 setCondCodeAction(ISD::SETULE, VT, Expand); in AArch64TargetLowering()
350 setCondCodeAction(ISD::SETUGE, VT, Expand); in AArch64TargetLowering()
351 setCondCodeAction(ISD::SETUGT, VT, Expand); in AArch64TargetLowering()
352 setCondCodeAction(ISD::SETUEQ, VT, Expand); in AArch64TargetLowering()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp117 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
237 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp322 setCondCodeAction(CC, MVT::f16, Expand); in RISCVTargetLowering()
338 setCondCodeAction(CC, MVT::f32, Expand); in RISCVTargetLowering()
359 setCondCodeAction(CC, MVT::f64, Expand); in RISCVTargetLowering()
599 setCondCodeAction(CC, VT, Expand); in RISCVTargetLowering()
817 setCondCodeAction(CC, VT, Expand); in RISCVTargetLowering()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2251 void setCondCodeAction(ISD::CondCode CC, MVT VT, in setCondCodeAction() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp204 setCondCodeAction(ISD::SETOEQ, VT, Expand); in X86TargetLowering()
205 setCondCodeAction(ISD::SETUNE, VT, Expand); in X86TargetLowering()
984 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
985 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
1323 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1324 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
1664 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1665 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()