Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp46 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
47 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in R600TargetLowering()
48 setCondCodeAction(ISD::SETLT, MVT::f32, Expand); in R600TargetLowering()
49 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering()
50 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering()
51 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering()
52 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
53 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in R600TargetLowering()
54 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in R600TargetLowering()
55 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in R600TargetLowering()
[all …]
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp191 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering()
192 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering()
193 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in MipsSETargetLowering()
194 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in MipsSETargetLowering()
196 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering()
197 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering()
198 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in MipsSETargetLowering()
199 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in MipsSETargetLowering()
286 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType()
287 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp347 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
348 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
349 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
350 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
351 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
352 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
353 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
354 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
355 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
356 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
[all …]
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp133 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1855 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in HexagonTargetLowering()
1872 setCondCodeAction(FPExpCCV4, MVT::f32, Expand); in HexagonTargetLowering()
1873 setCondCodeAction(FPExpCCV4, MVT::f64, Expand); in HexagonTargetLowering()
/external/llvm/include/llvm/Target/
DTargetLowering.h1368 void setCondCodeAction(ISD::CondCode CC, MVT VT, in setCondCodeAction() function
/external/llvm/docs/
DWritingAnLLVMBackend.rst1337 * ``setCondCodeAction`` --- Support for a given condition code.
1340 ``setLoadExtAction``. Also, on older releases, ``setCondCodeAction`` may not
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp153 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand); in X86TargetLowering()
154 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand); in X86TargetLowering()
155 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand); in X86TargetLowering()
156 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand); in X86TargetLowering()
157 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in X86TargetLowering()
158 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand); in X86TargetLowering()