Searched refs:SISched (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineScheduler.cpp | 138 namespace llvm::SISched { namespace 198 SISched::tryLess(TryCand.SGPRUsage, Cand.SGPRUsage, in tryCandidateTopDown() 217 if (SISched::tryLess(TryCand.HasLowLatencyNonWaitedParent, in tryCandidateTopDown() 222 if (SISched::tryGreater(TryCand.IsLowLatency, Cand.IsLowLatency, in tryCandidateTopDown() 227 SISched::tryLess(TryCand.LowLatencyOffset, Cand.LowLatencyOffset, in tryCandidateTopDown() 231 if (SISched::tryLess(TryCand.VGPRUsage, Cand.VGPRUsage, in tryCandidateTopDown() 1526 if (SISched::tryLess(TryCand.LastPosHighLatParentScheduled, in tryCandidateLatency() 1530 if (SISched::tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency, in tryCandidateLatency() 1533 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height, in tryCandidateLatency() 1536 if (SISched::tryGreater(TryCand.NumHighLatencySuccessors, in tryCandidateLatency() [all …]
|