Home
last modified time | relevance | path

Searched refs:var_range_end (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_live_variables.cpp312 vec4_live_variables::var_range_end(unsigned v, unsigned n) const in var_range_end() function in vec4_live_variables
325 return !((var_range_end(8 * alloc.offsets[a], 8 * alloc.sizes[a]) <= in vgrfs_interfere()
327 (var_range_end(8 * alloc.offsets[b], 8 * alloc.sizes[b]) <= in vgrfs_interfere()
Dbrw_vec4_live_variables.h95 int var_range_end(unsigned v, unsigned n) const;
Dbrw_vec4_cse.cpp291 if (live.var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) { in opt_cse_local()
Dbrw_vec4.cpp1276 if (live.var_range_end(var_from_reg(alloc, dst_reg(inst->src[0])), 8) > ip) in opt_register_coalesce()
/external/mesa3d/docs/relnotes/
D12.0.2.rst294 - i965/vec4: Ignore swizzle of VGRF for use by var_range_end().
D20.1.0.rst841 - i965/vec4: Ignore swizzle of VGRF for use by var_range_end()
D20.2.0.rst801 - i965/vec4: Ignore swizzle of VGRF for use by var_range_end()