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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DDispatchStage.cpp1 //===--------------------- DispatchStage.cpp --------------------*- C++ -*-===//
12 /// The DispatchStage is responsible for updating instruction dependencies
18 #include "llvm/MCA/Stages/DispatchStage.h"
28 DispatchStage::DispatchStage(const MCSubtargetInfo &Subtarget, function in class:llvm::mca::DispatchStage
38 void DispatchStage::notifyInstructionDispatched(const InstRef &IR,
46 bool DispatchStage::checkPRF(const InstRef &IR) const {
62 bool DispatchStage::checkRCU(const InstRef &IR) const {
71 bool DispatchStage::canDispatch(const InstRef &IR) const {
78 Error DispatchStage
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DDispatchStage.h1 //===----------------------- DispatchStage.h --------------------*- C++ -*-===//
12 /// The DispatchStage is responsible for updating instruction dependencies
49 class DispatchStage final : public Stage {
68 DispatchStage(const MCSubtargetInfo &Subtarget, const MCRegisterInfo &MRI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp21 #include "llvm/MCA/Stages/DispatchStage.h"
43 auto Dispatch = std::make_unique<DispatchStage>(STI, MRI, Opts.DispatchWidth,
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile791 SRCS_EXT+= MCA/Stages/DispatchStage.cpp

Completed in 266 milliseconds