Searched refs:ResDelta (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 828 SchedResourceDelta ResDelta; member 839 ResDelta = SchedResourceDelta(); in reset() 851 ResDelta = Best.ResDelta; in setBest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 853 SchedResourceDelta ResDelta; member 864 ResDelta = SchedResourceDelta(); in reset() 876 ResDelta = Best.ResDelta; in setBest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2394 ResDelta.CritResources += PI->Cycles; in initResourceDelta() 2396 ResDelta.DemandedResources += PI->Cycles; in initResourceDelta() 2962 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 2965 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 2966 Cand.ResDelta.DemandedResources, in tryCandidate() 3006 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue() 3266 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3269 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 3270 Cand.ResDelta.DemandedResources, in tryCandidate()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2311 ResDelta.CritResources += PI->Cycles; in initResourceDelta() 2313 ResDelta.DemandedResources += PI->Cycles; in initResourceDelta() 2877 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 2880 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 2881 Cand.ResDelta.DemandedResources, in tryCandidate() 2928 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue() 3189 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate() 3192 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate() 3193 Cand.ResDelta.DemandedResources, in tryCandidate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | GCNSchedStrategy.cpp | 161 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()
|