|
LLVM
8.0.1
|
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"
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) |
The classes here represent processor resource units and their management strategy.
These classes are managed by the Scheduler.
Definition in file ResourceManager.cpp.
| #define DEBUG_TYPE "llvm-mca" |
Definition at line 24 of file ResourceManager.cpp.
1.8.13