Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_coalesce.cpp511 unsigned start_reg, end_reg; in color_reg_constraint() local
514 end_reg = sh.num_nontemp_gpr(); in color_reg_constraint()
516 unsigned min_reg = end_reg; in color_reg_constraint()
530 re = end_reg; in color_reg_constraint()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer_postRA.cpp177 unsigned end_reg = begin_reg + rc.size(); in is_clobbered_since() local
180 for (unsigned r = begin_reg; r < end_reg; ++r) { in is_clobbered_since()
/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h505 BackReferenceNode(int start_reg, int end_reg, RegExpFlags flags, in BackReferenceNode() argument
509 end_reg_(end_reg), in BackReferenceNode()
Dregexp-compiler-tonode.cc1038 int end_reg = RegExpCapture::EndRegister(index); in RationalizeConsecutiveAtoms() local
1039 if (compiler->read_backward()) std::swap(start_reg, end_reg); in RationalizeConsecutiveAtoms()
1040 RegExpNode* store_end = ActionNode::StorePosition(end_reg, true, on_success); in RationalizeConsecutiveAtoms()
/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 # "]"],