Searched refs:endloop (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h82 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop);
H A Dradeon_variable.c204 struct rc_instruction * endloop = local
206 if (endloop->IP > chan_end) {
207 chan_end = endloop->IP;
H A Dradeon_compiler_util.c635 * @return The BGNLOOP instruction that starts the loop ended by endloop.
637 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop) argument
641 for (inst = endloop->Prev; inst != endloop; inst = inst->Prev) {
H A Dradeon_pair_regalloc.c604 struct rc_instruction * endloop = local
606 if (endloop->IP > s->LoopEnd) {
607 s->LoopEnd = endloop->IP;
H A Dradeon_dataflow.c689 struct rc_instruction * endloop = NULL; local
732 endloop = tmp;
735 rc_error(d->C, "Failed to match endloop.\n");
785 tmp = endloop;
786 endloop = NULL;
/external/icu/icu4c/source/common/
H A Ducnvscsu.c324 goto endloop;
379 goto endloop;
432 goto endloop;
456 goto endloop;
467 goto endloop;
533 goto endloop;
553 endloop:
656 goto endloop;
703 goto endloop;
739 goto endloop;
[all...]
H A Ducnvbocu.cpp1085 goto endloop;
1094 goto endloop;
1104 goto endloop;
1134 endloop:
1292 goto endloop;
1300 goto endloop;
1310 goto endloop;
1335 endloop:
H A Ducnv_u7.c1022 goto endloop;
1040 goto endloop;
1058 goto endloop;
1116 endloop:
H A Dustring.cpp494 goto endloop;
522 goto endloop;
528 endloop:
H A Ducnv2022.cpp2293 goto endloop;
2335 endloop:
3434 goto endloop;
3481 endloop:
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_horz.s193 b endloop
274 b endloop
322 b endloop
358 endloop: label
/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_horz.s191 b endloop
268 b endloop
312 b endloop
344 endloop: label
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c232 LLVMBasicBlockRef endloop; local
282 endloop = lp_build_insert_new_block(mask->bld->gallivm, "endloop");
285 icond, mask->loop_block, endloop);
287 LLVMPositionBuilderAtEnd(builder, endloop);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml165 * br endcond, loop, endloop

Completed in 287 milliseconds