Searched refs:var_range_end (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_live_variables.h97 int var_range_end(unsigned v, unsigned n) const;
H A Dbrw_vec4_live_variables.cpp314 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 Dbrw_vec4_cse.cpp291 if (live.var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) {
H A Dbrw_vec4.cpp1279 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 Dbrw_vec4_live_variables.cpp326 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 Dbrw_vec4_cse.cpp291 if (var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) {
H A Dbrw_vec4.h148 int var_range_end(unsigned v, unsigned n) const;
H A Dbrw_vec4.cpp1296 if (var_range_end(var_from_reg(alloc, dst_reg(inst->src[0])), 8) > ip)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D12.0.2.rst294 - i965/vec4: Ignore swizzle of VGRF for use by var_range_end().
H A D20.1.0.rst841 - i965/vec4: Ignore swizzle of VGRF for use by var_range_end()
H A D20.2.0.rst801 - i965/vec4: Ignore swizzle of VGRF for use by var_range_end()

Completed in 25 milliseconds