Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp122 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
123 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in R600TargetLowering()
124 setCondCodeAction(ISD::SETLT, MVT::f32, Expand); in R600TargetLowering()
125 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering()
126 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering()
127 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering()
128 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
129 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in R600TargetLowering()
130 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in R600TargetLowering()
135 setCondCodeAction(ISD::SETLE, MVT::i32, Expand); in R600TargetLowering()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp357 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType()
358 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType()
359 setCondCodeAction(ISD::SETGT, Ty, Expand); in addMSAIntType()
360 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAIntType()
361 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAIntType()
394 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType()
395 setCondCodeAction(ISD::SETOGT, Ty, Expand); in addMSAFloatType()
396 setCondCodeAction(ISD::SETUGE, Ty, Expand); in addMSAFloatType()
397 setCondCodeAction(ISD::SETUGT, Ty, Expand); in addMSAFloatType()
398 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAFloatType()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp116 setCondCodeAction(ISD::SETNE, T, Expand); in initializeHVXLowering()
117 setCondCodeAction(ISD::SETLE, T, Expand); in initializeHVXLowering()
118 setCondCodeAction(ISD::SETGE, T, Expand); in initializeHVXLowering()
119 setCondCodeAction(ISD::SETLT, T, Expand); in initializeHVXLowering()
120 setCondCodeAction(ISD::SETULE, T, Expand); in initializeHVXLowering()
121 setCondCodeAction(ISD::SETUGE, T, Expand); in initializeHVXLowering()
122 setCondCodeAction(ISD::SETULT, T, Expand); in initializeHVXLowering()
H A DHexagonISelLowering.cpp1499 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering()
1500 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering()
1501 setCondCodeAction(ISD::SETULT, VT, Expand); in HexagonTargetLowering()
1502 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp477 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering()
478 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
482 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering()
483 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering()
484 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering()
485 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering()
486 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering()
487 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering()
488 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
489 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp128 setCondCodeAction(CC, MVT::f32, Expand); in RISCVTargetLowering()
140 setCondCodeAction(CC, MVT::f64, Expand); in RISCVTargetLowering()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp94 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1955 void setCondCodeAction(ISD::CondCode CC, MVT VT, in setCondCodeAction() function
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp183 setCondCodeAction(ISD::SETOEQ, MVT::f32, Expand); in X86TargetLowering()
184 setCondCodeAction(ISD::SETOEQ, MVT::f64, Expand); in X86TargetLowering()
185 setCondCodeAction(ISD::SETOEQ, MVT::f80, Expand); in X86TargetLowering()
186 setCondCodeAction(ISD::SETUNE, MVT::f32, Expand); in X86TargetLowering()
187 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in X86TargetLowering()
188 setCondCodeAction(ISD::SETUNE, MVT::f80, Expand); in X86TargetLowering()
874 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
875 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
1190 setCondCodeAction(ISD::SETLT, VT, Custom); in X86TargetLowering()
1191 setCondCodeAction(ISD::SETLE, VT, Custom); in X86TargetLowering()
[all …]