LLVM API Documentation
#include <ARMConstantPoolValue.h>
Static Public Member Functions | |
static ARMConstantPoolConstant * | Create (const Constant *C, unsigned ID) |
static ARMConstantPoolConstant * | Create (const GlobalValue *GV, ARMCP::ARMCPModifier Modifier) |
static ARMConstantPoolConstant * | Create (const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj) |
static ARMConstantPoolConstant * | Create (const Constant *C, unsigned ID, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) |
static bool | classof (const ARMConstantPoolValue *APV) |
Additional Inherited Members | |
![]() | |
ARMConstantPoolValue (Type *Ty, unsigned id, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) | |
ARMConstantPoolValue (LLVMContext &C, unsigned id, ARMCP::ARMCPKind Kind, unsigned char PCAdj, ARMCP::ARMCPModifier Modifier, bool AddCurrentAddress) | |
template<typename Derived > | |
int | getExistingMachineCPValueImpl (MachineConstantPool *CP, unsigned Alignment) |
ARMConstantPoolConstant - ARM-specific constant pool values for Constants, Functions, and BlockAddresses.
Definition at line 135 of file ARMConstantPoolValue.h.
|
virtual |
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 174 of file ARMConstantPoolValue.cpp.
References llvm::FoldingSetNodeID::AddPointer(), and llvm::ARMConstantPoolValue::addSelectionDAGCSEId().
|
inlinestatic |
Definition at line 177 of file ARMConstantPoolValue.h.
References llvm::ARMConstantPoolValue::isBlockAddress(), llvm::ARMConstantPoolValue::isGlobalValue(), and llvm::ARMConstantPoolValue::isLSDA().
|
static |
Definition at line 127 of file ARMConstantPoolValue.cpp.
References llvm::ARMCP::CPValue, and llvm::ARMCP::no_modifier.
Referenced by duplicateCPV().
|
static |
Definition at line 133 of file ARMConstantPoolValue.cpp.
References llvm::ARMCP::CPValue, llvm::Value::getContext(), and llvm::Type::getInt32Ty().
|
static |
Definition at line 141 of file ARMConstantPoolValue.cpp.
References llvm::ARMCP::no_modifier.
|
static |
Definition at line 148 of file ARMConstantPoolValue.cpp.
|
inline |
Definition at line 181 of file ARMConstantPoolValue.h.
References llvm::ARMConstantPoolValue::equals().
const BlockAddress * ARMConstantPoolConstant::getBlockAddress | ( | ) | const |
Definition at line 160 of file ARMConstantPoolValue.cpp.
|
virtual |
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 164 of file ARMConstantPoolValue.cpp.
const GlobalValue * ARMConstantPoolConstant::getGV | ( | ) | const |
Definition at line 156 of file ARMConstantPoolValue.cpp.
|
virtual |
hasSameValue - Return true if this ARM constpool value can share the same constantpool entry as another ARM constpool value.
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 169 of file ARMConstantPoolValue.cpp.
References llvm::dyn_cast(), and llvm::ARMConstantPoolValue::hasSameValue().
|
virtual |
print - Implement operator<<
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 179 of file ARMConstantPoolValue.cpp.
References llvm::Value::getName(), and llvm::ARMConstantPoolValue::print().