HomeSort by relevance Sort by last modified time
    Searched refs:VRegInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 21 VRegInfo.reserve(256);
33 assert(VRegInfo[TargetRegisterInfo::index2VirtReg(i)].second == 0 &&
46 VRegInfo[Reg].first = RC;
77 void *ArrayBase = getNumVirtRegs() == 0 ? 0 : &VRegInfo[FirstVirtReg];
78 VRegInfo.grow(Reg);
79 VRegInfo[Reg].first = RegClass;
82 if (ArrayBase && &VRegInfo[FirstVirtReg] != ArrayBase)
89 /// VRegInfo info list and it reallocated. Update the use/def lists info
96 MachineOperand *List = VRegInfo[Reg].second;
99 List->Contents.Reg.Prev = &VRegInfo[Reg].second
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 28 /// VRegInfo - Information we keep for each virtual register.
33 VirtReg2IndexFunctor> VRegInfo;
158 return VRegInfo[RegNo].second;
164 return VRegInfo[RegNo].second;
190 return VRegInfo[Reg].first;
212 unsigned getNumVirtRegs() const { return VRegInfo.size(); }

Completed in 14 milliseconds