Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp24 LSUnitBase::LSUnitBase(const MCSchedModel &SM, unsigned LQ, unsigned SQ, in LSUnitBase() function in llvm::mca::LSUnitBase
42 LSUnitBase::~LSUnitBase() = default;
44 void LSUnitBase::cycleEvent() { in cycleEvent()
50 void LSUnitBase::dump() const { in dump()
205 void LSUnitBase::onInstructionExecuted(const InstRef &IR) { in onInstructionExecuted()
214 void LSUnitBase::onInstructionRetired(const InstRef &IR) { in onInstructionRetired()
238 LSUnitBase::onInstructionExecuted(IR); in onInstructionExecuted()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DScheduler.h71 LSUnitBase &LSU;
157 Scheduler(const MCSchedModel &Model, LSUnitBase &Lsu) in Scheduler()
160 Scheduler(const MCSchedModel &Model, LSUnitBase &Lsu, in Scheduler()
165 Scheduler(std::unique_ptr<ResourceManager> RM, LSUnitBase &Lsu, in Scheduler()
H A DLSUnit.h190 class LSUnitBase : public HardwareUnit {
222 LSUnitBase(const MCSchedModel &SM, unsigned LoadQueueSize,
225 virtual ~LSUnitBase();
398 class LSUnit : public LSUnitBase {
448 : LSUnitBase(SM, LQ, SQ, AssumeNoAlias), CurrentLoadGroupID(0), in LSUnit()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DRetireStage.h32 LSUnitBase &LSU;
38 RetireStage(RetireControlUnit &R, RegisterFile &F, LSUnitBase &LS) in RetireStage()