/external/llvm/test/CodeGen/X86/ |
D | widen_arith-2.ll | 7 define void @update(i64* %dst_i, i64* %src_i, i32 %n) nounwind { 10 %src_i.addr = alloca i64* ; <i64**> [#uses=2] 16 store i64* %src_i, i64** %src_i.addr 34 %tmp5 = load i64*, i64** %src_i.addr ; <i64*> [#uses=1]
|
D | widen_cast-4.ll | 4 define void @update(i64* %dst_i, i64* %src_i, i32 %n) nounwind { 9 %src_i.addr = alloca i64* ; <i64**> [#uses=2] 15 store i64* %src_i, i64** %src_i.addr 33 %tmp5 = load i64*, i64** %src_i.addr ; <i64*> [#uses=1]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | widen_arith-2.ll | 6 define void @update(i64* %dst_i, i64* %src_i, i32 %n) nounwind { 39 %src_i.addr = alloca i64* 45 store i64* %src_i, i64** %src_i.addr 63 %tmp5 = load i64*, i64** %src_i.addr
|
D | widen_cast-4.ll | 6 define void @update(i64* %dst_i, i64* %src_i, i32 %n) nounwind { 43 %src_i.addr = alloca i64* 49 store i64* %src_i, i64** %src_i.addr 67 %tmp5 = load i64*, i64** %src_i.addr
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_to_tensor_op.cc | 489 for (int src_i = 0; src_i <= output_index_size; ++src_i) { in SetOutput() local 491 INDEX_TYPE dst_i = src_i < output_index_size ? output_index[src_i] : -1; in SetOutput() 513 if (src_i >= output_index_size) { in SetOutput() 536 src_start = src_i + 1; in SetOutput() 540 src_start = src_i; in SetOutput()
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/ |
D | ragged_tensor_to_tensor_tflite.cc | 475 for (int src_i = 0; src_i <= output_index_size; ++src_i) { in SetOutputT() local 477 int dst_i = src_i < output_index_size ? output_index[src_i] : -1; in SetOutputT() 500 if (src_i >= output_index_size) { in SetOutputT() 514 src_start = src_i + 1; in SetOutputT() 518 src_start = src_i; in SetOutputT()
|
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1807 for (int src_i = 0; src_i < atlas->ConfigData.Size; src_i++) in ImFontAtlasBuildWithStbTruetype() local 1809 ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; in ImFontAtlasBuildWithStbTruetype() 1810 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithStbTruetype() 1839 for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) in ImFontAtlasBuildWithStbTruetype() local 1841 ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; in ImFontAtlasBuildWithStbTruetype() 1843 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithStbTruetype() 1867 for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) in ImFontAtlasBuildWithStbTruetype() local 1869 ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; in ImFontAtlasBuildWithStbTruetype() 1892 for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) in ImFontAtlasBuildWithStbTruetype() local 1894 ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; in ImFontAtlasBuildWithStbTruetype() [all …]
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_aggregate_ops.cc | 97 T* src_i = const_cast<T*>(src_tensor.flat<T>().data()); in ComputeScalar() local 98 sum += src_i[0]; in ComputeScalar()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 904 void transfer(const size_type dest_i, const size_type src_i, 906 transfer(slot(dest_i), src_node->slot(src_i), alloc); 912 const size_type src_i, btree_node *src_node, 914 for (slot_type *src = src_node->slot(src_i), *end = src + n, 924 const size_type src_i, btree_node *src_node, 926 for (slot_type *src = src_node->slot(src_i + n - 1), *end = src - n, 1614 const field_type src_i = i + to_erase; 1615 transfer_n(orig_finish - src_i, i, src_i, this, alloc);
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | btree.h | 871 void transfer(const size_type dest_i, const size_type src_i, 873 transfer(slot(dest_i), src_node->slot(src_i), alloc); 879 const size_type src_i, btree_node *src_node, 881 for (slot_type *src = src_node->slot(src_i), *end = src + n, 891 const size_type src_i, btree_node *src_node, 893 for (slot_type *src = src_node->slot(src_i + n - 1), *end = src - n, 1568 const field_type src_i = i + to_erase; 1569 transfer_n(orig_finish - src_i, i, src_i, this, alloc);
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | btree.h | 834 void transfer(const size_type dest_i, const size_type src_i, 836 transfer(slot(dest_i), src_node->slot(src_i), alloc); 842 const size_type src_i, btree_node *src_node, 844 for (slot_type *src = src_node->slot(src_i), *end = src + n, 854 const size_type src_i, btree_node *src_node, 856 for (slot_type *src = src_node->slot(src_i + n - 1), *end = src - n, 1560 const field_type src_i = i + to_erase; 1561 transfer_n(orig_finish - src_i, i, src_i, this, alloc);
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 834 void transfer(const size_type dest_i, const size_type src_i, 836 transfer(slot(dest_i), src_node->slot(src_i), alloc); 842 const size_type src_i, btree_node *src_node, 844 for (slot_type *src = src_node->slot(src_i), *end = src + n, 854 const size_type src_i, btree_node *src_node, 856 for (slot_type *src = src_node->slot(src_i + n - 1), *end = src - n, 1560 const field_type src_i = i + to_erase; 1561 transfer_n(orig_finish - src_i, i, src_i, this, alloc);
|