Searched refs:foreach_inst_in_block_reverse (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_fs_saturate_propagation.cpp | 54 foreach_inst_in_block_reverse(elk_fs_inst, inst, block) { in opt_saturate_propagation_local()
|
H A D | elk_cfg.h | 455 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ macro
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_saturate_propagation.cpp | 96 foreach_inst_in_block_reverse(fs_inst, inst, block) { in opt_saturate_propagation_local()
|
H A D | brw_cfg.h | 445 #define foreach_inst_in_block_reverse(__type, __inst, __block) \ macro
|
H A D | brw_fs_register_coalesce.cpp | 201 foreach_inst_in_block_reverse(fs_inst, send, cfg->last_block()) { in would_violate_eot_restriction()
|