HomeSort by: relevance | last modified time | path
    Searched refs:Excess (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineScheduler.cpp 67 tryPressure(TryCand.RPDelta.Excess, Cand.RPDelta.Excess, TryCand, Cand,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterPressure.cpp 144 dbgs() << "[Excess=";
145 Excess.dump();
959 /// Find the max change in excess pressure across all sets.
965 Delta.Excess = PressureChange();
986 Delta.Excess = PressureChange(i);
987 Delta.Excess.setUnitInc(PDiff);
1129 if (Delta.Excess.isValid())
1130 dbgs() << "Excess1 " << TRI->getRegPressureSetName(Delta.Excess.getPSet())
1131 << " " << Delta.Excess.getUnitInc() << "\n";
1138 if (Delta2.Excess.isValid()
    [all...]
MachineScheduler.cpp 1066 // Cache the list of excess pressure sets in this region. This will also track
1079 LLVM_DEBUG(dbgs() << "Excess PSets: ";
2748 case RegExcess: return "REG-EXCESS";
2774 P = Cand.RPDelta.Excess;
3164 LLVM_DEBUG(if (Cand.RPDelta.Excess.isValid()) dbgs()
3166 << TRI->getRegPressureSetName(Cand.RPDelta.Excess.getPSet()) << ":"
3167 << Cand.RPDelta.Excess.getUnitInc() << "\n");
3195 if (DAG->isTrackingPressure() && tryPressure(TryCand.RPDelta.Excess,
3196 Cand.RPDelta.Excess,
MachinePipeliner.cpp 1677 if (RPDelta.Excess.isValid()) {
1679 dbgs() << "Excess register pressure: SU(" << SU->NodeNum << ") "
1680 << TRI->getRegPressureSetName(RPDelta.Excess.getPSet())
1681 << ":" << RPDelta.Excess.getUnitInc());
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegisterPressure.h 228 /// Excess records the value of the largest difference in register units beyond
240 PressureChange Excess;
247 return Excess == RHS.Excess && CriticalMax == RHS.CriticalMax
477 /// excess register units of that pressure set introduced by this instruction.
493 /// excess register units of that pressure set introduced by this instruction.
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.cpp 88 // when we report excess/critical register pressure, we do it either
97 // FIXME: We have to enter REG-EXCESS before we reach the actual threshold
108 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::VGPR_32);
109 Cand.RPDelta.Excess.setUnitInc(NewVGPRPressure - VGPRExcessLimit);
114 Cand.RPDelta.Excess = PressureChange(AMDGPU::RegisterPressureSets::SReg_32);
115 Cand.RPDelta.Excess.setUnitInc(NewSGPRPressure - SGPRExcessLimit);
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
morestack.S 43 # Excess space needed to call ld.so resolver for lazy plt
47 # Large excess allocated when calling non-split-stack code.
99 # Just like __morestack, but with larger excess allocation
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
morestack.S 43 # Excess space needed to call ld.so resolver for lazy plt
47 # Large excess allocated when calling non-split-stack code.
99 # Just like __morestack, but with larger excess allocation
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 667 ResCount -= (Delta.Excess.getUnitInc()*PriorityOne);
677 (Delta.Excess.getUnitInc() || Delta.CriticalMax.getUnitInc() ||
681 dbgs() << "RP " << Delta.Excess.getUnitInc() << "/"
899 // Excess pressure, we can immediately schedule from that Q.
903 // increase pressure for one of the excess PSets, then schedule in that
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
morestack.S 26 # Excess space needed to call ld.so resolver for lazy plt
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
morestack.S 26 # Excess space needed to call ld.so resolver for lazy plt
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 895 for (int Excess = NumBytes; Excess < 8; Excess++)
896 AsciiData[Excess] = '\0';
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 2700 unsigned Excess = 4 * (ARM::R4 - Reg);
2707 if (NSAAOffset != 0 && Size > Excess) {
2730 Size = std::max<int>(Size - Excess, 0);

Completed in 37 milliseconds