LLVM 19.0.0git
Classes | Namespaces | Enumerations
CSKYConstantPoolValue.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/ErrorHandling.h"
#include <cstddef>

Go to the source code of this file.

Classes

class  llvm::CSKYConstantPoolValue
 CSKYConstantPoolValue - CSKY specific constantpool value. More...
 
class  llvm::CSKYConstantPoolConstant
 CSKY-specific constant pool values for Constants, Functions, and BlockAddresses. More...
 
class  llvm::CSKYConstantPoolSymbol
 CSKYConstantPoolSymbol - CSKY-specific constantpool values for external symbols. More...
 
class  llvm::CSKYConstantPoolMBB
 CSKYConstantPoolMBB - CSKY-specific constantpool value of a machine basic block. More...
 
class  llvm::CSKYConstantPoolJT
 CSKY-specific constantpool value of a jump table. More...
 

Namespaces

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

Enumerations

enum  llvm::CSKYCP::CSKYCPKind {
  llvm::CSKYCP::CPValue , llvm::CSKYCP::CPExtSymbol , llvm::CSKYCP::CPBlockAddress , llvm::CSKYCP::CPMachineBasicBlock ,
  llvm::CSKYCP::CPJT , llvm::CSKYCP::CPConstPool
}
 
enum  llvm::CSKYCP::CSKYCPModifier {
  llvm::CSKYCP::NO_MOD , llvm::CSKYCP::ADDR , llvm::CSKYCP::GOT , llvm::CSKYCP::GOTOFF ,
  llvm::CSKYCP::PLT , llvm::CSKYCP::TLSLE , llvm::CSKYCP::TLSIE , llvm::CSKYCP::TLSGD
}