Home
last modified time | relevance | path

Searched refs:end_reg (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_coalesce.cpp509 unsigned start_reg, end_reg; in color_reg_constraint() local
512 end_reg = sh.num_nontemp_gpr(); in color_reg_constraint()
514 unsigned min_reg = end_reg; in color_reg_constraint()
528 re = end_reg; in color_reg_constraint()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer_postRA.cpp154 unsigned end_reg = begin_reg + rc.size(); in is_clobbered_since() local
157 for (unsigned r = begin_reg; r < end_reg; ++r) { in is_clobbered_since()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.td45 int end_reg = !add(!add(start, size), -1);
47 !if(!le(end_reg, last_reg),
48 !listconcat([prefix # "[" # start # ":" # end_reg # "]"],