Home
last modified time | relevance | path

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

123

/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()
/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/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
/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/arm-optimized-routines/string/aarch64/
Dstrncmp.S40 #define endloop x15 macro
72 csinv endloop, diff, xzr, pl /* Last Dword or differences. */
74 ccmp endloop, #0, #0, eq
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.c277 LLVMBasicBlockRef endloop; in lp_exec_endloop() local
333 endloop = lp_build_insert_new_block(mask->bld->gallivm, "endloop"); in lp_exec_endloop()
336 icond, ctx->loop_block, endloop); in lp_exec_endloop()
338 LLVMPositionBuilderAtEnd(builder, endloop); in lp_exec_endloop()
/external/llvm/test/MC/Hexagon/
Dendloop.s19 # CHECK: rror: packet marked with `:endloop{{.}}' cannot contain instructions that modify register
/external/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
Dclear11multiviewgs.h43 endloop
Dpassthrough3d11gs.h48 endloop
Dresolvecolor2dps.h52 endloop
/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_compiler_util.h109 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop);
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_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()

123