LLVM 19.0.0git
Classes | Namespaces | Enumerations | Functions
ARMConstantPoolValue.h File Reference
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/Support/Casting.h"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  llvm::ARMConstantPoolValue
 ARMConstantPoolValue - ARM specific constantpool value. More...
 
class  llvm::ARMConstantPoolConstant
 ARMConstantPoolConstant - ARM-specific constant pool values for Constants, Functions, and BlockAddresses. More...
 
class  llvm::ARMConstantPoolSymbol
 ARMConstantPoolSymbol - ARM-specific constantpool values for external symbols. More...
 
class  llvm::ARMConstantPoolMBB
 ARMConstantPoolMBB - ARM-specific constantpool value of a machine basic block. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::ARMCP
 

Enumerations

enum  llvm::ARMCP::ARMCPKind {
  llvm::ARMCP::CPValue , llvm::ARMCP::CPExtSymbol , llvm::ARMCP::CPBlockAddress , llvm::ARMCP::CPLSDA ,
  llvm::ARMCP::CPMachineBasicBlock , llvm::ARMCP::CPPromotedGlobal
}
 
enum  llvm::ARMCP::ARMCPModifier {
  llvm::ARMCP::no_modifier , llvm::ARMCP::TLSGD , llvm::ARMCP::GOT_PREL , llvm::ARMCP::GOTTPOFF ,
  llvm::ARMCP::TPOFF , llvm::ARMCP::SECREL , llvm::ARMCP::SBREL
}
 

Functions

raw_ostream & llvm::operator<< (raw_ostream &O, const ARMConstantPoolValue &V)