/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 771 Attribute.Zext -> Int32.shift_left 1l 0 772 | Attribute.Sext -> Int32.shift_left 1l 1 773 | Attribute.Noreturn -> Int32.shift_left 1l 2 774 | Attribute.Inreg -> Int32.shift_left 1l 3 775 | Attribute.Structret -> Int32.shift_left 1l 4 776 | Attribute.Nounwind -> Int32.shift_left 1l 5 777 | Attribute.Noalias -> Int32.shift_left 1l 6 778 | Attribute.Byval -> Int32.shift_left 1l 7 779 | Attribute.Nest -> Int32.shift_left 1l 8 780 | Attribute.Readnone -> Int32.shift_left 1l 9 [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_basic_ops.h | 51 static PLATFORM_INLINE UWORD32 ixheaacd_extu(UWORD32 a, WORD32 shift_left, in ixheaacd_extu() argument 54 x = (UWORD32)a << shift_left; in ixheaacd_extu()
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | micromips-shift.ll | 11 define i32 @shift_left() nounwind {
|
/external/llvm/test/CodeGen/Mips/ |
D | micromips-shift.ll | 11 define i32 @shift_left() nounwind {
|
/external/llvm-project/mlir/test/IR/ |
D | core-ops.mlir | 470 // CHECK: %{{[0-9]+}} = shift_left %arg2, %arg2 : i32 471 %124 = "std.shift_left"(%i, %i) : (i32, i32) -> i32 473 // CHECK:%{{[0-9]+}} = shift_left %[[I2]], %[[I2]] : i32 474 %125 = shift_left %i2, %i2 : i32 476 // CHECK: %{{[0-9]+}} = shift_left %arg3, %arg3 : index 477 %126 = shift_left %idx, %idx : index 479 // CHECK: %{{[0-9]+}} = shift_left %cst_5, %cst_5 : vector<42xi32> 480 %127 = shift_left %vci32, %vci32 : vector<42 x i32> 482 // CHECK: %{{[0-9]+}} = shift_left %cst_4, %cst_4 : tensor<42xi32> 483 %128 = shift_left %tci32, %tci32 : tensor<42 x i32>
|
/external/skqp/src/core/ |
D | SkMipMap.cpp | 93 template <typename T> T shift_left(const T& x, int bits) { in shift_left() function 97 Sk4f shift_left(const Sk4f& x, int bits) { in shift_left() function 286 auto b = shift_left(add_121(b0, b1, b2), 1); in downsample_3_3()
|
/external/skia/src/core/ |
D | SkMipmap.cpp | 177 template <typename T> T shift_left(const T& x, int bits) { in shift_left() function 181 Sk4f shift_left(const Sk4f& x, int bits) { in shift_left() function 370 auto b = shift_left(add_121(b0, b1, b2), 1); in downsample_3_3()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | hlo-legalize-to-lhlo.mlir | 399 // CHECK-LABEL: func @shift_left 400 func @shift_left(%lhs: tensor<2x2xi32>, %rhs: tensor<2x2xi32>) 402 %result = "mhlo.shift_left"(%lhs, %rhs) 404 // CHECK: "lmhlo.shift_left"(%{{.*}}, %{{.*}})
|
D | hlo-legalize-to-linalg.mlir | 824 func @shift_left(%lhs: tensor<2x2xi32>, 826 %result = "mhlo.shift_left"(%lhs, %rhs) 830 // CHECK-LABEL: func @shift_left 834 // CHECK-NEXT: %[[RESULT:.*]] = shift_left %[[LHS]], %[[RHS]] : i32
|
D | chlo_legalize_to_hlo_broadcasts.mlir | 204 // CHECK: mhlo.shift_left %arg0, %arg1
|
D | lhlo_ops.mlir | 705 "lmhlo.shift_left"(%arg0, %arg1, %arg_out) : (memref<1xi32>, memref<1xi32>, memref<1xi32>) -> () 713 "lmhlo.shift_left"(%arg0, %arg1, %arg_out) : (memref<1xf32>, memref<1xf32>, memref<1xf32>) -> ()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/ |
D | legalize-tf-binary-elementwise.mlir | 77 // CHECK-LABEL: func @shift_left 78 func @shift_left(%arg0: tensor<4xi32>, %arg1: tensor<4xi32>) -> tensor<4xi32> { 79 // CHECK: mhlo.shift_left %arg0, %arg1 : tensor<4xi32>
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | depthwiseconv_uint8.h | 1689 const bool shift_left = (output_shift > 0); 1690 const int32 multiplier_power_of_two = shift_left ? (1 << output_shift) : 1; 1864 if (!shift_left) { 1909 if (!shift_left) { 1947 if (!shift_left) {
|
D | legacy_optimized_ops.h | 787 const bool shift_left = (output_shift > 0); in LegacyFullyConnectedAsGEMVWorkerImpl() local 959 if (shift_left) { in LegacyFullyConnectedAsGEMVWorkerImpl() 1809 const bool shift_left = (output_shift > 0); in LegacyInt8FullyConnectedAsGEMVWorkerImpl() local 1970 if (shift_left) { in LegacyInt8FullyConnectedAsGEMVWorkerImpl()
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 4143 int32_t shift_left = 0; in WriteFramesLessThan() local 4164 ++shift_left; in WriteFramesLessThan() 4174 if (shift_left > 0) { in WriteFramesLessThan() 4175 if (shift_left >= frames_size_) in WriteFramesLessThan() 4178 const int32_t new_frames_size = frames_size_ - shift_left; in WriteFramesLessThan() 4180 frames_[i] = frames_[i + shift_left]; in WriteFramesLessThan()
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 4143 int32_t shift_left = 0; in WriteFramesLessThan() local 4164 ++shift_left; in WriteFramesLessThan() 4174 if (shift_left > 0) { in WriteFramesLessThan() 4175 if (shift_left >= frames_size_) in WriteFramesLessThan() 4178 const int32_t new_frames_size = frames_size_ - shift_left; in WriteFramesLessThan() 4180 frames_[i] = frames_[i + shift_left]; in WriteFramesLessThan()
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 4148 int32_t shift_left = 0; in WriteFramesLessThan() local 4173 ++shift_left; in WriteFramesLessThan() 4183 if (shift_left > 0) { in WriteFramesLessThan() 4184 if (shift_left >= frames_size_) in WriteFramesLessThan() 4187 const int32_t new_frames_size = frames_size_ - shift_left; in WriteFramesLessThan() 4189 frames_[i] = frames_[i + shift_left]; in WriteFramesLessThan()
|
/external/tensorflow/tensorflow/compiler/tf2xla/python/ |
D | xla.py | 201 shift_left = _broadcasting_binary_op(bitwise_ops.left_shift) variable
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ |
D | DNBArchImplARM64.cpp | 644 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local 646 shift_left; // shift anything above the msbit off of the unsigned edge in bits() 647 value >>= shift_left + lsbit; // shift it back again down to the lsbit in bits()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 796 uint32_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local 798 shift_left; // shift anything above the msbit off of the unsigned edge in bits() 799 value >>= (shift_left + lsbit); // shift it back again down to the lsbit in bits()
|
/external/llvm-project/mlir/test/Conversion/StandardToSPIRV/ |
D | std-ops-to-spirv.mlir | 240 %0 = shift_left %arg0, %arg1 : i32 251 %0 = shift_left %arg0, %arg1 : vector<4xi32>
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/ |
D | ops.mlir | 543 // CHECK: lmhlo.shift_left 546 %res = "mhlo.shift_left"(%value0, %value1) : (tensor<2x2xi32>, tensor<2x2xi32>) -> tensor<2x2xi32>
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | lhlo_ops.td | 189 def LHLO_ShiftLeftOp : LHLO_BinaryElementwiseOp<"shift_left", LHLO_IntBuffer>, BASE_HLO_ShiftLeftOp;
|
D | hlo_ops.td | 354 def HLO_ShiftLeftOp : HLO_BinaryElementwiseOp<"shift_left",
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | legalize_hlo.mlir | 100 // CHECK-LABEL: func @shift_left( 106 func @shift_left(%arg0: tensor<4xi32>, %arg1: tensor<4xi32>) -> tensor<4xi32> { 107 %0 = mhlo.shift_left %arg0, %arg1 : tensor<4xi32>
|