Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp28 DispatchStage::DispatchStage(const MCSubtargetInfo &Subtarget, in DispatchStage() function in llvm::mca::DispatchStage
38 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DDispatchStage.h49 class DispatchStage final : public Stage {
68 DispatchStage(const MCSubtargetInfo &Subtarget, const MCRegisterInfo &MRI,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DCMakeLists.txt14 Stages/DispatchStage.cpp
H A DContext.cpp47 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth, in createDefaultPipeline()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/MCA/
H A DBUILD.gn22 "Stages/DispatchStage.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMMCA/
H A DMakefile29 SRCS+= DispatchStage.cpp \