Home
last modified time | relevance | path

Searched refs:endloop (Results 1 – 25 of 47) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dfind-loop-instr.ll4 ; This code causes multiple endloop instructions to be generated for the
5 ; same loop. The findLoopInstr would encounter for one endloop would encounter
6 ; the other endloop, and return null in response. This resulted in a crash.
Dhwloop-wrap.ll4 ; value may be zero, which means the endloop instruction will not decrement
Ddag-combine-select-or0.ll4 ; CHECK: endloop
Dhwloop-with-return-call.ll5 ; CHECK-NOT: endloop
Dhwloop-const.ll14 ; CHECK: endloop
Dswp-check-offset.ll13 ; CHECK: }{{[ \t]*}}:endloop
Dswp-phi-start.ll12 ; CHECK: }{{[ \t]*}}:endloop
Dvdotprod.ll13 ; CHECK: }{{[ \t]*}}:endloop
/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/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
D2008-11-02-QuadraticCrash.ll16 br i1 %A, label %loop_1, label %endloop
18 endloop: ; preds = %loop_1
/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-7.0/llvm/test/CodeGen/X86/
Dpr38185.ll25 ; CHECK-NEXT: # %bb.3: # %endloop
34 br i1 %comp, label %endloop, label %body
62 endloop:
/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/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.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()

12