Searched refs:ShiftRightLogical (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/test/Conversion/SPIRVToLLVM/ |
| H A D | shift-ops-to-llvm.mlir | 44 // spv.ShiftRightLogical 50 %0 = spv.ShiftRightLogical %arg0, %arg0 : i32, i32 53 %1 = spv.ShiftRightLogical %arg0, %arg1 : i32, si32 57 %2 = spv.ShiftRightLogical %arg0, %arg2 : i32, si16 61 %3 = spv.ShiftRightLogical %arg0, %arg3 : i32, ui16 68 %0 = spv.ShiftRightLogical %arg0, %arg0 : vector<4xi64>, vector<4xi64> 71 %1 = spv.ShiftRightLogical %arg0, %arg1 : vector<4xi64>, vector<4xsi64> 75 %2 = spv.ShiftRightLogical %arg0, %arg2 : vector<4xi64>, vector<4xi32> 79 %3 = spv.ShiftRightLogical %arg0, %arg3 : vector<4xi64>, vector<4xui32>
|
| /llvm-project-15.0.7/mlir/test/Target/SPIRV/ |
| H A D | bit-ops.mlir | 54 // CHECK: {{%.*}} = spv.ShiftRightLogical {{%.*}}, {{%.*}} : vector<2xi32>, vector<2xi8> 55 %0 = spv.ShiftRightLogical %arg0, %arg1: vector<2xi32>, vector<2xi8>
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | bit-ops.mlir | 204 // spv.ShiftRightLogical 208 // CHECK: {{%.*}} = spv.ShiftRightLogical {{%.*}}, {{%.*}} : vector<2xi32>, vector<2xi8> 209 %0 = spv.ShiftRightLogical %arg0, %arg1: vector<2xi32>, vector<2xi8>
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVBitOps.td | 502 def SPV_ShiftRightLogicalOp : SPV_ShiftOp<"ShiftRightLogical", 528 shift-right-logical-op ::= ssa-id `=` `spv.ShiftRightLogical` 537 %2 = spv.ShiftRightLogical %0, %1 : i32, i16 538 %5 = spv.ShiftRightLogical %3, %4 : vector<3xi32>, vector<3xi16>
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 132 bool ShiftRightLogical(const Scalar &rhs); // Returns true on success
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Scalar.cpp | 433 bool Scalar::ShiftRightLogical(const Scalar &rhs) { in ShiftRightLogical() function in Scalar
|
| /llvm-project-15.0.7/mlir/test/Conversion/ArithmeticToSPIRV/ |
| H A D | arithmetic-to-spirv.mlir | 258 // CHECK: spv.ShiftRightLogical 269 // CHECK: spv.ShiftRightLogical 1235 // CHECK: spv.ShiftRightLogical 1246 // CHECK: spv.ShiftRightLogical
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 787 result.ShiftRightLogical(R); in Interpret()
|
| H A D | DWARFExpression.cpp | 1603 if (!stack.back().ResolveValue(exe_ctx).ShiftRightLogical( in Evaluate()
|