/external/icu/icu4c/source/common/ |
D | ucnvscsu.cpp | 326 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 …]
|
D | ucnvbocu.cpp | 1102 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/ |
D | 2008-11-02-QuadraticCrash.ll | 16 br i1 %A, label %loop_1, label %endloop 18 endloop: ; preds = %loop_1
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2008-11-02-QuadraticCrash.ll | 16 br i1 %A, label %loop_1, label %endloop 18 endloop: ; preds = %loop_1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | find-loop-instr.ll | 4 ; 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.
|
D | hwloop-wrap.ll | 4 ; value may be zero, which means the endloop instruction will not decrement
|
D | dag-combine-select-or0.ll | 4 ; CHECK: endloop
|
D | hwloop-with-return-call.ll | 5 ; CHECK-NOT: endloop
|
D | hwloop-const.ll | 14 ; CHECK: endloop
|
D | swp-check-offset.ll | 13 ; CHECK: }{{[ \t]*}}:endloop
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | pr38185.ll | 25 ; CHECK-NEXT: # %bb.3: # %endloop 34 br i1 %comp, label %endloop, label %body 62 endloop:
|
/external/libhevc/common/arm64/ |
D | ihevc_intra_pred_chroma_horz.s | 193 b endloop 274 b endloop 322 b endloop 358 endloop: label
|
/external/libhevc/common/arm/ |
D | ihevc_intra_pred_chroma_horz.s | 195 b endloop 273 b endloop 318 b endloop 351 endloop: label
|
/external/arm-optimized-routines/string/aarch64/ |
D | strncmp.S | 40 #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/ |
D | lp_bld_ir_common.c | 277 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/ |
D | endloop.s | 19 # CHECK: rror: packet marked with `:endloop{{.}}' cannot contain instructions that modify register
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
D | clear11multiviewgs.h | 43 endloop
|
D | passthrough3d11gs.h | 48 endloop
|
D | resolvecolor2dps.h | 52 endloop
|
/external/llvm/test/CodeGen/Hexagon/ |
D | hwloop-wrap.ll | 4 ; value may be zero, which means the endloop instruction will not decrement
|
D | hwloop-const.ll | 14 ; CHECK: endloop
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler_util.h | 109 struct rc_instruction * rc_match_endloop(struct rc_instruction * endloop);
|
D | radeon_variable.c | 205 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()
|
D | radeon_compiler_util.c | 637 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()
|
D | radeon_dataflow.c | 689 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()
|