Home
last modified time | relevance | path

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

/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/test/MC/AMDGPU/
Dlabels-branch.s3 loop_start: label
4 s_branch loop_start
/external/libdrm/tests/
Ddrmstat.c357 struct timeval loop_start, loop_end; in main() local
372 gettimeofday(&loop_start, NULL); in main()
393 usec(&loop_end, &loop_start) / counter, fast); 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/v8/src/crankshaft/
Dlithium-allocator.cc1944 LifetimePosition loop_start = LifetimePosition::FromInstructionIndex( in FindOptimalSpillingPos() local
1947 if (range->Covers(loop_start)) { in FindOptimalSpillingPos()
1948 if (prev_use == NULL || prev_use->pos().Value() < loop_start.Value()) { in FindOptimalSpillingPos()
1950 pos = loop_start; in FindOptimalSpillingPos()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4595 int loop_start = -1; /* index of the first active BGNLOOP (if any) */ in get_first_temp_read() local
4602 first_reads[inst->src[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_read()
4608 first_reads[inst->tex_offsets[j].index] = (depth == 0) ? i : loop_start; in get_first_temp_read()
4613 loop_start = i; in get_first_temp_read()
4616 loop_start = -1; in get_first_temp_read()
4627 int loop_start = -1; /* index of the first active BGNLOOP (if any) */ in get_last_temp_read_first_temp_write() local
4638 first_writes[inst->dst[j].index] = (depth == 0) ? i : loop_start; in get_last_temp_read_first_temp_write()
4648 loop_start = i; in get_last_temp_read_first_temp_write()
4651 loop_start = -1; in get_last_temp_read_first_temp_write()
/external/kernel-headers/original/uapi/linux/
Dsoundcard.h247 int loop_start, loop_end; /* Byte offsets from the beginning */ member
/external/v8/src/compiler/
Dregister-allocator.cc2694 LifetimePosition loop_start = LifetimePosition::GapFromInstructionIndex( in FindOptimalSpillingPos() local
2697 if (range->Covers(loop_start)) { in FindOptimalSpillingPos()
2698 if (prev_use == nullptr || prev_use->pos() < loop_start) { in FindOptimalSpillingPos()
2700 pos = loop_start; in FindOptimalSpillingPos()