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

  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 85 class PressureChange {
89 PressureChange(): PSetID(0), UnitInc(0) {}
90 PressureChange(unsigned id): PSetID(id+1), UnitInc(0) {
97 assert(isValid() && "invalid PressureChange");
107 bool operator==(const PressureChange &RHS) const {
112 template <> struct isPodLike<PressureChange> {
127 PressureChange PressureChanges[MaxPSets];
129 typedef PressureChange* iterator;
130 typedef const PressureChange* const_iterator;
177 PressureChange Excess
    [all...]
MachineScheduler.h 370 std::vector<PressureChange> RegionCriticalPSets;
407 const std::vector<PressureChange> &getRegionCriticalPSets() const {
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 400 // Insert this PressureChange.
402 PressureChange PTmp = PressureChange(*PSetI);
629 Delta.Excess = PressureChange();
651 Delta.Excess = PressureChange(i);
666 ArrayRef<PressureChange> CriticalPSets,
669 Delta.CriticalMax = PressureChange();
670 Delta.CurrentMax = PressureChange();
686 Delta.CriticalMax = PressureChange(i);
694 Delta.CurrentMax = PressureChange(i)
    [all...]
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 237 PressureChange P = PressureChange());
HexagonMachineScheduler.cpp 414 SUnit *SU, PressureChange P) {
  /external/sonivox/jet_tools/JetCreator/
midifile.py 755 self.PressureChange(event)
785 def PressureChange (self, event):
    [all...]

Completed in 1878 milliseconds