Searched refs:tryGreater (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp176 static bool tryGreater(int TryVal, int CandVal, function in namespace:llvm::SISched
243 if (SISched::tryGreater(TryCand.IsLowLatency, Cand.IsLowLatency,
1574 if (SISched::tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency,
1577 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height,
1580 if (SISched::tryGreater(TryCand.NumHighLatencySuccessors,
1597 if (SISched::tryGreater(TryCand.NumSuccessors > 0,
1601 if (SISched::tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2707 bool tryGreater(int TryVal, int CandVal, function in namespace:llvm
2732 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(),
2741 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(),
2917 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand,
2944 return tryGreater(TryRank, CandRank, TryCand, Cand, Reason);
3052 if (tryGreater(biasPhysReg(TryCand.SU, TryCand.AtTop),
3100 if (tryGreater(TryCand.SU == TryCandNextClusterSU,
3126 if (tryGreater(TryCand.ResDelta.DemandedResources,
3422 if (tryGreater(TryCand.SU == DAG->getNextClusterSucc(),
3431 if (tryGreater(TryCan
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h921 bool tryGreater(int TryVal, int CandVal,

Completed in 125 milliseconds