Home
last modified time | relevance | path

Searched refs:IsHighLatency (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.h366 bool IsHighLatency; member
382 IsHighLatency = Best.IsHighLatency; in setBest()
DSIMachineScheduler.cpp1583 if (SISched::tryGreater(TryCand.IsHighLatency, Cand.IsHighLatency, in tryCandidateLatency()
1586 if (TryCand.IsHighLatency && SISched::tryGreater(TryCand.Height, Cand.Height, in tryCandidateLatency()
1648 TryCand.IsHighLatency = TryCand.Block->isHighLatencyBlock(); in pickBlock()
1680 << (Cand.IsHighLatency ? "yes\n" : "no\n"); in pickBlock()