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 22 VRegInfo.reserve(256);
34 assert(VRegInfo[TargetRegisterInfo::index2VirtReg(i)].second == 0 &&
47 VRegInfo[Reg].first = RC;
107 void *ArrayBase = getNumVirtRegs() == 0 ? 0 : &VRegInfo[FirstVirtReg];
108 VRegInfo.grow(Reg);
109 VRegInfo[Reg].first = RegClass;
112 if (ArrayBase && &VRegInfo[FirstVirtReg] != ArrayBase)
119 /// VRegInfo info list and it reallocated. Update the use/def lists info
126 MachineOperand *List = VRegInfo[Reg].second;
129 List->Contents.Reg.Prev = &VRegInfo[Reg].second
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 34 /// VRegInfo - Information we keep for each virtual register.
39 VirtReg2IndexFunctor> VRegInfo;
188 return VRegInfo[RegNo].second;
194 return VRegInfo[RegNo].second;
220 return VRegInfo[Reg].first;
255 unsigned getNumVirtRegs() const { return VRegInfo.size(); }

Completed in 15 milliseconds