Searched refs:foreach_block_and_inst_safe (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_lower_pack.cpp | 35 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_pack()
|
D | brw_fs_lower_d2x.cpp | 35 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_d2x()
|
D | brw_vec4.cpp | 497 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in opt_reduce_swizzle() 885 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in move_push_constants_to_pull_constants() 1133 foreach_block_and_inst_safe (block, vec4_instruction, inst, cfg) { in opt_register_coalesce() 1365 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in eliminate_find_live_channel() 1824 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in lower_minmax() 2154 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in lower_simd_width() 2344 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in scalarize_df() 2419 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in lower_64bit_mad_to_mul_add()
|
D | brw_fs_register_coalesce.cpp | 285 foreach_block_and_inst_safe (block, backend_instruction, inst, cfg) { in register_coalesce()
|
D | brw_cfg.h | 316 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ macro
|
D | brw_fs.cpp | 1949 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in assign_constant_locations() 2101 foreach_block_and_inst_safe (block, fs_inst, inst, cfg) { in lower_constant_loads() 2658 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in compute_to_mrf() 2843 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in eliminate_find_live_channel() 2954 foreach_block_and_inst_safe (block, fs_inst, inst, cfg) { in remove_duplicate_mrf_writes() 3241 foreach_block_and_inst_safe (block, fs_inst, inst, cfg) { in lower_load_payload() 3339 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_integer_multiplication() 3527 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_minmax() 4325 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_logical_sends() 5076 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_simd_width() [all …]
|
D | brw_vec4_visitor.cpp | 1669 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in move_grf_array_access_to_scratch() 1818 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in move_uniform_array_access_to_pull_constants()
|