LLVM 22.0.0git
CodeEmitter.h File Reference

A utility class used to compute instruction encodings. More...

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

Detailed Description

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.