Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_insert_flow.c426 bi_flow(ctx, bi_after_instr(I), VA_FLOW_WAIT); in va_insert_flow_control_nops()
445 bi_flow(ctx, bi_after_instr(I), VA_FLOW_WAIT0); in va_insert_flow_control_nops()
476 bi_flow(ctx, bi_after_instr(I), VA_FLOW_DISCARD); in va_insert_flow_control_nops()
Dva_pack.c915 bi_builder b = bi_init_builder(ctx, bi_after_instr(I)); in va_lower_blend()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_constant_fold.c98 bi_builder b = bi_init_builder(ctx, bi_after_instr(ins)); in bi_opt_constant_fold()
Dbi_lower_swizzle.c98 bi_builder b = bi_init_builder(ctx, bi_after_instr(ins)); in bi_lower_swizzle_16()
Dbi_opt_push_ubo.c161 bi_builder b = bi_init_builder(ctx, bi_after_instr(ins)); in bi_opt_push_ubo()
Dbi_ra.c681 b.cursor = bi_after_instr(I); in bi_spill_register()
715 bi_builder b = bi_init_builder(ctx, bi_after_instr(I)); in bi_lower_vector()
Dbi_opt_mod_props.c327 bi_builder b = bi_init_builder(ctx, bi_after_instr(var)); in bi_optimizer_var_tex()
Dcompiler.h1241 bi_after_instr(bi_instr *instr) in bi_after_instr() function
1330 return bi_after_instr(bi_last_instr_in_clause(clause)); in bi_after_clause()
/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-message-preload.cpp90 b->cursor = bi_after_instr(I); in preload_moves()