Searched refs:DispatchStage (Results 1 – 4 of 4) sorted by relevance
27 DispatchStage::DispatchStage(const MCSubtargetInfo &Subtarget, in DispatchStage() function in llvm::mca::DispatchStage37 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched()45 bool DispatchStage::checkPRF(const InstRef &IR) const { in checkPRF()61 bool DispatchStage::checkRCU(const InstRef &IR) const { in checkRCU()70 bool DispatchStage::canDispatch(const InstRef &IR) const { in canDispatch()77 Error DispatchStage::dispatch(InstRef IR) { in dispatch()133 Error DispatchStage::cycleStart() { in cycleStart()153 bool DispatchStage::isAvailable(const InstRef &IR) const { in isAvailable()173 Error DispatchStage::execute(InstRef &IR) { in execute()179 void DispatchStage::dump() const { in dump()
49 class DispatchStage final : public Stage {68 DispatchStage(const MCSubtargetInfo &Subtarget, const MCRegisterInfo &MRI,
49 std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, *RCU, *PRF); in createDefaultPipeline()
1070 SRCS_EXT+= MCA/Stages/DispatchStage.cpp