Home
last modified time | relevance | path

Searched refs:endloop (Results 1 – 25 of 27) sorted by relevance

12

/external/icu/icu4c/source/common/
Ducnvscsu.cpp326 goto endloop; in _SCSUToUnicodeWithOffsets()
381 goto endloop; in _SCSUToUnicodeWithOffsets()
434 goto endloop; in _SCSUToUnicodeWithOffsets()
458 goto endloop; in _SCSUToUnicodeWithOffsets()
469 goto endloop; in _SCSUToUnicodeWithOffsets()
535 goto endloop; in _SCSUToUnicodeWithOffsets()
555 endloop: in _SCSUToUnicodeWithOffsets()
658 goto endloop; in _SCSUToUnicode()
705 goto endloop; in _SCSUToUnicode()
741 goto endloop; in _SCSUToUnicode()
[all …]
Ducnvbocu.cpp1102 goto endloop; in _Bocu1ToUnicodeWithOffsets()
1111 goto endloop; in _Bocu1ToUnicodeWithOffsets()
1121 goto endloop; in _Bocu1ToUnicodeWithOffsets()
1151 endloop: in _Bocu1ToUnicodeWithOffsets()
1307 goto endloop; in _Bocu1ToUnicode()
1315 goto endloop; in _Bocu1ToUnicode()
1325 goto endloop; in _Bocu1ToUnicode()
1350 endloop: in _Bocu1ToUnicode()
Ducnv_u7.cpp1029 goto endloop; in _IMAPToUnicodeWithOffsets()
1047 goto endloop; in _IMAPToUnicodeWithOffsets()
1065 goto endloop; in _IMAPToUnicodeWithOffsets()
1123 endloop: in _IMAPToUnicodeWithOffsets()
Dustring.cpp497 goto endloop; in _matchFromSet()
525 goto endloop; in _matchFromSet()
531 endloop: in _matchFromSet()
Ducnv2022.cpp2281 goto endloop; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2323 endloop: in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
3421 goto endloop; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3468 endloop: in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
/external/llvm/test/Analysis/ScalarEvolution/
D2008-11-02-QuadraticCrash.ll16 br i1 %A, label %loop_1, label %endloop
18 endloop: ; preds = %loop_1
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
D2008-11-02-QuadraticCrash.ll16 br i1 %A, label %loop_1, label %endloop
18 endloop: ; preds = %loop_1
/external/libhevc/common/arm64/
Dihevc_intra_pred_chroma_horz.s193 b endloop
274 b endloop
322 b endloop
358 endloop: label
/external/libhevc/common/arm/
Dihevc_intra_pred_chroma_horz.s195 b endloop
273 b endloop
318 b endloop
351 endloop: label
/external/llvm/test/MC/Hexagon/
Dendloop.s19 # CHECK: rror: packet marked with `:endloop{{.}}' cannot contain instructions that modify register
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c205 struct rc_instruction * endloop = in rc_variable_compute_live_intervals() local
207 if (endloop->IP > chan_end) { in rc_variable_compute_live_intervals()
208 chan_end = endloop->IP; in rc_variable_compute_live_intervals()
Dradeon_compiler_util.c637 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop) in rc_match_endloop() argument
641 for (inst = endloop->Prev; inst != endloop; inst = inst->Prev) { in rc_match_endloop()
Dradeon_compiler_util.h109 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop);
Dradeon_dataflow.c689 struct rc_instruction * endloop = NULL; in get_readers_for_single_write() local
732 endloop = tmp; in get_readers_for_single_write()
785 tmp = endloop; in get_readers_for_single_write()
786 endloop = NULL; in get_readers_for_single_write()
Dradeon_pair_regalloc.c549 struct rc_instruction * endloop = in do_advanced_regalloc() local
551 if (endloop->IP > s->LoopEnd) { in do_advanced_regalloc()
552 s->LoopEnd = endloop->IP; in do_advanced_regalloc()
/external/llvm/test/CodeGen/Hexagon/
Dhwloop-wrap.ll4 ; value may be zero, which means the endloop instruction will not decrement
Dhwloop-const.ll14 ; CHECK: endloop
/external/syslinux/com32/lua/src/
Dllex.c287 goto endloop; in read_long_string()
302 } endloop: in read_long_string()
/external/smali/smali/src/main/antlr/
DsmaliParser.g850 : //e.g. goto endloop:
893 : //e.g. goto/16 endloop:
938 : //e.g. if-eqz v0, endloop:
980 : //e.g. if-eq v0, v1, endloop:
995 : //e.g. goto/32 endloop:
DsmaliTreeWalker.g762 : //e.g. goto endloop:
825 : //e.g. goto/16 endloop:
904 : //e.g. if-eqz v0, endloop:
967 : //e.g. if-eq v0, v1, endloop:
1001 : //e.g. goto/32 endloop:
/external/smali/smalidea/src/main/antlr/
DsmalideaParser.g1134 : //e.g. goto endloop:
1163 : //e.g. goto/16 endloop:
1195 : //e.g. if-eqz v0, endloop:
1223 : //e.g. if-eq v0, v1, endloop:
1235 : //e.g. goto/32 endloop:
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml165 * br endcond, loop, endloop
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml165 * br endcond, loop, endloop
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c449 LLVMBasicBlockRef endloop; in lp_exec_endloop() local
505 endloop = lp_build_insert_new_block(mask->bld->gallivm, "endloop"); in lp_exec_endloop()
508 icond, ctx->loop_block, endloop); in lp_exec_endloop()
510 LLVMPositionBuilderAtEnd(builder, endloop); in lp_exec_endloop()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1690 last bgnloop. The instruction must appear within a bgnloop/endloop.
1700 Start a loop. Must have a matching endloop.
1726 next endloop or endswitch. The instruction must appear within a loop/endloop
1733 next endloop or endswitch. The instruction must appear within a loop/endloop

12