Home
last modified time | relevance | path

Searched refs:loop_end (Results 1 – 25 of 32) sorted by relevance

12

/external/webp/src/dsp/
Drescaler_mips_dsp_r2.c36 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end;
101 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end),
151 [dst]"+r"(dst), [loop_end]"=&r"(loop_end), [temp2]"=&r"(temp2)
172 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; in ExportRowExpand_MIPSdspR2() local
211 [dst]"+r"(dst), [loop_end]"=&r"(loop_end), [temp2]"=&r"(temp2) in ExportRowExpand_MIPSdspR2()
278 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end), in ExportRowExpand_MIPSdspR2()
Drescaler_mips32.c154 int temp0, temp1, temp3, temp4, temp5, loop_end; in ExportRowExpand_MIPS32() local
177 [dst]"+r"(dst), [loop_end]"=&r"(loop_end) in ExportRowExpand_MIPS32()
205 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end) in ExportRowExpand_MIPS32()
219 int temp0, temp1, temp3, temp4, temp5, loop_end;
250 [irow]"+r"(irow), [dst]"+r"(dst), [loop_end]"=&r"(loop_end)
271 [dst]"+r"(dst), [loop_end]"=&r"(loop_end)
Dalpha_processing_mips_dsp_r2.c134 const uint32_t* const loop_end = out + len - rest; in PackARGB_MIPSdspR2() local
165 [loop_end]"r"(loop_end), [rest]"r"(rest) in PackARGB_MIPSdspR2()
177 const uint32_t* const loop_end = out + len - rest; in PackRGB_MIPSdspR2() local
205 [loop_end]"r"(loop_end), [rest]"r"(rest) in PackRGB_MIPSdspR2()
/external/libvpx/libvpx/vp8/decoder/
Ddboolhuff.c42 int loop_end = 0; in vp8dx_bool_decoder_fill() local
53 loop_end = x; in vp8dx_bool_decoder_fill()
57 while (shift >= loop_end) { in vp8dx_bool_decoder_fill()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dlabels-branch.s11 s_branch loop_end
16 loop_end: label
/external/llvm/test/MC/AMDGPU/
Dlabels-branch.s8 s_branch loop_end
11 loop_end: label
/external/libvpx/libvpx/vpx_dsp/
Dbitreader.c70 int loop_end = 0; in vpx_reader_fill() local
73 loop_end = bits_over; in vpx_reader_fill()
77 while (shift >= loop_end) { in vpx_reader_fill()
/external/v4l2_codec2/vda/
Dvp8_bool_decoder.cc109 int loop_end = 0; in FillDecoder() local
113 loop_end = x; in FillDecoder()
117 while (shift >= loop_end) { in FillDecoder()
/external/v8/src/builtins/
Dbuiltins-iterator-gen.cc226 Label loop_start(this, 3, vars), loop_end(this); in IterableToList() local
234 CAST(IteratorStep(context, iterator_record, &loop_end)); in IterableToList()
242 BIND(&loop_end); in IterableToList()
Dbuiltins-regexp-gen.cc2874 Label out(this), loop(this, 2, vars), loop_end(this), in ReplaceSimpleStringFastPath() local
2909 GotoIf(SmiEqual(replace_length, SmiZero()), &loop_end); in ReplaceSimpleStringFastPath()
2914 Goto(&loop_end); in ReplaceSimpleStringFastPath()
2916 BIND(&loop_end); in ReplaceSimpleStringFastPath()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp128 cf_node *loop_end = sh.create_cf(CF_OP_LOOP_END); in finalize_loop() local
135 last_cf = loop_end; in finalize_loop()
138 loop_start->jump_after(loop_end); in finalize_loop()
139 loop_end->jump_after(loop_start); in finalize_loop()
145 loop_break->jump(loop_end); in finalize_loop()
156 loop_cont->jump(loop_end); in finalize_loop()
163 r->push_back(loop_end); in finalize_loop()
/external/icu/icu4c/source/common/
Duniset.cpp1814 if (a == UNICODESET_HIGH) goto loop_end; in add()
1832 if (a == UNICODESET_HIGH) goto loop_end; in add()
1835 if (b == UNICODESET_HIGH) goto loop_end; in add()
1850 if (a == UNICODESET_HIGH) goto loop_end; in add()
1866 if (a == UNICODESET_HIGH) goto loop_end; in add()
1875 loop_end: in add()
1910 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1928 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1945 if (a == UNICODESET_HIGH) goto loop_end; in retain()
1961 if (a == UNICODESET_HIGH) goto loop_end; in retain()
[all …]
/external/v8/src/compiler/
Dbytecode-analysis.cc332 int loop_end = current_offset + iterator.current_bytecode_size(); in Analyze() local
334 PushLoop(loop_header, loop_end); in Analyze()
543 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) { in PushLoop() argument
544 DCHECK(loop_header < loop_end); in PushLoop()
546 DCHECK(end_to_header_.find(loop_end) == end_to_header_.end()); in PushLoop()
551 end_to_header_.insert({loop_end, loop_header}); in PushLoop()
Dschedule.h139 BasicBlock* loop_end() const { return loop_end_; } in NON_EXPORTED_BASE()
140 void set_loop_end(BasicBlock* loop_end); in NON_EXPORTED_BASE()
Dbytecode-analysis.h140 void PushLoop(int loop_header, int loop_end);
Dinstruction.cc636 RpoNumber loop_header, RpoNumber loop_end, in InstructionBlock() argument
644 loop_end_(loop_end), in InstructionBlock()
671 return RpoNumber::FromInt(block->loop_end()->rpo_number()); in GetLoopEndRpo()
707 os << " loop blocks: [" << block->rpo_number() << ", " << block->loop_end() in operator <<()
Dschedule.cc79 void BasicBlock::set_loop_end(BasicBlock* loop_end) { loop_end_ = loop_end; } in set_loop_end() argument
Dscheduler.cc921 current == current_header->loop_end()) { in ComputeAndInsertSpecialRPO()
1030 if (block->loop_end() != nullptr) { in PrintRPO()
1032 << block->loop_end()->rpo_number() << ")"; in PrintRPO()
1052 BasicBlock* end = header->loop_end(); in VerifySpecialRPO()
Dinstruction.h1376 RpoNumber loop_end, bool deferred, bool handler); in NON_EXPORTED_BASE()
1404 RpoNumber loop_end() const { in NON_EXPORTED_BASE()
1508 return instruction_blocks_->at(block->loop_end().ToSize() - 1) in NON_EXPORTED_BASE()
/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c377 nir_cf_list loop_end; in complex_unroll() local
378 nir_cf_extract(&loop_end, nir_after_cf_node(&unlimit_term->nif->cf_node), in complex_unroll()
380 move_cf_list_into_loop_term(&loop_end, unlimit_term); in complex_unroll()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dbreak-false-dep.ll314 %phi_i = phi i64 [ 1, %entry ], [ %nexti, %loop_end ]
315 %phi_j = phi i64 [ 1, %entry ], [ %nextj, %loop_end ]
316 %phi_k = phi i64 [ 0, %entry ], [ %nextk, %loop_end ]
329 br i1 %cmp, label %inner_loop, label %loop_end
331 loop_end:
/external/curl/packages/vms/
Dcompare_curl_source.com189 $ if ref_spec .eqs. "" then goto loop_end
308 $loop_end:
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp8300 std::string loop_end; in test_shader_compilation() local
8356 loop_end.insert(0, "}\n"); in test_shader_compilation()
8357 loop_end.insert(0, indent); in test_shader_compilation()
8425 invalid_shader_source += loop_end; in test_shader_compilation()
8437 valid_shader_source += loop_end; in test_shader_compilation()
8570 std::string loop_end; in execute() local
8600 loop_end.insert(0, "}\n"); in execute()
8601 loop_end.insert(0, indent); in execute()
8710 valid_shader_source += loop_end; in execute()
/external/iperf3/src/
Dcjson.c272 goto loop_end; in parse_number()
275 loop_end: in parse_number()
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h247 int loop_start, loop_end; /* Byte offsets from the beginning */ member

12