Searched refs:regs_live_at_ip (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs.h | 317 int *regs_live_at_ip; member in class:fs_visitor
|
| H A D | brw_fs_visitor.cpp | 1050 this->regs_live_at_ip = NULL;
|
| H A D | brw_fs.cpp | 6611 max_pressure = MAX2(max_pressure, regs_live_at_ip[ip]); 6612 fprintf(file, "{%3d} %4d: ", regs_live_at_ip[ip], ip); 7002 regs_live_at_ip = rzalloc_array(mem_ctx, int, num_instructions); 7006 regs_live_at_ip[ip] += alloc.sizes[reg];
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs.h | 69 unsigned *regs_live_at_ip; member in struct:brw::register_pressure
|
| H A D | brw_fs.cpp | 8064 max_pressure = MAX2(max_pressure, rp.regs_live_at_ip[ip]); 8065 fprintf(file, "{%3d} %4d: ", rp.regs_live_at_ip[ip], ip); 8443 regs_live_at_ip = new unsigned[num_instructions](); 8447 regs_live_at_ip[ip] += v->alloc.sizes[reg]; 8453 delete[] regs_live_at_ip;
|
Completed in 26 milliseconds