Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducnvscsu.c324 goto endloop; in _SCSUToUnicodeWithOffsets()
379 goto endloop; in _SCSUToUnicodeWithOffsets()
432 goto endloop; in _SCSUToUnicodeWithOffsets()
456 goto endloop; in _SCSUToUnicodeWithOffsets()
467 goto endloop; in _SCSUToUnicodeWithOffsets()
533 goto endloop; in _SCSUToUnicodeWithOffsets()
553 endloop: in _SCSUToUnicodeWithOffsets()
656 goto endloop; in _SCSUToUnicode()
703 goto endloop; in _SCSUToUnicode()
739 goto endloop; in _SCSUToUnicode()
[all …]
Ducnvbocu.cpp1083 goto endloop; in _Bocu1ToUnicodeWithOffsets()
1092 goto endloop; in _Bocu1ToUnicodeWithOffsets()
1102 goto endloop; in _Bocu1ToUnicodeWithOffsets()
1132 endloop: in _Bocu1ToUnicodeWithOffsets()
1288 goto endloop; in _Bocu1ToUnicode()
1296 goto endloop; in _Bocu1ToUnicode()
1306 goto endloop; in _Bocu1ToUnicode()
1331 endloop: in _Bocu1ToUnicode()
Ducnv_u7.c1019 goto endloop; in _IMAPToUnicodeWithOffsets()
1037 goto endloop; in _IMAPToUnicodeWithOffsets()
1055 goto endloop; in _IMAPToUnicodeWithOffsets()
1113 endloop: in _IMAPToUnicodeWithOffsets()
Dustring.cpp494 goto endloop; in _matchFromSet()
522 goto endloop; in _matchFromSet()
528 endloop: in _matchFromSet()
Ducnv2022.cpp2293 goto endloop; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
2335 endloop: in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC()
3434 goto endloop; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC()
3481 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/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.s191 b endloop
268 b endloop
312 b endloop
344 endloop: label
/external/llvm/test/MC/Hexagon/
Dendloop.s19 # CHECK: rror: packet marked with `:endloop{{.}}' cannot contain instructions that modify register
/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/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c204 struct rc_instruction * endloop = in rc_variable_compute_live_intervals() local
206 if (endloop->IP > chan_end) { in rc_variable_compute_live_intervals()
207 chan_end = endloop->IP; in rc_variable_compute_live_intervals()
Dradeon_compiler_util.h82 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop);
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_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.c604 struct rc_instruction * endloop = in do_advanced_regalloc() local
606 if (endloop->IP > s->LoopEnd) { in do_advanced_regalloc()
607 s->LoopEnd = endloop->IP; in do_advanced_regalloc()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/
Dopcodes.txt23 endloop
/external/smali/smali/src/main/antlr/
DsmaliParser.g858 : //e.g. goto endloop:
901 : //e.g. goto/16 endloop:
956 : //e.g. if-eqz v0, endloop:
1003 : //e.g. if-eq v0, v1, endloop:
1023 : //e.g. goto/32 endloop:
DsmaliTreeWalker.g779 : //e.g. goto endloop:
842 : //e.g. goto/16 endloop:
945 : //e.g. if-eqz v0, endloop:
1020 : //e.g. if-eq v0, v1, endloop:
1071 : //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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c232 LLVMBasicBlockRef endloop; in lp_exec_endloop() local
282 endloop = lp_build_insert_new_block(mask->bld->gallivm, "endloop"); in lp_exec_endloop()
285 icond, mask->loop_block, endloop); in lp_exec_endloop()
287 LLVMPositionBuilderAtEnd(builder, endloop); in lp_exec_endloop()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dcodegen.ml165 * br endcond, loop, endloop
/external/llvm/docs/tutorial/
DOCamlLangImpl7.rst1384 * br endcond, loop, endloop