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

  /external/swiftshader/third_party/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 242 unsigned LiveReg = LiveOp.getReg();
253 if (RC->hasSubClassEq(MRI.getRegClass(LiveReg)))
LiveIntervalAnalysis.cpp     [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 117 struct LiveReg {
123 /// current basic block. When a LiveReg is used to represent a live-out
142 LiveReg *LiveRegs;
143 typedef DenseMap<MachineBasicBlock*, LiveReg*> LiveOutMap;
373 LiveRegs = new LiveReg[NumRegs];
655 SmallVector<LiveReg, 4> Regs;
659 const LiveReg &LR = LiveRegs[rx];
667 for (SmallVectorImpl<LiveReg>::iterator i = Regs.begin(), e = Regs.end();
RegAllocFast.cpp 69 struct LiveReg {
76 explicit LiveReg(unsigned v)
84 typedef SparseSet<LiveReg> LiveRegMap;
174 void addKillFlag(const LiveReg&);
183 void assignVirtToPhysReg(LiveReg&, unsigned PhysReg);
237 void RAFast::addKillFlag(const LiveReg &LR) {
281 LiveReg &LR = *LRI;
507 void RAFast::assignVirtToPhysReg(LiveReg &LR, unsigned PhysReg) {
606 std::tie(LRI, New) = LiveVirtRegs.insert(LiveReg(VirtReg));
640 std::tie(LRI, New) = LiveVirtRegs.insert(LiveReg(VirtReg))
    [all...]
InlineSpiller.cpp 90 unsigned &LiveReg);
    [all...]
TargetInstrInfo.cpp 413 unsigned LiveReg = LiveOp.getReg();
424 if (RC->hasSubClassEq(MRI.getRegClass(LiveReg)))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp     [all...]

Completed in 2536 milliseconds