Home
last modified time | relevance | path

Searched refs:IsHighLatency (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h356 bool IsHighLatency; member
373 IsHighLatency = Best.IsHighLatency; in setBest()
DSIMachineScheduler.cpp1421 if (tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency, in tryCandidateLatency()
1424 if (TryCand.IsHighLatency && tryGreater(TryCand.Height, Cand.Height, in tryCandidateLatency()
1487 TryCand.IsHighLatency = TryCand.Block->isHighLatencyBlock(); in pickBlock()
1520 << (Cand.IsHighLatency ? "yes\n" : "no\n"); in pickBlock()