Home
last modified time | relevance | path

Searched refs:DispatchStage (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp27 DispatchStage::DispatchStage(const MCSubtargetInfo &Subtarget, in DispatchStage() function in llvm::mca::DispatchStage
37 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DDispatchStage.h49 class DispatchStage final : public Stage {
68 DispatchStage(const MCSubtargetInfo &Subtarget, const MCRegisterInfo &MRI,
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp49 std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, *RCU, *PRF); in createDefaultPipeline()
/freebsd/lib/clang/libllvm/
H A DMakefile1070 SRCS_EXT+= MCA/Stages/DispatchStage.cpp