Searched refs:DispatchStage (Results 1 – 4 of 4) sorted by relevance
30 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched()36 bool DispatchStage::checkPRF(const InstRef &IR) { in checkPRF()53 bool DispatchStage::checkRCU(const InstRef &IR) { in checkRCU()62 bool DispatchStage::checkScheduler(const InstRef &IR) { in checkScheduler()70 void DispatchStage::updateRAWDependencies(ReadState &RS, in updateRAWDependencies()90 void DispatchStage::dispatch(InstRef IR) { in dispatch()134 void DispatchStage::cycleStart() { in cycleStart()139 bool DispatchStage::execute(InstRef &IR) { in execute()148 void DispatchStage::dump() const { in dump()
52 class DispatchStage : public Stage {85 DispatchStage(const llvm::MCSubtargetInfo &Subtarget, in DispatchStage() function
15 DispatchStage.cpp
45 auto D = llvm::make_unique<DispatchStage>( in createDefaultPipeline()