/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 259 setCondCodeAction(ISD::SETNE, T, Expand); in initializeHVXLowering() 260 setCondCodeAction(ISD::SETLE, T, Expand); in initializeHVXLowering() 261 setCondCodeAction(ISD::SETGE, T, Expand); in initializeHVXLowering() 262 setCondCodeAction(ISD::SETLT, T, Expand); in initializeHVXLowering() 263 setCondCodeAction(ISD::SETULE, T, Expand); in initializeHVXLowering() 264 setCondCodeAction(ISD::SETUGE, T, Expand); in initializeHVXLowering() 265 setCondCodeAction(ISD::SETULT, T, Expand); in initializeHVXLowering() 339 setCondCodeAction(ISD::SETNE, MVT::v64f16, Expand); in initializeHVXLowering() 340 setCondCodeAction(ISD::SETLE, MVT::v64f16, Expand); in initializeHVXLowering() 341 setCondCodeAction(ISD::SETGE, MVT::v64f16, Expand); in initializeHVXLowering() [all …]
|
H A D | HexagonISelLowering.cpp | 1733 setCondCodeAction(ISD::SETNE, VT, Expand); in HexagonTargetLowering() 1734 setCondCodeAction(ISD::SETLE, VT, Expand); in HexagonTargetLowering() 1735 setCondCodeAction(ISD::SETGE, VT, Expand); in HexagonTargetLowering() 1736 setCondCodeAction(ISD::SETLT, VT, Expand); in HexagonTargetLowering() 1737 setCondCodeAction(ISD::SETULE, VT, Expand); in HexagonTargetLowering() 1738 setCondCodeAction(ISD::SETUGE, VT, Expand); in HexagonTargetLowering() 1739 setCondCodeAction(ISD::SETULT, VT, Expand); in HexagonTargetLowering()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A 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 …]
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 89 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering() 90 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in R600TargetLowering() 91 setCondCodeAction(ISD::SETLT, MVT::f32, Expand); in R600TargetLowering() 92 setCondCodeAction(ISD::SETLE, MVT::f32, Expand); in R600TargetLowering() 93 setCondCodeAction(ISD::SETOLT, MVT::f32, Expand); in R600TargetLowering() 94 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in R600TargetLowering() 95 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering() 96 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in R600TargetLowering() 97 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in R600TargetLowering() 98 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in R600TargetLowering() [all …]
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 191 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | MipsSEISelLowering.cpp | 256 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering() 257 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand); in MipsSETargetLowering() 258 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand); in MipsSETargetLowering() 259 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in MipsSETargetLowering() 261 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering() 262 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand); in MipsSETargetLowering() 263 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand); in MipsSETargetLowering() 264 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in MipsSETargetLowering() 356 setCondCodeAction(ISD::SETNE, Ty, Expand); in addMSAIntType() 357 setCondCodeAction(ISD::SETGE, Ty, Expand); in addMSAIntType() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A 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()
|
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 653 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering() 654 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering() 655 setCondCodeAction(ISD::SETUO, MVT::f32, Expand); in PPCTargetLowering() 656 setCondCodeAction(ISD::SETUO, MVT::f64, Expand); in PPCTargetLowering() 658 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering() 659 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering() 660 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering() 661 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering() 662 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering() 663 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering() [all …]
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 355 setCondCodeAction(ISD::SETULT, MVT::f32, Expand); in PPCTargetLowering() 356 setCondCodeAction(ISD::SETULT, MVT::f64, Expand); in PPCTargetLowering() 357 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand); in PPCTargetLowering() 358 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand); in PPCTargetLowering() 359 setCondCodeAction(ISD::SETUEQ, MVT::f32, Expand); in PPCTargetLowering() 360 setCondCodeAction(ISD::SETUEQ, MVT::f64, Expand); in PPCTargetLowering() 361 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering() 362 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering() 363 setCondCodeAction(ISD::SETOLE, MVT::f32, Expand); in PPCTargetLowering() 364 setCondCodeAction(ISD::SETOLE, MVT::f64, Expand); in PPCTargetLowering() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1411 setCondCodeAction(ISD::SETO, VT, Expand); in AArch64TargetLowering() 1412 setCondCodeAction(ISD::SETOLT, VT, Expand); in AArch64TargetLowering() 1413 setCondCodeAction(ISD::SETLT, VT, Expand); in AArch64TargetLowering() 1414 setCondCodeAction(ISD::SETOLE, VT, Expand); in AArch64TargetLowering() 1415 setCondCodeAction(ISD::SETLE, VT, Expand); in AArch64TargetLowering() 1416 setCondCodeAction(ISD::SETULT, VT, Expand); in AArch64TargetLowering() 1417 setCondCodeAction(ISD::SETULE, VT, Expand); in AArch64TargetLowering() 1418 setCondCodeAction(ISD::SETUGE, VT, Expand); in AArch64TargetLowering() 1419 setCondCodeAction(ISD::SETUGT, VT, Expand); in AArch64TargetLowering() 1420 setCondCodeAction(ISD::SETUEQ, VT, Expand); in AArch64TargetLowering() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 2470 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, MVT VT, in setCondCodeAction() function 2484 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, ArrayRef<MVT> VTs, in setCondCodeAction() function 2487 setCondCodeAction(CCs, VT, Action); in setCondCodeAction()
|
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 79 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 91 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering() 203 setCondCodeAction(static_cast<ISD::CondCode>(CC), MVT::v2i64, Custom); in WebAssemblyTargetLowering()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | TargetLowering.h | 2661 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, MVT VT, in setCondCodeAction() function 2675 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, ArrayRef<MVT> VTs, in setCondCodeAction() function 2678 setCondCodeAction(CCs, VT, Action); in setCondCodeAction()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | TargetLowering.h | 2602 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, MVT VT, in setCondCodeAction() function 2616 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, ArrayRef<MVT> VTs, in setCondCodeAction() function 2619 setCondCodeAction(CCs, VT, Action); in setCondCodeAction()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | TargetLowering.h | 2573 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, MVT VT, in setCondCodeAction() function 2587 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, ArrayRef<MVT> VTs, in setCondCodeAction() function 2590 setCondCodeAction(CCs, VT, Action); in setCondCodeAction()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | TargetLowering.h | 2602 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, MVT VT, in setCondCodeAction() function 2616 void setCondCodeAction(ArrayRef<ISD::CondCode> CCs, ArrayRef<MVT> VTs, in setCondCodeAction() function 2619 setCondCodeAction(CCs, VT, Action); in setCondCodeAction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 87 setCondCodeAction({ISD::SETO, ISD::SETUO, ISD::SETLT, ISD::SETLE, ISD::SETOLT, in R600TargetLowering() 92 setCondCodeAction({ISD::SETLE, ISD::SETLT, ISD::SETULE, ISD::SETULT}, in R600TargetLowering()
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2042 setCondCodeAction(ISD::SETUNE, MVT::f64, Expand); in HexagonTargetLowering() 2059 setCondCodeAction(FPExpCCV4, MVT::f32, Expand); in HexagonTargetLowering() 2060 setCondCodeAction(FPExpCCV4, MVT::f64, Expand); in HexagonTargetLowering()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 214 setCondCodeAction(ISD::SETLE, XLenVT, Expand); in RISCVTargetLowering() 215 setCondCodeAction(ISD::SETGT, XLenVT, Custom); in RISCVTargetLowering() 216 setCondCodeAction(ISD::SETGE, XLenVT, Expand); in RISCVTargetLowering() 217 setCondCodeAction(ISD::SETULE, XLenVT, Expand); in RISCVTargetLowering() 218 setCondCodeAction(ISD::SETUGT, XLenVT, Custom); in RISCVTargetLowering() 219 setCondCodeAction(ISD::SETUGE, XLenVT, Expand); in RISCVTargetLowering() 364 setCondCodeAction(FPCCToExpand, MVT::f16, Expand); in RISCVTargetLowering() 389 setCondCodeAction(FPCCToExpand, MVT::f32, Expand); in RISCVTargetLowering() 408 setCondCodeAction(FPCCToExpand, MVT::f64, Expand); in RISCVTargetLowering() 715 setCondCodeAction(VFPCCToExpand, VT, Expand); in RISCVTargetLowering() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 121 setCondCodeAction(CC, T, Expand); in WebAssemblyTargetLowering() 250 setCondCodeAction(CC, MVT::v2i64, Custom); in WebAssemblyTargetLowering()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 171 setCondCodeAction(CC, MVT::f32, Expand); in RISCVTargetLowering() 188 setCondCodeAction(CC, MVT::f64, Expand); in RISCVTargetLowering()
|