Searched refs:bi_foreach_instr_global_safe (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_copy_prop.c | 57 bi_foreach_instr_global_safe(ctx, I) { in bi_opt_copy_prop() 91 bi_foreach_instr_global_safe(ctx, ins) { in bi_opt_copy_prop()
|
D | bi_opt_constant_fold.c | 92 bi_foreach_instr_global_safe(ctx, ins) { in bi_opt_constant_fold()
|
D | bi_lower_swizzle.c | 243 bi_foreach_instr_global_safe(ctx, ins) { in bi_lower_swizzle()
|
D | bi_opt_push_ubo.c | 136 bi_foreach_instr_global_safe(ctx, ins) { in bi_opt_push_ubo()
|
D | bi_ra.c | 668 bi_foreach_instr_global_safe(ctx, I) { in bi_spill_register() 714 bi_foreach_instr_global_safe(ctx, I) { in bi_lower_vector()
|
D | bi_opt_mod_props.c | 160 bi_foreach_instr_global_safe(ctx, I) { in bi_opt_mod_prop_forward()
|
D | compiler.h | 1004 #define bi_foreach_instr_global_safe(ctx, v) \ macro
|
D | bi_schedule.c | 2006 bi_foreach_instr_global_safe(ctx, ins) { in bi_lower_fau()
|
D | bifrost_compile.c | 4642 bi_foreach_instr_global_safe(ctx, ins) { in bi_opt_post_ra() 5072 bi_foreach_instr_global_safe(ctx, I) { in bi_compile_variant_nir()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
D | test-insert-flow.cpp | 34 bi_foreach_instr_global_safe(ctx, I) { in strip_nops()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | va_pack.c | 911 bi_foreach_instr_global_safe(ctx, I) { in va_lower_blend()
|