Home
last modified time | relevance | path

Searched refs:loop_start (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dvsx-infl-copy2.ll16 br i1 undef, label %loop_start.preheader, label %if.then.i31
18 loop_start.preheader: ; preds = %if.end5
21 vector.body: ; preds = %vector.body, %loop_start.preheader
22 %vec.phi61 = phi <4 x i32> [ %34, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
23 %vec.phi62 = phi <4 x i32> [ %35, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
24 %vec.phi63 = phi <4 x i32> [ %36, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
25 %vec.phi65 = phi <4 x i32> [ %37, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
26 %vec.phi67 = phi <4 x i32> [ %38, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
27 %vec.phi68 = phi <4 x i32> [ %39, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
28 %vec.phi69 = phi <4 x i32> [ %40, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dvsx-infl-copy2.ll16 br i1 undef, label %loop_start.preheader, label %if.then.i31
18 loop_start.preheader: ; preds = %if.end5
21 vector.body: ; preds = %vector.body, %loop_start.preheader
22 %vec.phi61 = phi <4 x i32> [ %34, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
23 %vec.phi62 = phi <4 x i32> [ %35, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
24 %vec.phi63 = phi <4 x i32> [ %36, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
25 %vec.phi65 = phi <4 x i32> [ %37, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
26 %vec.phi67 = phi <4 x i32> [ %38, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
27 %vec.phi68 = phi <4 x i32> [ %39, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
28 %vec.phi69 = phi <4 x i32> [ %40, %vector.body ], [ zeroinitializer, %loop_start.preheader ]
[all …]
/external/llvm-project/llvm/test/MC/AMDGPU/
Dlabels-branch-gfx9.s4 loop_start: label
12 s_call_b64 s[10:11], loop_start
Dlabels-branch.s4 loop_start: label
5 s_branch loop_start
/external/llvm/test/MC/AMDGPU/
Dlabels-branch.s3 loop_start: label
4 s_branch loop_start
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/unreachable/
Dunreachable-switch-merge-in-loop.amber92 OpBranch %loop_start
93 %loop_start = OpLabel
107 OpBranch %loop_start
/external/autotest/client/site_tests/power_VideoEncode/
Dpower_VideoEncode.py81 loop_start = time.time()
83 self.checkpoint_measurements(tagname, loop_start)
/external/autotest/client/site_tests/power_Display/
Dpower_Display.py79 loop_start = time.time()
81 self.checkpoint_measurements(tagname, loop_start)
/external/autotest/client/cros/power/
Dpower_videotest.py133 loop_start = time.time()
135 self.checkpoint_measurements(name, loop_start)
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-avoid-goto.rst24 loop_start:
29 goto loop_start;
/external/skia/tools/
Dskottie2movie.cpp102 double loop_start = SkTime::GetSecs(); in main() local
160 double loop_dur = SkTime::GetSecs() - loop_start; in main()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp127 cf_node *loop_start = sh.create_cf(CF_OP_LOOP_START_DX10); in finalize_loop() local
138 loop_start->jump_after(loop_end); in finalize_loop()
139 loop_end->jump_after(loop_start); in finalize_loop()
162 r->push_front(loop_start); in finalize_loop()
/external/llvm/test/CodeGen/X86/
Dcmpxchg-clobber-flags.ll105 br i1 %cmp, label %loop_start, label %cond.end
107 loop_start:
/external/llvm-project/llvm/test/CodeGen/X86/
Dcmpxchg-clobber-flags.ll128 ; 32-ALL-NEXT: # %bb.1: # %loop_start
180 br i1 %cmp, label %loop_start, label %cond.end
182 loop_start:
/external/rust/crates/bencher/
Dlib.rs658 let loop_start = Instant::now(); in auto_bench() localVariable
675 let loop_run = loop_start.elapsed(); in auto_bench()
/external/flac/src/libFLAC/ia32/
Dlpc_asm.nasm473 .loop_start:
483 jnz .loop_start
525 .loop_start:
541 jnz .loop_start
589 .loop_start:
614 jnz .loop_start
667 .loop_start:
699 jnz .loop_start
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4991 int loop_start = -1; /* index of the first active BGNLOOP (if any) */ in get_first_temp_write() local
4998 first_writes[inst->dst[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_write()
5004 loop_start = i; in get_first_temp_write()
5007 loop_start = -1; in get_first_temp_write()
5018 int loop_start = -1; /* index of the first active BGNLOOP (if any) */ in get_first_temp_read() local
5025 first_reads[inst->src[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_read()
5031 first_reads[inst->tex_offsets[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_read()
5036 loop_start = i; in get_first_temp_read()
5039 loop_start = -1; in get_first_temp_read()
5050 int loop_start = -1; /* index of the first active BGNLOOP (if any) */ in get_last_temp_read_first_temp_write() local
[all …]
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h247 int loop_start, loop_end; /* Byte offsets from the beginning */ member