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

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 72 struct LiveReg {
78 LiveReg(unsigned p=0) : LastUse(0), PhysReg(p), LastOpNum(0),
82 typedef DenseMap<unsigned, LiveReg> LiveRegMap;
153 void addKillFlag(const LiveReg&);
212 void RAFast::addKillFlag(const LiveReg &LR) {
226 const LiveReg &LR = LRI->second;
256 LiveReg &LR = LRI->second;
547 tie(LRI, New) = LiveVirtRegs.insert(std::make_pair(VirtReg, LiveReg()));
548 LiveReg &LR = LRI->second;
581 tie(LRI, New) = LiveVirtRegs.insert(std::make_pair(VirtReg, LiveReg()));
    [all...]
TargetInstrInfoImpl.cpp 204 unsigned LiveReg = LiveOp.getReg();
215 if (RC->hasSubClassEq(MRI.getRegClass(LiveReg)))
LiveIntervalAnalysis.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp     [all...]

Completed in 42 milliseconds