/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 126 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 263 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 115 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()
|
D | HexagonISelLowering.cpp | 1564 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 493 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering() 494 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering() 495 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering() 496 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering() 498 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering() 499 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering() 500 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering() 501 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering() 502 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering() 503 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 91 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering() 203 setCondCodeAction(static_cast<ISD::CondCode>(CC), MVT::v2i64, Custom); in WebAssemblyTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 171 setCondCodeAction(CC, MVT::f32, Expand); in RISCVTargetLowering() 188 setCondCodeAction(CC, MVT::f64, Expand); in RISCVTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2069 void setCondCodeAction(ISD::CondCode CC, MVT VT, in setCondCodeAction() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 193 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 …]
|