Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/Conversion/SPIRVToLLVM/
H A Dshift-ops-to-llvm.mlir44 // 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 Dbit-ops.mlir54 // 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 Dbit-ops.mlir204 // 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 DSPIRVBitOps.td502 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 DScalar.h132 bool ShiftRightLogical(const Scalar &rhs); // Returns true on success
/llvm-project-15.0.7/lldb/source/Utility/
H A DScalar.cpp433 bool Scalar::ShiftRightLogical(const Scalar &rhs) { in ShiftRightLogical() function in Scalar
/llvm-project-15.0.7/mlir/test/Conversion/ArithmeticToSPIRV/
H A Darithmetic-to-spirv.mlir258 // 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 DIRInterpreter.cpp787 result.ShiftRightLogical(R); in Interpret()
H A DDWARFExpression.cpp1603 if (!stack.back().ResolveValue(exe_ctx).ShiftRightLogical( in Evaluate()