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

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineScheduler.cpp 61 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
62 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg))
104 Cand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred();
106 TryCand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred();
113 if (tryLess(getWeakLeft(TryCand.SU, TryCand.AtTop),
114 getWeakLeft(Cand.SU, Cand.AtTop), TryCand, Cand, Weak))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSchedStrategy.h 39 bool AtTop, const RegPressureTracker &RPTracker,
GCNSchedStrategy.cpp 58 bool AtTop, const RegPressureTracker &RPTracker,
64 Cand.AtTop = AtTop;
73 if (AtTop)
157 SchedBoundary *ZoneArg = Cand.AtTop == TryCand.AtTop ? &Zone : nullptr;
242 IsTopNode = Cand.AtTop;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 870 bool AtTop;
885 AtTop = false;
897 AtTop = Best.AtTop;
1011 void initCandidate(SchedCandidate &Cand, SUnit *SU, bool AtTop,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 2893 tracePick(Cand.Reason, Cand.AtTop);
3061 if (Cand.AtTop != TryCand.AtTop)
3134 bool AtTop,
3138 Cand.AtTop = AtTop;
3140 if (AtTop) {
3190 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
3191 biasPhysReg(Cand.SU, Cand.AtTop), TryCand, Cand, PhysReg))
3235 Cand.AtTop ? DAG->getNextClusterSucc() : DAG->getNextClusterPred()
    [all...]

Completed in 106 milliseconds