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

  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 169 /// Excess records the value of the largest difference in register units beyond
181 PressureChange Excess;
188 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
372 /// excess register units of that pressure set introduced by this instruction.
388 /// excess register units of that pressure set introduced by this instruction.
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 650 /// Find the max change in excess pressure across all sets.
656 Delta.Excess = PressureChange();
677 Delta.Excess = PressureChange(i);
678 Delta.Excess.setUnitInc(PDiff);
804 if (Delta.Excess.isValid())
805 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet())
806 << " " << Delta.Excess.getUnitInc() << "\n";
813 if (Delta2.Excess.isValid())
814 dbgs() << "Excess2 " << TRI->getRegPressureSetName(Delta2.Excess.getPSet())
815 << " " << Delta2.Excess.getUnitInc() << "\n"
    [all...]
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 526 ResCount -= (Delta.Excess.getUnitInc()*PriorityTwo);
603 // Excess pressure, we can immediately schedule from that Q.
607 // increase pressure for one of the excess PSets, then schedule in that
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 4254 milliseconds