Searched refs:foreach_block_and_inst_safe (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_lower_pack.cpp | 35 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_pack()
|
D | brw_vec4.cpp | 517 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in opt_reduce_swizzle() 956 foreach_block_and_inst_safe (block, vec4_instruction, inst, cfg) { in opt_register_coalesce() 1199 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in eliminate_find_live_channel() 1613 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in lower_minmax() 1699 foreach_block_and_inst_safe (block, vec4_instruction, inst, cfg) { in fixup_3src_null_dest() 1961 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in lower_simd_width() 2140 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in scalarize_df() 2215 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in lower_64bit_mad_to_mul_add()
|
D | brw_fs.cpp | 2249 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in split_virtual_grfs() 2482 foreach_block_and_inst_safe (block, fs_inst, inst, cfg) { in lower_constant_loads() 2535 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in opt_algebraic() 2905 foreach_block_and_inst_safe(block, fs_inst, send, cfg) { in opt_split_sends() 3112 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in compute_to_mrf() 3297 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in eliminate_find_live_channel() 3426 foreach_block_and_inst_safe (block, fs_inst, inst, cfg) { in remove_duplicate_mrf_writes() 3818 foreach_block_and_inst_safe (block, fs_inst, inst, cfg) { in lower_load_payload() 4197 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_integer_multiplication() 4249 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_minmax() [all …]
|
D | brw_fs_register_coalesce.cpp | 331 foreach_block_and_inst_safe (block, backend_instruction, inst, cfg) { in register_coalesce()
|
D | brw_cfg.h | 403 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ macro
|
D | brw_fs_lower_regioning.cpp | 626 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) in lower_regioning()
|
D | brw_fs_scoreboard.cpp | 1256 foreach_block_and_inst_safe(block, fs_inst, inst, shader->cfg) { in emit_inst_dependencies()
|
D | brw_vec4_visitor.cpp | 1307 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in move_grf_array_access_to_scratch()
|
D | brw_lower_logical_sends.cpp | 2567 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_logical_sends()
|