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

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMachineScheduler.cpp 61 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
107 if (tryGreater(TryCand.SU == TryCandNextClusterSU,
130 if (tryGreater(TryCand.ResDelta.DemandedResources,
191 if (tryGreater(TryCand.SU == DAG->getNextClusterSucc(),
199 if (tryGreater(TryCand.ResDelta.DemandedResources,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 157 static bool tryGreater(int TryVal, int CandVal,
224 if (SISched::tryGreater(TryCand.IsLowLatency, Cand.IsLowLatency,
1554 if (SISched::tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency,
1557 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height,
1560 if (SISched::tryGreater(TryCand.NumHighLatencySuccessors,
1577 if (SISched::tryGreater(TryCand.NumSuccessors > 0,
1581 if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineScheduler.cpp 2837 bool tryGreater(int TryVal, int CandVal,
2866 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(),
2879 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(),
3055 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand,
3082 return tryGreater(TryRank, CandRank, TryCand, Cand, Reason);
3190 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
3238 if (tryGreater(TryCand.SU == TryCandNextClusterSU,
3264 if (tryGreater(TryCand.ResDelta.DemandedResources,
3560 if (tryGreater(TryCand.SU == DAG->getNextClusterSucc(),
3569 if (tryGreater(TryCand.ResDelta.DemandedResources
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineScheduler.h 932 bool tryGreater(int TryVal, int CandVal,

Completed in 59 milliseconds