LLVM
17.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCAsmBackend.h"
#include "llvm/MC/MCCodeEmitter.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Classes | |
class | llvm::mca::CodeEmitter |
A utility class used to compute instruction encodings for a code region. More... | |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::mca | |
A utility class used to compute instruction encodings. It buffers encodings for later usage. It exposes a simple API to compute and get the encodings as StringRef.
Definition in file CodeEmitter.h.