LLVM 20.0.0git
|
ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic block. More...
#include "Target/ARM/ARMConstantPoolValue.h"
Static Public Member Functions | |
static ARMConstantPoolMBB * | Create (LLVMContext &C, const MachineBasicBlock *mbb, unsigned ID, unsigned char PCAdj) |
static bool | classof (const ARMConstantPoolValue *ACPV) |
Additional Inherited Members | |
Protected Member Functions inherited from llvm::ARMConstantPoolValue | |
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, Align Alignment) |
ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic block.
Definition at line 245 of file ARMConstantPoolValue.h.
|
overridevirtual |
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 290 of file ARMConstantPoolValue.cpp.
References llvm::ARMConstantPoolValue::addSelectionDAGCSEId().
|
inlinestatic |
Definition at line 270 of file ARMConstantPoolValue.h.
References llvm::ARMConstantPoolValue::isMachineBasicBlock().
|
static |
Definition at line 272 of file ARMConstantPoolValue.cpp.
References llvm::CallingConv::C, and llvm::ARMCP::no_modifier.
|
inline |
Definition at line 274 of file ARMConstantPoolValue.h.
References A, llvm::ARMConstantPoolValue::equals(), and MBB.
|
overridevirtual |
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 279 of file ARMConstantPoolValue.cpp.
|
inline |
Definition at line 257 of file ARMConstantPoolValue.h.
References MBB.
|
overridevirtual |
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 284 of file ARMConstantPoolValue.cpp.
References llvm::ARMConstantPoolValue::hasSameValue().
|
overridevirtual |
print - Implement operator<<
Reimplemented from llvm::ARMConstantPoolValue.
Definition at line 295 of file ARMConstantPoolValue.cpp.
References llvm::ARMConstantPoolValue::print(), and llvm::printMBBReference().