Home
last modified time | relevance | path

Searched refs:foreach_inst_in_block (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_sel_peephole.cpp72 foreach_inst_in_block(elk_fs_inst, inst, then_block) { in count_movs_from_if()
82 foreach_inst_in_block(elk_fs_inst, inst, else_block) { in count_movs_from_if()
H A Delk_cfg.h424 foreach_inst_in_block (__type, __inst, __block)
445 #define foreach_inst_in_block(__type, __inst, __block) \ macro
H A Delk_vec4_live_variables.cpp75 foreach_inst_in_block(vec4_instruction, inst, block) { in setup_def_use()
H A Delk_vec4_cse.cpp174 foreach_inst_in_block (vec4_instruction, inst, block) { in opt_cse_local()
H A Delk_fs_register_coalesce.cpp131 foreach_inst_in_block(elk_fs_inst, scan_inst, scan_block) { in can_coalesce_vars()
H A Delk_fs_live_variables.cpp115 foreach_inst_in_block(elk_fs_inst, inst, block) { in setup_def_use()
H A Delk_fs_copy_propagation.cpp377 foreach_inst_in_block(elk_fs_inst, inst, block) { in setup_initial_values()
1240 foreach_inst_in_block(elk_fs_inst, inst, block) { in opt_copy_propagation_local()
H A Delk_fs_cse.cpp253 foreach_inst_in_block(elk_fs_inst, inst, block) { in opt_cse_local()
H A Delk_cfg.cpp163 foreach_inst_in_block(elk_backend_instruction, inst, this) { in dump()
H A Delk_ir_performance.cpp1451 foreach_inst_in_block(elk_backend_instruction, inst, block) { in calculate_performance()
H A Delk_vec4.cpp812 foreach_inst_in_block (vec4_instruction, inst, block) { in opt_set_dependency_control()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_cfg.h414 foreach_inst_in_block (__type, __inst, __block)
435 #define foreach_inst_in_block(__type, __inst, __block) \ macro
H A Dbrw_fs_register_coalesce.cpp131 foreach_inst_in_block(fs_inst, scan_inst, scan_block) { in can_coalesce_vars()
H A Dbrw_fs_live_variables.cpp115 foreach_inst_in_block(fs_inst, inst, block) { in setup_def_use()
H A Dbrw_print.cpp34 foreach_inst_in_block(fs_inst, inst, block) { in brw_print_instructions_to_file()
H A Dbrw_ir_performance.cpp1031 foreach_inst_in_block(fs_inst, inst, block) { in calculate_performance()
H A Dbrw_cfg.cpp163 foreach_inst_in_block(fs_inst, inst, this) { in dump()
H A Dbrw_fs_copy_propagation.cpp377 foreach_inst_in_block(fs_inst, inst, block) { in setup_initial_values()
1319 foreach_inst_in_block(fs_inst, inst, block) { in opt_copy_propagation_local()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv46273 …al/mesa3d,[email protected],i965: Add and use foreach_inst_in_block macros.
59705 …l/mesa3d,[email protected],i965/vec4: Use foreach_inst_in_block a couple m…