Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600ISelLowering.cpp126 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
127 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in R600TargetLowering()
128 setCondCodeAction(ISD::SETLT, MVT::f32, Expand); in R600TargetLowering()
129 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering()
130 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering()
131 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering()
132 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
133 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in R600TargetLowering()
134 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in R600TargetLowering()
135 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in R600TargetLowering()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSEISelLowering.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-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLoweringHVX.cpp115 setCondCodeAction(ISD::SETNE, T, Expand); in initializeHVXLowering()
116 setCondCodeAction(ISD::SETLE, T, Expand); in initializeHVXLowering()
117 setCondCodeAction(ISD::SETGE, T, Expand); in initializeHVXLowering()
118 setCondCodeAction(ISD::SETLT, T, Expand); in initializeHVXLowering()
119 setCondCodeAction(ISD::SETULE, T, Expand); in initializeHVXLowering()
120 setCondCodeAction(ISD::SETUGE, T, Expand); in initializeHVXLowering()
121 setCondCodeAction(ISD::SETULT, T, Expand); in initializeHVXLowering()
HDHexagonISelLowering.cpp1564 setCondCodeAction(ISD::SETNE, VT, Expand); in HexagonTargetLowering()
1565 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering()
1566 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering()
1567 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering()
1568 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering()
1569 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering()
1570 setCondCodeAction(ISD::SETULT, VT, Expand); in HexagonTargetLowering()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp510 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering()
511 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
512 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering()
513 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering()
515 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
516 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
517 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
518 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
519 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
520 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.cpp91 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
203 setCondCodeAction(static_cast<ISD::CondCode>(CC), MVT::v2i64, Custom); in WebAssemblyTargetLowering()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp171 setCondCodeAction(CC, MVT::f32, Expand); in RISCVTargetLowering()
188 setCondCodeAction(CC, MVT::f64, Expand); in RISCVTargetLowering()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h2069 void setCondCodeAction(ISD::CondCode CC, MVT VT, in setCondCodeAction() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp193 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand); in X86TargetLowering()
194 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand); in X86TargetLowering()
195 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand); in X86TargetLowering()
196 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand); in X86TargetLowering()
197 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in X86TargetLowering()
198 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand); in X86TargetLowering()
935 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
936 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
1254 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1255 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
[all …]