Home
last modified time | relevance | path

Searched refs:regs_read (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp790 for (unsigned j = 0; j < regs_read(inst, i); j++) in count_reads_remaining()
874 for (unsigned off = 0; off < regs_read(inst, i); off++) in update_register_pressure()
903 for (unsigned off = 0; off < regs_read(inst, i); off++) { in get_register_pressure_benefit()
1172 for (unsigned r = 0; r < regs_read(inst, i); r++) in calculate_deps()
1175 for (unsigned r = 0; r < regs_read(inst, i); r++) { in calculate_deps()
1182 for (unsigned r = 0; r < regs_read(inst, i); r++) in calculate_deps()
1301 for (unsigned r = 0; r < regs_read(inst, i); r++) in calculate_deps()
1304 for (unsigned r = 0; r < regs_read(inst, i); r++) { in calculate_deps()
1311 for (unsigned r = 0; r < regs_read(inst, i); r++) in calculate_deps()
1435 for (unsigned j = 0; j < regs_read(inst, i); ++j) in calculate_deps()
[all …]
Dbrw_fs_validate.cpp67 fsv_assert(inst->src[i].offset / REG_SIZE + regs_read(inst, i) <= in validate()
Dbrw_fs_live_variables.cpp123 for (unsigned j = 0; j < regs_read(inst, i); j++) { in setup_def_use()
353 inst->src[i], regs_read(inst, i))) in validate()
Dbrw_fs_dead_code_eliminate.cpp133 for (unsigned j = 0; j < regs_read(inst, i); j++) { in dead_code_eliminate()
Dbrw_ir_performance.cpp1351 for (unsigned j = 0; j < regs_read(inst, i); j++) in issue_fs_inst()
1415 for (unsigned j = 0; j < regs_read(inst, i); j++) in issue_fs_inst()
1473 for (unsigned j = 0; j < regs_read(inst, i); j++) in issue_vec4_instruction()
1522 for (unsigned j = 0; j < regs_read(inst, i); j++) in issue_vec4_instruction()
Dbrw_fs_reg_allocate.cpp252 for (unsigned j = 0; j < regs_read(inst, i); j++) { in calculate_payload_ranges()
894 spill_costs[inst->src[i].nr] += regs_read(inst, i) * block_scale; in set_spill_costs()
1092 int count = regs_read(inst, i); in spill_reg()
Dbrw_vec4_live_variables.cpp284 regs_read(inst, i))) in validate()
Dbrw_ir_vec4.h432 regs_read(const vec4_instruction *inst, unsigned i) in regs_read() function
Dbrw_eu_validate.c1441 int regs_read = 0; in registers_read() local
1447 regs_read = 1; in registers_read()
1451 return regs_read; in registers_read()
Dbrw_fs_scoreboard.cpp1014 for (unsigned j = 0; j < regs_read(inst, i); j++) { in update_inst_scoreboard()
1135 for (unsigned j = 0; j < regs_read(inst, i); j++) in gather_inst_dependencies()
Dbrw_ir_fs.h461 regs_read(const fs_inst *inst, unsigned i) in regs_read() function
Dbrw_fs_bank_conflicts.cpp520 p.require_contiguous(reg_of(inst->src[i]), regs_read(inst, i)); in shader_reg_partitioning()
Dbrw_fs.cpp2192 for (unsigned j = 1; j < regs_read(inst, i); j++) in split_virtual_grfs()
3136 unsigned regs_left = (1 << regs_read(inst, 0)) - 1; in compute_to_mrf()
3227 regs_left = (1 << regs_read(inst, 0)) - 1; in compute_to_mrf()
Dbrw_vec4.cpp1265 if (inst->src[i].file == VGRF && regs_read(inst, i) > 1) in split_virtual_grfs()
/third_party/mesa3d/docs/relnotes/
D10.6.4.rst75 - i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file.
D20.3.4.rst118 - intel/compiler: Return 1 for immediates in regs_read
D21.0.0.rst1732 - intel/compiler: Return 1 for immediates in regs_read
D21.1.0.rst2611 - intel/compiler: Return 1 for immediates in regs_read