Searched refs:var_range_end (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_live_variables.h | 97 int var_range_end(unsigned v, unsigned n) const;
|
| H A D | brw_vec4_live_variables.cpp | 314 vec4_live_variables::var_range_end(unsigned v, unsigned n) const function in class:vec4_live_variables 327 return !((var_range_end(8 * alloc.offsets[a], 8 * alloc.sizes[a]) <= 329 (var_range_end(8 * alloc.offsets[b], 8 * alloc.sizes[b]) <=
|
| H A D | brw_vec4_cse.cpp | 291 if (live.var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) {
|
| H A D | brw_vec4.cpp | 1279 if (live.var_range_end(var_from_reg(alloc, dst_reg(inst->src[0])), 8) > ip)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_live_variables.cpp | 326 vec4_visitor::var_range_end(unsigned v, unsigned n) const function in class:vec4_visitor 339 return !((var_range_end(8 * alloc.offsets[a], 8 * alloc.sizes[a]) <= 341 (var_range_end(8 * alloc.offsets[b], 8 * alloc.sizes[b]) <=
|
| H A D | brw_vec4_cse.cpp | 291 if (var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) {
|
| H A D | brw_vec4.h | 148 int var_range_end(unsigned v, unsigned n) const;
|
| H A D | brw_vec4.cpp | 1296 if (var_range_end(var_from_reg(alloc, dst_reg(inst->src[0])), 8) > ip)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 12.0.2.rst | 294 - i965/vec4: Ignore swizzle of VGRF for use by var_range_end().
|
| H A D | 20.1.0.rst | 841 - i965/vec4: Ignore swizzle of VGRF for use by var_range_end()
|
| H A D | 20.2.0.rst | 801 - i965/vec4: Ignore swizzle of VGRF for use by var_range_end()
|
Completed in 25 milliseconds