Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1122 setCondCodeAction(ISD::SETOEQ, MVT::f32, Legal); in HexagonTargetLowering()
1123 setCondCodeAction(ISD::SETOEQ, MVT::f64, Legal); in HexagonTargetLowering()
1124 setCondCodeAction(ISD::SETUEQ, MVT::f32, Legal); in HexagonTargetLowering()
1125 setCondCodeAction(ISD::SETUEQ, MVT::f64, Legal); in HexagonTargetLowering()
1127 setCondCodeAction(ISD::SETOGE, MVT::f32, Legal); in HexagonTargetLowering()
1128 setCondCodeAction(ISD::SETOGE, MVT::f64, Legal); in HexagonTargetLowering()
1129 setCondCodeAction(ISD::SETUGE, MVT::f32, Legal); in HexagonTargetLowering()
1130 setCondCodeAction(ISD::SETUGE, MVT::f64, Legal); in HexagonTargetLowering()
1132 setCondCodeAction(ISD::SETOGT, MVT::f32, Legal); in HexagonTargetLowering()
1133 setCondCodeAction(ISD::SETOGT, MVT::f64, Legal); in HexagonTargetLowering()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A 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 …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A 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 …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp335 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
336 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
337 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
338 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
339 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
340 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
341 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
342 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
343 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering()
344 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering()
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h1295 void setCondCodeAction(ISD::CondCode CC, MVT VT, in setCondCodeAction() function
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1337 * ``setCondCodeAction`` --- Support for a given condition code.
1340 ``setLoadExtAction``. Also, on older releases, ``setCondCodeAction`` may not
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp317 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand); in resetOperationActions()
318 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand); in resetOperationActions()
319 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand); in resetOperationActions()
320 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand); in resetOperationActions()
321 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in resetOperationActions()
322 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand); in resetOperationActions()