LLVM 20.0.0git
|
A SystemZ-specific constant pool value. More...
#include "Target/SystemZ/SystemZConstantPoolValue.h"
Public Member Functions | |
int | getExistingMachineCPValue (MachineConstantPool *CP, Align Alignment) override |
void | addSelectionDAGCSEId (FoldingSetNodeID &ID) override |
void | print (raw_ostream &O) const override |
print - Implement operator<< | |
const GlobalValue * | getGlobalValue () const |
SystemZCP::SystemZCPModifier | getModifier () const |
Public Member Functions inherited from llvm::MachineConstantPoolValue | |
MachineConstantPoolValue (Type *ty) | |
virtual | ~MachineConstantPoolValue ()=default |
Type * | getType () const |
virtual unsigned | getSizeInBytes (const DataLayout &DL) const |
virtual int | getExistingMachineCPValue (MachineConstantPool *CP, Align Alignment)=0 |
virtual void | addSelectionDAGCSEId (FoldingSetNodeID &ID)=0 |
virtual void | print (raw_ostream &O) const =0 |
print - Implement operator<< | |
Static Public Member Functions | |
static SystemZConstantPoolValue * | Create (const GlobalValue *GV, SystemZCP::SystemZCPModifier Modifier) |
Protected Member Functions | |
SystemZConstantPoolValue (const GlobalValue *GV, SystemZCP::SystemZCPModifier Modifier) | |
A SystemZ-specific constant pool value.
At present, the only defined constant pool values are module IDs or offsets of thread-local variables (written x@TLSGD, x@TLSLDM, x@DTPOFF, or x@NTPOFF).
Definition at line 32 of file SystemZConstantPoolValue.h.
|
protected |
Definition at line 17 of file SystemZConstantPoolValue.cpp.
|
overridevirtual |
Implements llvm::MachineConstantPoolValue.
Definition at line 43 of file SystemZConstantPoolValue.cpp.
|
static |
Definition at line 23 of file SystemZConstantPoolValue.cpp.
|
overridevirtual |
Implements llvm::MachineConstantPoolValue.
Definition at line 28 of file SystemZConstantPoolValue.cpp.
References llvm::getAlign(), and I.
|
inline |
Definition at line 51 of file SystemZConstantPoolValue.h.
|
inline |
Definition at line 52 of file SystemZConstantPoolValue.h.
|
overridevirtual |
print - Implement operator<<
Implements llvm::MachineConstantPoolValue.
Definition at line 48 of file SystemZConstantPoolValue.cpp.