Home
last modified time | relevance | path

Searched refs:idx1 (Results 1 – 25 of 121) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Dpropagate_ir_flags.ll13 %idx1 = getelementptr inbounds i32, i32* %x, i64 0
18 %load1 = load i32, i32* %idx1, align 4
28 store i32 %op1, i32* %idx1, align 4
39 %idx1 = getelementptr inbounds i32, i32* %x, i64 0
44 %load1 = load i32, i32* %idx1, align 4
54 store i32 %op1, i32* %idx1, align 4
65 %idx1 = getelementptr inbounds i32, i32* %x, i64 0
70 %load1 = load i32, i32* %idx1, align 4
80 store i32 %op1, i32* %idx1, align 4
91 %idx1 = getelementptr inbounds i32, i32* %x, i64 0
[all …]
Dcall.ll24 %idx1 = getelementptr inbounds double, double* %a, i64 1
25 %a1 = load double, double* %idx1, align 8
44 %idx1 = getelementptr inbounds double, double* %a, i64 1
45 %a1 = load double, double* %idx1, align 8
64 %idx1 = getelementptr inbounds double, double* %a, i64 1
65 %a1 = load double, double* %idx1, align 8
84 %idx1 = getelementptr inbounds double, double* %a, i64 1
85 %a1 = load double, double* %idx1, align 8
107 %idx1 = getelementptr inbounds double, double* %a, i64 1
108 %a1 = load double, double* %idx1, align 8
[all …]
/external/brotli/c/enc/
Dcluster_inc.h15 const HistogramType* out, const uint32_t* cluster_size, uint32_t idx1,
20 p.idx1 = p.idx2 = 0;
22 if (idx1 == idx2) {
25 if (idx2 < idx1) {
27 idx2 = idx1;
28 idx1 = t;
30 p.idx1 = idx1;
32 p.cost_diff = 0.5 * ClusterCostDiff(cluster_size[idx1], cluster_size[idx2]);
33 p.cost_diff -= out[idx1].bit_cost_;
36 if (out[idx1].total_count_ == 0) {
[all …]
Dcluster.c27 return TO_BROTLI_BOOL((p1->idx2 - p1->idx1) > (p2->idx2 - p2->idx1)); in HistogramPairIsLess()
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dpropagate_ir_flags.ll13 %idx1 = getelementptr inbounds i32, i32* %x, i64 0
18 %load1 = load i32, i32* %idx1, align 4
28 store i32 %op1, i32* %idx1, align 4
39 %idx1 = getelementptr inbounds i32, i32* %x, i64 0
44 %load1 = load i32, i32* %idx1, align 4
54 store i32 %op1, i32* %idx1, align 4
65 %idx1 = getelementptr inbounds i32, i32* %x, i64 0
70 %load1 = load i32, i32* %idx1, align 4
80 store i32 %op1, i32* %idx1, align 4
91 %idx1 = getelementptr inbounds i32, i32* %x, i64 0
[all …]
/external/webp/src/enc/
Dhistogram_enc.c731 int idx1; member
802 VP8LHistogram** const histograms, int idx1, in HistoQueuePush() argument
811 if (idx1 > idx2) { in HistoQueuePush()
813 idx2 = idx1; in HistoQueuePush()
814 idx1 = tmp; in HistoQueuePush()
816 pair.idx1 = idx1; in HistoQueuePush()
818 h1 = histograms[idx1]; in HistoQueuePush()
866 const int idx1 = histo_queue.queue[0].idx1; in HistogramCombineGreedy() local
868 HistogramAdd(histograms[idx2], histograms[idx1], histograms[idx1]); in HistogramCombineGreedy()
869 histograms[idx1]->bit_cost_ = histo_queue.queue[0].cost_combo; in HistogramCombineGreedy()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Ddag-merge-fast-accesses.ll22 %idx1 = getelementptr i64, i64* %ptr, i64 1
25 store i64 0, i64* %idx1, align 8
46 %idx1 = getelementptr double, double* %ptr, i64 1
49 store double %vecext1, double* %idx1, align 8
70 %idx1 = getelementptr i64, i64* %ptr, i64 1
73 %ld1 = load i64, i64* %idx1, align 4
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorStriding.h175 const Index idx1 = indices[1] / m_outputStrides[i];
177 inputIndices[1] += idx1 * m_inputStrides[i];
179 indices[1] -= idx1 * m_outputStrides[i];
186 const Index idx1 = indices[1] / m_outputStrides[i];
188 inputIndices[1] += idx1 * m_inputStrides[i];
190 indices[1] -= idx1 * m_outputStrides[i];
300 const Index idx1 = indices[1] / this->m_outputStrides[i];
302 inputIndices[1] += idx1 * this->m_inputStrides[i];
304 indices[1] -= idx1 * this->m_outputStrides[i];
311 const Index idx1 = indices[1] / this->m_outputStrides[i];
[all …]
/external/strace/
Dkcmp.c60 kernel_ulong_t idx1 = tcp->u_arg[3]; in SYS_FUNC() local
69 printpidfd(tcp, pid1, idx1); in SYS_FUNC()
79 printpidfd(tcp, pid1, idx1); in SYS_FUNC()
101 tprintf(", %#" PRI_klx ", %#" PRI_klx, idx1, idx2); in SYS_FUNC()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferAddressSpaces/AMDGPU/
Dinfer-getelementptr.ll11 define void @simplified_constexpr_gep_addrspacecast(i64 %idx0, i64 %idx1) {
21 define void @constexpr_gep_addrspacecast(i64 %idx0, i64 %idx1) {
30 ; CHECK-NEXT: %gep1 = getelementptr inbounds double, double addrspace(3)* %gep0, i64 %idx1
32 define void @constexpr_gep_gep_addrspacecast(i64 %idx0, i64 %idx1) {
34 %gep1 = getelementptr inbounds double, double* %gep0, i64 %idx1
60 …telementptr inbounds ([648 x double], [648 x double] addrspace(3)* @lds, i64 0, i64 384), i64 %idx1
63 define void @repeated_constexpr_gep_addrspacecast(i64 %idx0, i64 %idx1) {
68 …]* addrspacecast ([648 x double] addrspace(3)* @lds to [648 x double]*), i64 0, i64 384), i64 %idx1
/external/llvm/test/CodeGen/X86/
Ddag-merge-fast-accesses.ll22 %idx1 = getelementptr i64, i64* %ptr, i64 1
25 store i64 0, i64* %idx1, align 8
46 %idx1 = getelementptr double, double* %ptr, i64 1
49 store double %vecext1, double* %idx1, align 8
78 %idx1 = getelementptr i64, i64* %ptr, i64 1
81 %ld1 = load i64, i64* %idx1, align 4
Dvec_loadsingles.ll45 %idx1 = getelementptr inbounds float, float* %ptr, i64 1
46 %b = load float, float* %idx1, align 8
75 %idx1 = getelementptr inbounds float, float* %ptr, i64 1
76 %b = load float, float* %idx1, align 4
112 %idx1 = getelementptr inbounds double, double* %ptr, i64 1
113 %b = load double, double* %idx1, align 8
/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_ll.ll4 i32 1, label %idx1
11 idx1:
29 i32 1, label %idx1
37 idx1:
58 i32 1, label %idx1
70 idx1:
107 i32 1, label %idx1
127 idx1:
196 i32 1, label %idx1
203 idx1:
[all …]
/external/strace/tests-m32/
Dkcmp.c98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...) in do_kcmp() argument
103 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in do_kcmp()
114 printpidfd(", ", pid1, idx1); in do_kcmp()
124 printpidfd(", ", pid1, idx1); in do_kcmp()
142 (unsigned long long) idx1, (unsigned long long) idx2); in do_kcmp()
/external/strace/tests/
Dkcmp.c98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...) in do_kcmp() argument
103 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in do_kcmp()
114 printpidfd(", ", pid1, idx1); in do_kcmp()
124 printpidfd(", ", pid1, idx1); in do_kcmp()
142 (unsigned long long) idx1, (unsigned long long) idx2); in do_kcmp()
/external/strace/tests-mx32/
Dkcmp.c98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...) in do_kcmp() argument
103 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2); in do_kcmp()
114 printpidfd(", ", pid1, idx1); in do_kcmp()
124 printpidfd(", ", pid1, idx1); in do_kcmp()
142 (unsigned long long) idx1, (unsigned long long) idx2); in do_kcmp()
/external/eigen/unsupported/Eigen/src/BVH/
DKdBVH.h196 int idx1 = (int)boxes.size() - 1;
197 boxes.push_back(boxes[idx1].merged(objBoxes[objCenters[mid].second]));
198 children.push_back(idx1);
206 int idx1 = (int)boxes.size() - 1;
209 boxes.push_back(boxes[idx1].merged(boxes[idx2]));
210 children.push_back(idx1);
/external/libaom/libaom/tools/txfm_analyzer/
Dtxfm_gen_code.cc46 int idx1 = get_cos_idx(w1, mod); in cos_text_sse2() local
51 snprintf(text, size, "cospi_%s%02d_%s%02d", sgn0, idx0, sgn1, idx1); in cos_text_sse2()
287 int idx1 = get_cos_idx(w1, COS_MOD); in gen_cospi_list_sse2() local
291 if (!visited[idx0][idx1][sgn0][sgn1]) { in gen_cospi_list_sse2()
292 visited[idx0][idx1][sgn0][sgn1] = 1; in gen_cospi_list_sse2()
305 int idx1 = get_cos_idx(w1, COS_MOD); in gen_cospi_list_sse2() local
309 if (!visited[idx1][idx0][sgn1][sgn0]) { in gen_cospi_list_sse2()
310 visited[idx1][idx0][sgn1][sgn0] = 1; in gen_cospi_list_sse2()
320 int idx1 = get_cos_idx(w1, COS_MOD); in gen_cospi_list_sse2() local
324 if (!visited[idx0][idx1][sgn0][sgn1]) { in gen_cospi_list_sse2()
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Ddynamic_stitch_test.py53 idx1 = np.array([0, 2], dtype=np.int32)
58 [idx1, idx2], [val1, val2],
62 idx1 = np.array([], dtype=np.int32)
66 self._AssertDynamicStitchResultIs([idx1, idx2], [val1, val2],
/external/protobuf/objectivec/
DGPBArray.h80 - (void)exchangeValueAtIndex:(NSUInteger)idx1
120 - (void)exchangeValueAtIndex:(NSUInteger)idx1
160 - (void)exchangeValueAtIndex:(NSUInteger)idx1
200 - (void)exchangeValueAtIndex:(NSUInteger)idx1
240 - (void)exchangeValueAtIndex:(NSUInteger)idx1
280 - (void)exchangeValueAtIndex:(NSUInteger)idx1
320 - (void)exchangeValueAtIndex:(NSUInteger)idx1
398 - (void)exchangeValueAtIndex:(NSUInteger)idx1
DGPBArray.m279 //%- (void)exchangeValueAtIndex:(NSUInteger)idx1
281 //%VALIDATE_RANGE(idx1, _count)
283 //% TYPE temp = _values[idx1];
284 //% _values[idx1] = _values[idx2];
517 - (void)exchangeValueAtIndex:(NSUInteger)idx1
519 if (idx1 >= _count) {
522 (unsigned long)idx1, (unsigned long)_count];
529 int32_t temp = _values[idx1];
530 _values[idx1] = _values[idx2];
764 - (void)exchangeValueAtIndex:(NSUInteger)idx1
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_utils.cc167 int idx1 = name_index1[i]; in Compare() local
169 if (g1.node(idx1).op() != g2.node(idx2).op()) { in Compare()
172 if (g1.node(idx1).name() != g2.node(idx2).name()) { in Compare()
175 if (g1.node(idx1).input_size() != g2.node(idx2).input_size()) { in Compare()
178 std::vector<int> input_index1 = CreateInputIndex(g1.node(idx1)); in Compare()
180 for (int j = 0; j < g1.node(idx1).input_size(); ++j) { in Compare()
181 if (!IsSameInput(g1.node(idx1).input(input_index1[j]), in Compare()
/external/aac/libAACenc/src/
Daacenc_tns.cpp625 int i, idx0, idx1, idx2, idx3, idx4, lag; in FDKaacEnc_MergedAutoCorrelation() local
638 idx1 = idx0 + i / 4; in FDKaacEnc_MergedAutoCorrelation()
647 idx1 = lpcStartLine[HIFILT]; in FDKaacEnc_MergedAutoCorrelation()
648 idx2 = idx1 + i; in FDKaacEnc_MergedAutoCorrelation()
654 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1); in FDKaacEnc_MergedAutoCorrelation()
655 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2); in FDKaacEnc_MergedAutoCorrelation()
661 for (nsc1 = 1; (1 << nsc1) < (idx1 - idx0); nsc1++) in FDKaacEnc_MergedAutoCorrelation()
663 for (nsc2 = 1; (1 << nsc2) < (idx2 - idx1); nsc2++) in FDKaacEnc_MergedAutoCorrelation()
672 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1); in FDKaacEnc_MergedAutoCorrelation()
673 rxx2_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx2, 0, nsc2); in FDKaacEnc_MergedAutoCorrelation()
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_intrinsics.c34 idx0, idx1, idx2, _flags) \ argument
45 [NIR_INTRINSIC_ ## idx1] = 2, \
/external/lua/src/
Dluaconf.h385 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ) argument
386 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT) argument

12345