Home
last modified time | relevance | path

Searched refs:DependentLatency (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h615 unsigned DependentLatency; variable
679 unsigned getDependentLatency() const { return DependentLatency; } in getDependentLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h652 unsigned DependentLatency; variable
710 unsigned getDependentLatency() const { return DependentLatency; } in getDependentLatency()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1843 DependentLatency = 0; in reset()
2065 if ((NextCycle - CurrCycle) > DependentLatency) in bumpCycle()
2066 DependentLatency = 0; in bumpCycle()
2068 DependentLatency -= (NextCycle - CurrCycle); in bumpCycle()
2228 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode()
2229 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1768 DependentLatency = 0; in reset()
1995 if ((NextCycle - CurrCycle) > DependentLatency) in bumpCycle()
1996 DependentLatency = 0; in bumpCycle()
1998 DependentLatency -= (NextCycle - CurrCycle); in bumpCycle()
2156 unsigned &TopLatency = isTop() ? ExpectedLatency : DependentLatency; in bumpNode()
2157 unsigned &BotLatency = isTop() ? DependentLatency : ExpectedLatency; in bumpNode()