LLVM
8.0.1
|
This file implements the InstrBuilder interface. More...
#include "llvm/MCA/InstrBuilder.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/MC/MCInst.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/WithColor.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 void | llvm::mca::initializeUsedResources (InstrDesc &ID, const MCSchedClassDesc &SCDesc, const MCSubtargetInfo &STI, ArrayRef< uint64_t > ProcResourceMasks) |
static void | llvm::mca::computeMaxLatency (InstrDesc &ID, const MCInstrDesc &MCDesc, const MCSchedClassDesc &SCDesc, const MCSubtargetInfo &STI) |
static Error | llvm::mca::verifyOperands (const MCInstrDesc &MCDesc, const MCInst &MCI) |
This file implements the InstrBuilder interface.
Definition in file InstrBuilder.cpp.
#define DEBUG_TYPE "llvm-mca" |
Definition at line 23 of file InstrBuilder.cpp.