|
LLVM
8.0.1
|
A SystemZ-specific constant pool value. More...
#include "Target/SystemZ/SystemZConstantPoolValue.h"


Public Member Functions | |
| int | getExistingMachineCPValue (MachineConstantPool *CP, unsigned Alignment) override |
| void | addSelectionDAGCSEId (FoldingSetNodeID &ID) override |
| void | print (raw_ostream &O) const override |
| print - Implement operator<< More... | |
| const GlobalValue * | getGlobalValue () const |
| SystemZCP::SystemZCPModifier | getModifier () const |
Public Member Functions inherited from llvm::MachineConstantPoolValue | |
| MachineConstantPoolValue (Type *ty) | |
| virtual | ~MachineConstantPoolValue ()=default |
| Type * | getType () const |
| getType - get type of this MachineConstantPoolValue. More... | |
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, x, x, or x).
Definition at line 33 of file SystemZConstantPoolValue.h.
|
protected |
Definition at line 19 of file SystemZConstantPoolValue.cpp.
Referenced by Create().
|
overridevirtual |
Implements llvm::MachineConstantPoolValue.
Definition at line 45 of file SystemZConstantPoolValue.cpp.
References llvm::FoldingSetNodeID::AddInteger(), and llvm::FoldingSetNodeID::AddPointer().
|
static |
Definition at line 24 of file SystemZConstantPoolValue.cpp.
References getExistingMachineCPValue(), and SystemZConstantPoolValue().
|
overridevirtual |
Implements llvm::MachineConstantPoolValue.
Definition at line 30 of file SystemZConstantPoolValue.cpp.
References E, llvm::MachineConstantPool::getConstants(), and I.
Referenced by Create().
|
inline |
Definition at line 52 of file SystemZConstantPoolValue.h.
|
inline |
Definition at line 53 of file SystemZConstantPoolValue.h.
|
overridevirtual |
print - Implement operator<<
Implements llvm::MachineConstantPoolValue.
Definition at line 50 of file SystemZConstantPoolValue.cpp.
1.8.13