Searched defs:vreg (Results 1 - 19 of 19) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h37 /// to a register allocation solution. (i.e. The PBQP-node <--> vreg map,
49 /// and the set of allowed pregs for the vreg.
55 void recordVReg(unsigned vreg, PBQPRAGraph::NodeId nodeId, argument
58 assert(vreg2Node.find(vreg) == vreg2Node.end() && "Re-mapping vreg.");
59 assert(allowedSets[vreg].empty() && "vreg already has pregs.");
61 node2VReg[nodeId] = vreg;
62 vreg2Node[vreg] = nodeId;
63 std::copy(arBegin, arEnd, std::back_inserter(allowedSets[vreg]));
74 isPRegOption(unsigned vreg, unsigned option) const argument
82 isSpillOption(unsigned vreg, unsigned option) const argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c285 void *vreg = c->vreg; local
290 c->vreg = vreg;
311 c->vreg = rzalloc_array(c, struct brw_wm_value, BRW_WM_MAX_VREG);
H A Dbrw_wm.h225 struct brw_wm_value *vreg; member in struct:brw_wm_compile
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc90 UnallocatedOperand* NewUnallocated(int vreg) { argument
93 unallocated->set_virtual_register(vreg);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c285 void *vreg = c->vreg; local
290 c->vreg = vreg;
311 c->vreg = rzalloc_array(c, struct brw_wm_value, BRW_WM_MAX_VREG);
H A Dbrw_wm.h225 struct brw_wm_value *vreg; member in struct:brw_wm_compile
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp138 /// \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 { argument
178 assert(isPRegOption(vreg, optio
208 unsigned vreg = *vregItr; local
472 unsigned vreg = problem.getVRegForNode(NId); local
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_generic_reg_alloc2.c107 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:__anon31908
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 whic
353 HReg rreg, vreg, vregS, vregD; local
[all...]
H A Dhost_x86_defs.c1756 /* The given instruction reads the specified vreg exactly once, and
1757 that vreg is currently located at the given spill offset. If
1761 X86Instr* directReload_X86( X86Instr* i, HReg vreg, Short spill_off ) argument
1765 /* Deal with form: src=RMI_Reg, dst=Reg where src == vreg
1772 && sameHReg(i->Xin.Alu32R.src->Xrmi.Reg.reg, vreg)) {
1773 vassert(! sameHReg(i->Xin.Alu32R.dst, vreg));
1781 /* Deal with form: src=RMI_Imm, dst=Reg where dst == vreg
1787 && sameHReg(i->Xin.Alu32R.dst, vreg)) {
1800 && sameHReg(i->Xin.Push.src->Xrmi.Reg.reg, vreg)) {
1806 /* Deal with form: CMov32(src=RM_Reg, dst) where vreg
[all...]
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.h353 int vreg = code()->NextVirtualRegister(); local
354 if (vreg >= UnallocatedOperand::kMaxVirtualRegisters) {
359 return vreg;
H A Dregister-allocator.cc2057 int vreg = GetVirtualRegister(); local
2059 LiveRange* result = LiveRangeFor(vreg);
/external/chromium_org/v8/src/
H A Dlithium-allocator.cc834 int vreg = GetVirtualRegister(); local
836 cur_input->set_virtual_register(vreg);
2032 int vreg = GetVirtualRegister(); local
2034 LiveRange* result = LiveRangeFor(vreg);
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc615 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);
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc507 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);
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc668 int vreg = allocator_->GetVirtualRegister(); local
671 vreg = 0;
673 operand->set_virtual_register(vreg);
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc622 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);
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc622 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);
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc650 int vreg = allocator_->GetVirtualRegister(); local
653 vreg = 0;
655 operand->set_virtual_register(vreg);
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc674 int vreg = allocator_->GetVirtualRegister(); local
677 vreg = 0;
679 operand->set_virtual_register(vreg);

Completed in 398 milliseconds