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

/external/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp159 static bool tryGreater(int TryVal, int CandVal, function
224 if (tryGreater(TryCand.IsLowLatency, Cand.IsLowLatency,
1421 if (tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency,
1424 if (TryCand.IsHighLatency && tryGreater(TryCand.Height, Cand.Height,
1427 if (tryGreater(TryCand.NumHighLatencySuccessors,
1444 if (tryGreater(TryCand.NumSuccessors > 0,
1448 if (tryGreater(TryCand.Height, Cand.Height, TryCand, Cand, Depth))
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2485 static bool tryGreater(int TryVal, int CandVal, function
2510 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(),
2519 if (tryGreater(TryCand.SU->getDepth(), Cand.SU->getDepth(),
2686 if (tryGreater(TryP.getUnitInc() < 0, CandP.getUnitInc() < 0, TryCand, Cand,
2713 return tryGreater(TryRank, CandRank, TryCand, Cand, Reason);
2804 if (tryGreater(biasPhysRegCopy(TryCand.SU, TryCand.AtTop),
2854 if (tryGreater(TryCand.SU == TryCandNextClusterSU,
2880 if (tryGreater(TryCand.ResDelta.DemandedResources,
2894 if (tryGreater(Zone->isNextSU(TryCand.SU), Zone->isNextSU(Cand.SU),
3192 if (tryGreater(TryCan
[all...]

Completed in 611 milliseconds