Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2013 unsigned LFactor = SchedModel->getLatencyFactor(); in bumpCycle() local
2015 (int)(getCriticalCount() - (getScheduledLatency() * LFactor)) in bumpCycle()
2016 > (int)LFactor; in bumpCycle()
2174 unsigned LFactor = SchedModel->getLatencyFactor(); in bumpNode() local
2176 (int)(getCriticalCount() - (getScheduledLatency() * LFactor)) in bumpNode()
2177 > (int)LFactor; in bumpNode()
2283 unsigned LFactor = SchedModel->getLatencyFactor(); in dumpScheduledState() local
2286 dbgs() << "\n Executed: " << getExecutedCount() / LFactor << "c"; in dumpScheduledState()
2287 dbgs() << "\n Critical: " << ResCount / LFactor << "c, " in dumpScheduledState()
2352 unsigned LFactor = SchedModel->getLatencyFactor(); in setPolicy() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1823 static bool checkResourceLimit(unsigned LFactor, unsigned Count, in checkResourceLimit() argument
1825 return (int)(Count - (Latency * LFactor)) > (int)LFactor; in checkResourceLimit()
2366 unsigned LFactor = SchedModel->getLatencyFactor(); in dumpScheduledState() local
2369 dbgs() << "\n Executed: " << getExecutedCount() / LFactor << "c"; in dumpScheduledState()
2370 dbgs() << "\n Critical: " << ResCount / LFactor << "c, " in dumpScheduledState()