Home
last modified time | relevance | path

Searched refs:bi_before_instr (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_insert_flow.c441 bi_flow(ctx, bi_before_instr(I), VA_FLOW_WAIT); in va_insert_flow_control_nops()
444 bi_flow(ctx, bi_before_instr(I), VA_FLOW_WAIT0126); in va_insert_flow_control_nops()
449 bi_flow(ctx, bi_before_instr(I), VA_FLOW_WAIT0126); in va_insert_flow_control_nops()
465 bi_flow(ctx, bi_before_instr(I), I->flow); in va_insert_flow_control_nops()
Dva_lower_split_64bit.c48 bi_builder b = bi_init_builder(ctx, bi_before_instr(I)); in lower_split_src()
Dva_lower_constants.c179 bi_builder b = bi_init_builder(ctx, bi_before_instr(I)); in va_lower_constants()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_message_preload.c130 b.cursor = bi_before_instr(I); in bi_opt_message_preload()
Dbi_opt_copy_prop.c78 bi_builder b = bi_init_builder(ctx, bi_before_instr(I)); in bi_opt_copy_prop()
Dbi_opt_dual_tex.c93 bi_builder b = bi_init_builder(ctx, bi_before_instr(I1)); in bi_fuse_dual()
Dbi_schedule.c325 bi_builder b = bi_init_builder(ctx, bi_before_instr(pinstr)); in bi_lower_cubeface()
348 bi_builder b = bi_init_builder(ctx, bi_before_instr(pinstr)); in bi_lower_atom_c()
367 bi_builder b = bi_init_builder(ctx, bi_before_instr(pinstr)); in bi_lower_atom_c1()
388 bi_builder b = bi_init_builder(ctx, bi_before_instr(pinstr)); in bi_lower_seg_add()
408 bi_builder b = bi_init_builder(ctx, bi_before_instr(add)); in bi_lower_dtsel()
2007 bi_builder b = bi_init_builder(ctx, bi_before_instr(ins)); in bi_lower_fau()
Dcompiler.h1232 bi_before_instr(bi_instr *instr) in bi_before_instr() function
1255 return bi_before_instr(I); in bi_before_nonempty_block()
1318 return bi_before_instr(bi_first_instr_in_clause(clause)); in bi_before_clause()
1324 return bi_before_instr(bi_first_instr_in_tuple(tuple)); in bi_before_tuple()
Dbi_lower_swizzle.c134 bi_builder b = bi_init_builder(ctx, bi_before_instr(ins)); in bi_lower_swizzle_16()
Dbi_ra.c689 b.cursor = bi_before_instr(I); in bi_spill_register()
795 bi_builder b = bi_init_builder(ctx, bi_before_instr(I)); in bi_coalesce_tied()
Dbifrost_compile.c5076 bi_builder b = bi_init_builder(ctx, bi_before_instr(I)); in bi_compile_variant_nir()
5268 bi_builder b = bi_init_builder(ctx, bi_before_instr(write)); in bi_compile_variant()