Home
last modified time | relevance | path

Searched refs:startNewCycle (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp84 bool startNewCycle = false; in reserveResources() local
98 startNewCycle = true; in reserveResources()
134 startNewCycle = true; in reserveResources()
137 return startNewCycle; in reserveResources()
330 bool startNewCycle = false; in bumpNode() local
343 startNewCycle = ResourceModel->reserveResources(SU); in bumpNode()
348 if (startNewCycle) { in bumpNode()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp139 bool startNewCycle = false; in reserveResources() local
154 startNewCycle = true; in reserveResources()
185 return startNewCycle; in reserveResources()
390 bool startNewCycle = false; in bumpNode() local
403 startNewCycle = ResourceModel->reserveResources(SU, isTop()); in bumpNode()
408 if (startNewCycle) { in bumpNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp139 bool startNewCycle = false; in reserveResources() local
154 startNewCycle = true; in reserveResources()
185 return startNewCycle; in reserveResources()
390 bool startNewCycle = false; in bumpNode() local
403 startNewCycle = ResourceModel->reserveResources(SU, isTop()); in bumpNode()
408 if (startNewCycle) { in bumpNode()