Home
last modified time | relevance | path

Searched refs:TryCand (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp143 SISchedulerCandidate &TryCand, in tryLess() argument
147 TryCand.Reason = Reason; in tryLess()
160 SISchedulerCandidate &TryCand, in tryGreater() argument
164 TryCand.Reason = Reason; in tryGreater()
193 SISchedCandidate &TryCand) { in tryCandidateTopDown() argument
196 TryCand.Reason = NodeOrder; in tryCandidateTopDown()
201 tryLess(TryCand.SGPRUsage, Cand.SGPRUsage, TryCand, Cand, RegUsage)) in tryCandidateTopDown()
219 if (tryLess(TryCand.HasLowLatencyNonWaitedParent, in tryCandidateTopDown()
221 TryCand, Cand, SIScheduleCandReason::Depth)) in tryCandidateTopDown()
224 if (tryGreater(TryCand.IsLowLatency, Cand.IsLowLatency, in tryCandidateTopDown()
[all …]
DSIMachineScheduler.h199 void tryCandidateTopDown(SISchedCandidate &Cand, SISchedCandidate &TryCand);
200 void tryCandidateBottomUp(SISchedCandidate &Cand, SISchedCandidate &TryCand);
383 SIBlockSchedCandidate &TryCand);
385 SIBlockSchedCandidate &TryCand);
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2470 GenericSchedulerBase::SchedCandidate &TryCand, in tryLess() argument
2474 TryCand.Reason = Reason; in tryLess()
2486 GenericSchedulerBase::SchedCandidate &TryCand, in tryGreater() argument
2490 TryCand.Reason = Reason; in tryGreater()
2501 static bool tryLatency(GenericSchedulerBase::SchedCandidate &TryCand, in tryLatency() argument
2506 if (tryLess(TryCand.SU->getDepth(), Cand.SU->getDepth(), in tryLatency()
2507 TryCand, Cand, GenericSchedulerBase::TopDepthReduce)) in tryLatency()
2510 if (tryGreater(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency()
2511 TryCand, Cand, GenericSchedulerBase::TopPathReduce)) in tryLatency()
2515 if (tryLess(TryCand.SU->getHeight(), Cand.SU->getHeight(), in tryLatency()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h936 SchedCandidate &TryCand,
995 void tryCandidate(SchedCandidate &Cand, SchedCandidate &TryCand);