LLVM 20.0.0git
|
A utility class used to compute instruction encodings. More...
#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"
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 | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | 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.