Searched refs:DispatchStage (Results 1 – 6 of 6) sorted by relevance
28 DispatchStage::DispatchStage(const MCSubtargetInfo &Subtarget, in DispatchStage() function in llvm::mca::DispatchStage38 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched()46 bool DispatchStage::checkPRF(const InstRef &IR) const { in checkPRF()62 bool DispatchStage::checkRCU(const InstRef &IR) const { in checkRCU()71 bool DispatchStage::canDispatch(const InstRef &IR) const { in canDispatch()78 Error DispatchStage::dispatch(InstRef IR) { in dispatch()135 Error DispatchStage::cycleStart() { in cycleStart()155 bool DispatchStage::isAvailable(const InstRef &IR) const { in isAvailable()176 Error DispatchStage::execute(InstRef &IR) { in execute()182 void DispatchStage::dump() const { in dump()
49 class DispatchStage final : public Stage {68 DispatchStage(const MCSubtargetInfo &Subtarget, const MCRegisterInfo &MRI,
14 Stages/DispatchStage.cpp
47 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline()
22 "Stages/DispatchStage.cpp",
29 SRCS+= DispatchStage.cpp \