LLVM 19.0.0git
Classes | Namespaces | Functions
MachineConstantPool.h File Reference

This file declares the MachineConstantPool class which is an abstract constant pool to keep track of constants referenced by a function. More...

#include "llvm/ADT/DenseSet.h"
#include "llvm/MC/SectionKind.h"
#include "llvm/Support/Alignment.h"
#include <climits>
#include <vector>

Go to the source code of this file.

Classes

class  llvm::MachineConstantPoolValue
 Abstract base class for all machine specific constantpool value subclasses. More...
 
class  llvm::MachineConstantPoolEntry
 This class is a data container for one entry in a MachineConstantPool. More...
 
class  llvm::MachineConstantPool
 The MachineConstantPool class keeps track of constants referenced by a function which must be spilled to memory. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

raw_ostream & llvm::operator<< (raw_ostream &OS, const MachineConstantPoolValue &V)
 

Detailed Description

This file declares the MachineConstantPool class which is an abstract constant pool to keep track of constants referenced by a function.

Definition in file MachineConstantPool.h.