Home
last modified time | relevance | path

Searched refs:src_i (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dwiden_arith-2.ll7 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]
Dwiden_cast-4.ll4 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/
Dwiden_arith-2.ll6 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
Dwiden_cast-4.ll6 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/
Dragged_tensor_to_tensor_op.cc489 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/
Dragged_tensor_to_tensor_tflite.cc475 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/
Dimgui_draw.cpp1807 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/
Dmkl_aggregate_ops.cc97 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/
Dbtree.h904 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/
Dbtree.h871 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/
Dbtree.h834 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/
Dbtree.h834 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);