Home
last modified time | relevance | path

Searched refs:cycleEnd (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DRetireStage.cpp44 llvm::Error RetireStage::cycleEnd() { in cycleEnd() function in llvm::mca::RetireStage
45 PRF.cycleEnd(); in cycleEnd()
H A DInOrderIssueStage.cpp36 void StallInfo::cycleEnd() { in cycleEnd() function in llvm::mca::StallInfo
439 llvm::Error InOrderIssueStage::cycleEnd() { in cycleEnd() function in llvm::mca::InOrderIssueStage
440 PRF.cycleEnd(); in cycleEnd()
441 SI.cycleEnd(); in cycleEnd()
H A DMicroOpQueueStage.cpp63 Error MicroOpQueueStage::cycleEnd() { in cycleEnd() function in llvm::mca::MicroOpQueueStage
H A DEntryStage.cpp68 llvm::Error EntryStage::cycleEnd() { in cycleEnd() function in llvm::mca::EntryStage
H A DExecuteStage.cpp122 Error ExecuteStage::cycleEnd() { in cycleEnd() function in llvm::mca::ExecuteStage
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DInOrderIssueStage.h51 void cycleEnd();
123 Error cycleEnd() override;
H A DRetireStage.h43 Error cycleEnd() override;
H A DEntryStage.h46 Error cycleEnd() override;
H A DMicroOpQueueStage.h82 Error cycleEnd() override;
H A DExecuteStage.h72 Error cycleEnd() override;
H A DStage.h55 virtual Error cycleEnd() { return ErrorSuccess(); } in cycleEnd() function
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp78 Err = S->cycleEnd(); in runCycle()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h302 void cycleEnd() { ++CurrentCycle; } in cycleEnd() function