Searched refs:EntryStage (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DEntryStage.h1 //===---------------------- EntryStage.h ------------------------*- C++ -*-===//
26 class EntryStage final : public Stage {
35 EntryStage(const EntryStage &Other) = delete;
36 EntryStage &operator=(const EntryStage &Other) = delete;
39 EntryStage(SourceMgr &SM) : CurrentInstruction(), SM(SM), NumRetired(0) { } function in class:llvm::mca::final
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DContext.cpp22 #include "llvm/MCA/Stages/EntryStage.h"
42 auto Fetch = std::make_unique<EntryStage>(SrcMgr);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp1 //===---------------------- EntryStage.cpp ----------------------*- C++ -*-===//
15 #include "llvm/MCA/Stages/EntryStage.h"
21 bool EntryStage::hasWorkToComplete() const {
25 bool EntryStage::isAvailable(const InstRef & /* unused */) const {
31 void EntryStage::getNextInstruction() {
42 llvm::Error EntryStage::execute(InstRef & /*unused */) {
53 llvm::Error EntryStage::cycleStart() {
59 llvm::Error EntryStage::cycleEnd() {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp47 #include "llvm/MCA/Stages/EntryStage.h"
496 P->appendStage(std::make_unique<mca::EntryStage>(S));
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile765 SRCS_EXT+= MCA/Stages/EntryStage.cpp

Completed in 158 milliseconds