Lines Matching +full:- +full:- +full:issue +full:- +full:number
1 //===--------------------- Scheduler.h ------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 /// instruction to issue to the underlying pipelines.
41 /// This method ranks instructions based on their age, and the number of known
44 return Lhs.getSourceIndex() - Lhs.getInstruction()->getNumUsers(); in computeRank()
68 /// instructions from the dispatch stage, until the write-back stage.
110 // only when it reaches the write-back stage.
118 // It is updated every time the scheduler fails to issue an instruction from
123 // Counts the number of instructions in the pending set that were dispatched
136 /// Issue an instruction without updating the ready queue.
188 /// Reserves buffer and LSUnit queue resources that are necessary to issue
200 /// Issue an instruction and populates a vector of used pipeline resources,
235 return Resources->resolveResourceMask(Mask); in getResourceID()
238 /// Select the next instruction to issue from the ReadySet. Returns an invalid