Searched refs:regs_read (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_validate.cpp53 fsv_assert(inst->src[i].offset / REG_SIZE + regs_read(inst, i) <=
H A Dbrw_fs_dead_code_eliminate.cpp130 for (unsigned j = 0; j < regs_read(inst, i); j++) {
H A Dbrw_schedule_instructions.cpp717 for (unsigned j = 0; j < regs_read(inst, i); j++)
799 for (unsigned off = 0; off < regs_read(inst, i); off++)
828 for (unsigned off = 0; off < regs_read(inst, i); off++) {
1098 for (unsigned r = 0; r < regs_read(inst, i); r++)
1101 for (unsigned r = 0; r < regs_read(inst, i); r++) {
1108 for (unsigned r = 0; r < regs_read(inst, i); r++)
1224 for (unsigned r = 0; r < regs_read(inst, i); r++)
1227 for (unsigned r = 0; r < regs_read(inst, i); r++) {
1234 for (unsigned r = 0; r < regs_read(inst, i); r++)
1358 for (unsigned j = 0; j < regs_read(ins
[all...]
H A Dbrw_fs_live_variables.cpp123 for (unsigned j = 0; j < regs_read(inst, i); j++) {
H A Dbrw_fs_reg_allocate.cpp365 for (unsigned j = 0; j < regs_read(inst, i); j++) {
888 spill_costs[inst->src[i].nr] += regs_read(inst, i) * block_scale;
990 int count = regs_read(inst, i);
H A Dbrw_eu_validate.c1260 int regs_read = 0; local in function:registers_read
1266 regs_read = 1;
1270 return regs_read;
H A Dbrw_ir_fs.h455 regs_read(const fs_inst *inst, unsigned i) function in typeref:typename:unsigned
H A Dbrw_ir_vec4.h430 regs_read(const vec4_instruction *inst, unsigned i) function in namespace:brw
H A Dbrw_fs_bank_conflicts.cpp520 p.require_contiguous(reg_of(inst->src[i]), regs_read(inst, i));
H A Dbrw_fs.cpp1922 for (unsigned j = 1; j < regs_read(inst, i); j++)
3156 unsigned regs_left = (1 << regs_read(inst, 0)) - 1;
3247 regs_left = (1 << regs_read(inst, 0)) - 1;
H A Dbrw_vec4.cpp1562 if (inst->src[i].file == VGRF && regs_read(inst, i) > 1)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_validate.cpp53 fsv_assert(inst->src[i].offset / REG_SIZE + regs_read(inst, i) <=
H A Dbrw_fs_dead_code_eliminate.cpp133 for (unsigned j = 0; j < regs_read(inst, i); j++) {
H A Dbrw_schedule_instructions.cpp786 for (unsigned j = 0; j < regs_read(inst, i); j++)
870 for (unsigned off = 0; off < regs_read(inst, i); off++)
899 for (unsigned off = 0; off < regs_read(inst, i); off++) {
1168 for (unsigned r = 0; r < regs_read(inst, i); r++)
1171 for (unsigned r = 0; r < regs_read(inst, i); r++) {
1178 for (unsigned r = 0; r < regs_read(inst, i); r++)
1297 for (unsigned r = 0; r < regs_read(inst, i); r++)
1300 for (unsigned r = 0; r < regs_read(inst, i); r++) {
1307 for (unsigned r = 0; r < regs_read(inst, i); r++)
1431 for (unsigned j = 0; j < regs_read(ins
[all...]
H A Dbrw_fs_live_variables.cpp123 for (unsigned j = 0; j < regs_read(inst, i); j++) {
353 inst->src[i], regs_read(inst, i)))
H A Dbrw_ir_performance.cpp1344 for (unsigned j = 0; j < regs_read(inst, i); j++)
1408 for (unsigned j = 0; j < regs_read(inst, i); j++)
1465 for (unsigned j = 0; j < regs_read(inst, i); j++)
1514 for (unsigned j = 0; j < regs_read(inst, i); j++)
H A Dbrw_vec4_live_variables.cpp284 regs_read(inst, i)))
H A Dbrw_fs_reg_allocate.cpp252 for (unsigned j = 0; j < regs_read(inst, i); j++) {
881 spill_costs[inst->src[i].nr] += regs_read(inst, i) * block_scale;
1079 int count = regs_read(inst, i);
H A Dbrw_ir_vec4.h432 regs_read(const vec4_instruction *inst, unsigned i) function in namespace:brw
H A Dbrw_fs_scoreboard.cpp983 for (unsigned j = 0; j < regs_read(inst, i); j++)
1103 for (unsigned j = 0; j < regs_read(inst, i); j++)
H A Dbrw_eu_validate.c1347 int regs_read = 0; local in function:registers_read
1353 regs_read = 1;
1357 return regs_read;
H A Dbrw_fs_bank_conflicts.cpp520 p.require_contiguous(reg_of(inst->src[i]), regs_read(inst, i));
H A Dbrw_ir_fs.h461 regs_read(const fs_inst *inst, unsigned i) function in typeref:typename:unsigned
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.4.rst75 - i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file.
H A D20.3.4.rst118 - intel/compiler: Return 1 for immediates in regs_read

Completed in 50 milliseconds

12