HomeSort by relevance Sort by last modified time
    Searched defs:vreg (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm.c 285 void *vreg = c->vreg; local
290 c->vreg = vreg;
311 c->vreg = rzalloc_array(c, struct brw_wm_value, BRW_WM_MAX_VREG);
brw_wm.h 225 struct brw_wm_value *vreg; member in struct:brw_wm_compile
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 285 void *vreg = c->vreg; local
290 c->vreg = vreg;
311 c->vreg = rzalloc_array(c, struct brw_wm_value, BRW_WM_MAX_VREG);
brw_wm.h 225 struct brw_wm_value *vreg; member in struct:brw_wm_compile
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 107 vreg. Is safely left at False, and becomes True after a
113 Bound /* in use (holding value of some vreg) */
116 /* If .disp == Bound, what vreg is it bound to? */
117 HReg vreg; member in struct:__anon15599
123 (vreg_state) from vreg numbers back to entries in rreg_state. It
125 hregNumber(rreg_state[j].vreg) == i -- that is, the two entries
127 which involve looking for a particular vreg: there is no need to
129 vreg_state. The FAQ "does this vreg already have an associated
132 To indicate, in vreg_state[i], that a given vreg is not currently
165 finding the vreg which is mentioned as far ahead as possible, i
353 HReg rreg, vreg, vregS, vregD; local
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 138 /// \brief Finds the initial set of vreg intervals to allocate.
158 assert(vregItr != node2VReg.end() && "No vreg for node.");
162 PBQPRAGraph::NodeId PBQPRAProblem::getNodeForVReg(unsigned vreg) const {
163 VReg2Node::const_iterator nodeItr = vreg2Node.find(vreg);
164 assert(nodeItr != vreg2Node.end() && "No node for vreg.");
170 PBQPRAProblem::getAllowedSet(unsigned vreg) const {
171 AllowedSetMap::const_iterator allowedSetItr = allowedSets.find(vreg);
172 assert(allowedSetItr != allowedSets.end() && "No pregs for vreg.");
177 unsigned PBQPRAProblem::getPRegForOption(unsigned vreg, unsigned option) const {
178 assert(isPRegOption(vreg, option) && "Not a preg option.")
208 unsigned vreg = *vregItr; local
472 unsigned vreg = problem.getVRegForNode(NId); local
    [all...]
  /art/runtime/
stack.h 44 // The kind of vreg being accessed in calls to Set/GetVReg.
122 // - JNI - just VRegs, but where every VReg holds a reference.
190 const uint32_t* vreg = &vregs_[i]; local
191 return *reinterpret_cast<const int32_t*>(vreg);
197 const uint32_t* vreg = &vregs_[i]; local
198 return *reinterpret_cast<const float*>(vreg);
203 const uint32_t* vreg = &vregs_[i]; local
206 return *reinterpret_cast<unaligned_int64*>(vreg);
211 const uint32_t* vreg = &vregs_[i]; local
214 return *reinterpret_cast<unaligned_double*>(vreg);
240 uint32_t* vreg = &vregs_[i]; local
251 uint32_t* vreg = &vregs_[i]; local
262 uint32_t* vreg = &vregs_[i]; local
276 uint32_t* vreg = &vregs_[i]; local
294 uint32_t* vreg = &vregs_[i]; local
    [all...]
  /external/chromium_org/v8/src/compiler/
register-allocator.h 353 int vreg = code()->NextVirtualRegister(); local
354 if (vreg >= UnallocatedOperand::kMaxVirtualRegisters) {
359 return vreg;
register-allocator.cc 2057 int vreg = GetVirtualRegister(); local
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 834 int vreg = GetVirtualRegister(); local
836 cur_input->set_virtual_register(vreg);
2032 int vreg = GetVirtualRegister(); local
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 615 int vreg = allocator_->GetVirtualRegister(); local
618 vreg = 0;
620 operand->set_virtual_register(vreg);
628 int vreg = allocator_->GetVirtualRegister(); local
631 vreg = 0;
633 operand->set_virtual_register(vreg);
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.cc 507 int vreg = allocator_->GetVirtualRegister(); local
510 vreg = 0;
512 operand->set_virtual_register(vreg);
520 int vreg = allocator_->GetVirtualRegister(); local
523 vreg = 0;
525 operand->set_virtual_register(vreg);
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 668 int vreg = allocator_->GetVirtualRegister(); local
671 vreg = 0;
673 operand->set_virtual_register(vreg);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 622 int vreg = allocator_->GetVirtualRegister(); local
625 vreg = 0;
627 operand->set_virtual_register(vreg);
635 int vreg = allocator_->GetVirtualRegister(); local
638 vreg = 0;
640 operand->set_virtual_register(vreg);
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.cc 622 int vreg = allocator_->GetVirtualRegister(); local
625 vreg = 0;
627 operand->set_virtual_register(vreg);
635 int vreg = allocator_->GetVirtualRegister(); local
638 vreg = 0;
640 operand->set_virtual_register(vreg);
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 650 int vreg = allocator_->GetVirtualRegister(); local
653 vreg = 0;
655 operand->set_virtual_register(vreg);
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.cc 674 int vreg = allocator_->GetVirtualRegister(); local
677 vreg = 0;
679 operand->set_virtual_register(vreg);
    [all...]

Completed in 747 milliseconds