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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 407 IntervalPressure RegPressure;
416 IntervalPressure TopPressure;
420 IntervalPressure BotPressure;
443 const IntervalPressure &getTopPressure() const { return TopPressure; }
447 const IntervalPressure &getBotPressure() const { return BotPressure; }
451 const IntervalPressure &getRegPressure() const { return RegPressure; }
RegisterPressure.h 68 struct IntervalPressure : RegisterPressure {
81 /// TopPos and BottomPos. This is a less precise version of IntervalPressure for
371 /// Run in two modes dependending on whether constructed with IntervalPressure
398 RegPressureTracker(IntervalPressure &rp) : P(rp), RequireIntervals(true) {}
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterPressure.cpp 177 void IntervalPressure::reset() {
194 void IntervalPressure::openTop(SlotIndex NextTop) {
210 void IntervalPressure::openBottom(SlotIndex PrevBottom) {
252 static_cast<IntervalPressure&>(P).reset();
280 assert(lis && "IntervalPressure requires LiveIntervals");
297 return static_cast<IntervalPressure&>(P).TopIdx.isValid();
305 return static_cast<IntervalPressure&>(P).BottomIdx.isValid();
321 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
333 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot();
871 static_cast<IntervalPressure&>(P).openTop(SlotIdx)
    [all...]
MachinePipeliner.cpp 1653 IntervalPressure RecRegPressure;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 69 IntervalPressure TopPressure;
SIMachineScheduler.cpp 308 IntervalPressure Pressure, BotPressure;

Completed in 62 milliseconds