Searched refs:bgnloop (Results 1 – 7 of 7) sorted by relevance
169 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local171 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()199 struct rc_instruction * bgnloop = in rc_variable_compute_live_intervals() local201 if (bgnloop->IP < chan_start) { in rc_variable_compute_live_intervals()202 chan_start = bgnloop->IP; in rc_variable_compute_live_intervals()
110 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop);
659 struct rc_instruction * rc_match_bgnloop(struct rc_instruction * bgnloop) in rc_match_bgnloop() argument663 for (inst = bgnloop->Next; inst!=bgnloop; inst = inst->Next) { in rc_match_bgnloop()
174 void (*bgnloop)(struct lp_build_nir_context *bld_base); member
1568 static void bgnloop(struct lp_build_nir_context *bld_base) in bgnloop() function2054 bld.bld_base.bgnloop = bgnloop; in lp_build_nir_soa()
2130 bld_base->bgnloop(bld_base); in visit_loop()
1663 last bgnloop. The instruction must appear within a bgnloop/endloop.1683 End a loop started with bgnloop.