Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DDispatchStage.cpp30 void DispatchStage::notifyInstructionDispatched(const InstRef &IR, in notifyInstructionDispatched()
36 bool DispatchStage::checkPRF(const InstRef &IR) { in checkPRF()
53 bool DispatchStage::checkRCU(const InstRef &IR) { in checkRCU()
62 bool DispatchStage::checkScheduler(const InstRef &IR) { in checkScheduler()
70 void DispatchStage::updateRAWDependencies(ReadState &RS, in updateRAWDependencies()
90 void DispatchStage::dispatch(InstRef IR) { in dispatch()
134 void DispatchStage::cycleStart() { in cycleStart()
139 bool DispatchStage::execute(InstRef &IR) { in execute()
148 void DispatchStage::dump() const { in dump()
DDispatchStage.h52 class DispatchStage : public Stage {
85 DispatchStage(const llvm::MCSubtargetInfo &Subtarget, in DispatchStage() function
DCMakeLists.txt15 DispatchStage.cpp
DContext.cpp45 auto D = llvm::make_unique<DispatchStage>( in createDefaultPipeline()