Home
last modified time | relevance | path

Searched refs:loop_end (Results 1 – 25 of 31) 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/llvm/test/MC/AMDGPU/
Dlabels-branch.s8 s_branch loop_end
11 loop_end: label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dlabels-branch.s11 s_branch loop_end
16 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/accel/
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/compiler/backend/
Dinstruction.cc585 RpoNumber loop_header, RpoNumber loop_end, in InstructionBlock() argument
594 loop_end_(loop_end), in InstructionBlock()
615 return RpoNumber::FromInt(block->loop_end()->rpo_number()); in GetLoopEndRpo()
657 os << " loop blocks: [" << block->rpo_number() << ", " << block->loop_end() in operator <<()
778 InstructionBlock* loop_end = in ComputeAssemblyOrder() local
779 instruction_blocks_->at(block->loop_end().ToSize() - 1); in ComputeAssemblyOrder()
780 if (loop_end->SuccessorCount() == 1 && /* ends with goto */ in ComputeAssemblyOrder()
781 loop_end != block /* not a degenerate infinite loop */) { in ComputeAssemblyOrder()
784 DCHECK_EQ(block->rpo_number(), loop_end->successors()[0]); in ComputeAssemblyOrder()
785 loop_end->set_ao_number(RpoNumber::FromInt(ao++)); in ComputeAssemblyOrder()
[all …]
Dinstruction.h1415 RpoNumber loop_end, RpoNumber dominator, bool deferred, in NON_EXPORTED_BASE()
1446 RpoNumber loop_end() const { in NON_EXPORTED_BASE()
1556 return instruction_blocks_->at(block->loop_end().ToSize() - 1) in NON_EXPORTED_BASE()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_cf.cpp138 CFInstruction (loop_end), in LoopEndInstruction()
150 assert(lhs.type() == loop_end); in is_equal_to()
Dsfn_instruction_base.h84 loop_end, enumerator
/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c246 nir_cf_list loop_end; in complex_unroll_loop_body() local
247 nir_cf_extract(&loop_end, nir_after_cf_node(&unlimit_term->nif->cf_node), in complex_unroll_loop_body()
249 move_cf_list_into_loop_term(&loop_end, unlimit_term); in complex_unroll_loop_body()
538 nir_cursor loop_end = nir_after_block(nir_loop_last_block(loop)); in wrapper_unroll() local
552 loop_end); in wrapper_unroll()
558 loop_end = terminator->continue_from_then ? in wrapper_unroll()
/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.cc334 int loop_end = current_offset + iterator.current_bytecode_size(); in Analyze() local
336 PushLoop(loop_header, loop_end); in Analyze()
562 void BytecodeAnalysis::PushLoop(int loop_header, int loop_end) { in PushLoop() argument
563 DCHECK_LT(loop_header, loop_end); in PushLoop()
565 DCHECK_EQ(end_to_header_.find(loop_end), end_to_header_.end()); in PushLoop()
570 end_to_header_.insert({loop_end, loop_header}); in PushLoop()
Dschedule.h147 BasicBlock* loop_end() const { return loop_end_; } in NON_EXPORTED_BASE()
148 void set_loop_end(BasicBlock* loop_end); in NON_EXPORTED_BASE()
Dbytecode-analysis.h143 void PushLoop(int loop_header, int loop_end);
Dschedule.cc76 void BasicBlock::set_loop_end(BasicBlock* loop_end) { loop_end_ = loop_end; } in set_loop_end() argument
Dscheduler.cc965 current == current_header->loop_end()) { in ComputeAndInsertSpecialRPO()
1074 if (block->loop_end() != nullptr) { in PrintRPO()
1076 << block->loop_end()->rpo_number() << ")"; in PrintRPO()
1096 BasicBlock* end = header->loop_end(); in VerifySpecialRPO()
Dgraph-visualizer.cc930 os << ", loop until B" << current->loop_end()->rpo_number(); in PrintScheduledGraph()
1303 os << "\"loop_end\": " << block->loop_end() << ","; in operator <<()
/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/mesa3d/src/amd/compiler/
Daco_spill.cpp385 unsigned loop_end = i; in init_live_in_vars() local
389 if (pair.second.first < loop_end) in init_live_in_vars()
407 pair.second.first >= loop_end && in init_live_in_vars()
434 pair.second.first >= loop_end && in init_live_in_vars()
/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()

12