Home
last modified time | relevance | path

Searched refs:foreach_block_and_inst_safe (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_lower_pack.cpp35 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_pack()
Dbrw_vec4.cpp517 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()
Dbrw_fs.cpp2249 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 …]
Dbrw_fs_register_coalesce.cpp331 foreach_block_and_inst_safe (block, backend_instruction, inst, cfg) { in register_coalesce()
Dbrw_cfg.h403 #define foreach_block_and_inst_safe(__block, __type, __inst, __cfg) \ macro
Dbrw_fs_lower_regioning.cpp626 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) in lower_regioning()
Dbrw_fs_scoreboard.cpp1256 foreach_block_and_inst_safe(block, fs_inst, inst, shader->cfg) { in emit_inst_dependencies()
Dbrw_vec4_visitor.cpp1307 foreach_block_and_inst_safe(block, vec4_instruction, inst, cfg) { in move_grf_array_access_to_scratch()
Dbrw_lower_logical_sends.cpp2567 foreach_block_and_inst_safe(block, fs_inst, inst, cfg) { in lower_logical_sends()