|
LLVM
8.0.1
|
This file implements a few helper functions used by various pipeline components. More...

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 | |
| void | llvm::mca::computeProcResourceMasks (const MCSchedModel &SM, MutableArrayRef< uint64_t > Masks) |
| Populates vector Masks with processor resource masks. More... | |
| double | llvm::mca::computeBlockRThroughput (const MCSchedModel &SM, unsigned DispatchWidth, unsigned NumMicroOps, ArrayRef< unsigned > ProcResourceUsage) |
| Compute the reciprocal block throughput from a set of processor resource cycles. More... | |
This file implements a few helper functions used by various pipeline components.
Definition in file Support.cpp.
| #define DEBUG_TYPE "llvm-mca" |
Definition at line 22 of file Support.cpp.
1.8.13