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

  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 107 /// Excess records the value of the largest difference in register units beyond
119 PressureElement Excess;
257 /// excess register units of that pressure set introduced by this instruction.
266 /// excess register units of that pressure set introduced by this instruction.
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 478 // Cache the list of excess pressure sets in this region. This will also track
491 DEBUG(dbgs() << "Excess PSets: ";
    [all...]
RegisterPressure.cpp 532 /// Find the max change in excess pressure across all sets.
561 Delta.Excess.PSetID = PSetID;
562 Delta.Excess.UnitIncrease = ExcessUnits;
738 /// based on the tracker's current pressure, and return the number of excess
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 519 ResCount -= (Delta.Excess.UnitIncrease*PriorityThree);
596 // Excess pressure, we can immediately schedule from that Q.
600 // increase pressure for one of the excess PSets, then schedule in that

Completed in 553 milliseconds