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

  /external/llvm/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 281 MachineOperand SpillReg = MI.getOperand(0);
284 if (SpillReg.getReg()==BF::NCC) {
286 .addOperand(SpillReg);
291 .addOperand(SpillReg);
303 MachineOperand SpillReg = MI.getOperand(0);
311 if (SpillReg.getReg()==BF::CC) {
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 85 unsigned SpillReg;
87 // The value of SpillReg that should be spilled.
95 : AllDefsAreReloads(false), SpillReg(Reg), SpillVNI(VNI), DefMI(0) {}
340 SVI.SpillReg = Reg;
350 SVI.SpillReg = Reg;
422 dbgs() << "Prefer to spill " << PrintReg(SVI.SpillReg) << ':'
483 // SpillReg may have been deleted by remat and DCE.
484 if (!LIS.hasInterval(SVI.SpillReg)) {
485 DEBUG(dbgs() << "Stale interval: " << PrintReg(SVI.SpillReg) << '\n');
490 LiveInterval &SibLI = LIS.getInterval(SVI.SpillReg);
    [all...]
LiveIntervalAnalysis.cpp     [all...]

Completed in 58 milliseconds