|
LLVM
4.0.0
|
Abstract base class for all machine specific constantpool value subclasses. More...
#include <MachineConstantPool.h>
Public Member Functions | |
| MachineConstantPoolValue (Type *ty) | |
| virtual | ~MachineConstantPoolValue () |
| Type * | getType () const |
| getType - get type of this MachineConstantPoolValue. More... | |
| virtual int | getExistingMachineCPValue (MachineConstantPool *CP, unsigned Alignment)=0 |
| virtual void | addSelectionDAGCSEId (FoldingSetNodeID &ID)=0 |
| virtual void | print (raw_ostream &O) const =0 |
| print - Implement operator<< More... | |
Abstract base class for all machine specific constantpool value subclasses.
Definition at line 37 of file MachineConstantPool.h.
|
inlineexplicit |
Definition at line 42 of file MachineConstantPool.h.
|
inlinevirtual |
Definition at line 43 of file MachineConstantPool.h.
|
pure virtual |
Implemented in llvm::ARMConstantPoolMBB, llvm::ARMConstantPoolSymbol, llvm::ARMConstantPoolConstant, llvm::ARMConstantPoolValue, and llvm::SystemZConstantPoolValue.
Referenced by AddNodeIDCustom(), and llvm::SelectionDAG::getConstantPool().
|
pure virtual |
|
inline |
getType - get type of this MachineConstantPoolValue.
Definition at line 47 of file MachineConstantPool.h.
Referenced by llvm::ARMAsmPrinter::EmitMachineConstantPoolValue(), and llvm::SelectionDAG::getConstantPool().
|
pure virtual |
print - Implement operator<<
Implemented in llvm::ARMConstantPoolMBB, llvm::ARMConstantPoolSymbol, llvm::ARMConstantPoolConstant, llvm::ARMConstantPoolValue, and llvm::SystemZConstantPoolValue.
Referenced by llvm::operator<<().
1.8.6