LLVM  8.0.1
Namespaces | Macros | Functions
ResourceManager.cpp File Reference

The classes here represent processor resource units and their management strategy. More...

#include "llvm/MCA/HardwareUnits/ResourceManager.h"
#include "llvm/MCA/Support.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for ResourceManager.cpp:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::mca
 

Macros

#define DEBUG_TYPE   "llvm-mca"
 

Functions

static unsigned llvm::mca::getResourceStateIndex (uint64_t Mask)
 
static uint64_t llvm::mca::selectImpl (uint64_t CandidateMask, uint64_t &NextInSequenceMask)
 
static std::unique_ptr< ResourceStrategy > llvm::mca::getStrategyFor (const ResourceState &RS)
 

Detailed Description

The classes here represent processor resource units and their management strategy.

These classes are managed by the Scheduler.

Definition in file ResourceManager.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "llvm-mca"

Definition at line 24 of file ResourceManager.cpp.