Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h172 bool IsLowLatency; member
187 IsLowLatency = Best.IsLowLatency; in setBest()
H A DSIMachineScheduler.cpp222 if (SISched::tryGreater(TryCand.IsLowLatency, Cand.IsLowLatency, in tryCandidateTopDown()
226 if (TryCand.IsLowLatency && in tryCandidateTopDown()
253 TryCand.IsLowLatency = DAG->IsLowLatencySU[SU->NodeNum]; in pickNode()