LLVM 19.0.0git
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
llvm::CSKYConstantPoolValue Class Reference

CSKYConstantPoolValue - CSKY specific constantpool value. More...

#include "Target/CSKY/CSKYConstantPoolValue.h"

Inheritance diagram for llvm::CSKYConstantPoolValue:
Inheritance graph
[legend]

Public Member Functions

const chargetModifierText () const
 
unsigned getPCAdjustment () const
 
bool mustAddCurrentAddress () const
 
CSKYCP::CSKYCPModifier getModifier () const
 
unsigned getLabelID () const
 
bool isGlobalValue () const
 
bool isExtSymbol () const
 
bool isBlockAddress () const
 
bool isMachineBasicBlock () const
 
bool isJT () const
 
bool isConstPool () const
 
int getExistingMachineCPValue (MachineConstantPool *CP, Align Alignment) override
 
void addSelectionDAGCSEId (FoldingSetNodeID &ID) override
 
void print (raw_ostream &O) const override
 print - Implement operator<<
 
bool equals (const CSKYConstantPoolValue *A) const
 
template<typename Derived >
int getExistingMachineCPValueImpl (MachineConstantPool *CP, Align Alignment)
 
- Public Member Functions inherited from llvm::MachineConstantPoolValue
 MachineConstantPoolValue (Type *ty)
 
virtual ~MachineConstantPoolValue ()=default
 
TypegetType () const
 
virtual unsigned getSizeInBytes (const DataLayout &DL) const
 
virtual int getExistingMachineCPValue (MachineConstantPool *CP, Align Alignment)=0
 
virtual void addSelectionDAGCSEId (FoldingSetNodeID &ID)=0
 
virtual void print (raw_ostream &O) const =0
 print - Implement operator<<
 

Protected Member Functions

 CSKYConstantPoolValue (Type *Ty, CSKYCP::CSKYCPKind Kind, unsigned PCAdjust, CSKYCP::CSKYCPModifier Modifier, bool AddCurrentAddress, unsigned ID=0)
 

Protected Attributes

CSKYCP::CSKYCPKind Kind
 
unsigned PCAdjust
 
CSKYCP::CSKYCPModifier Modifier
 
bool AddCurrentAddress
 
unsigned LabelId = 0
 

Detailed Description

CSKYConstantPoolValue - CSKY specific constantpool value.

This is used to represent PC-relative displacement between the address of the load instruction and the constant being loaded, i.e. (&GV-(LPIC+8)).

Definition at line 46 of file CSKYConstantPoolValue.h.

Constructor & Destructor Documentation

◆ CSKYConstantPoolValue()

CSKYConstantPoolValue::CSKYConstantPoolValue ( Type Ty,
CSKYCP::CSKYCPKind  Kind,
unsigned  PCAdjust,
CSKYCP::CSKYCPModifier  Modifier,
bool  AddCurrentAddress,
unsigned  ID = 0 
)
protected

Definition at line 27 of file CSKYConstantPoolValue.cpp.

Member Function Documentation

◆ addSelectionDAGCSEId()

void CSKYConstantPoolValue::addSelectionDAGCSEId ( FoldingSetNodeID ID)
overridevirtual

◆ equals()

bool llvm::CSKYConstantPoolValue::equals ( const CSKYConstantPoolValue A) const
inline

◆ getExistingMachineCPValue()

int CSKYConstantPoolValue::getExistingMachineCPValue ( MachineConstantPool CP,
Align  Alignment 
)
overridevirtual

◆ getExistingMachineCPValueImpl()

template<typename Derived >
int llvm::CSKYConstantPoolValue::getExistingMachineCPValueImpl ( MachineConstantPool CP,
Align  Alignment 
)
inline

Definition at line 88 of file CSKYConstantPoolValue.h.

References llvm::getAlign().

◆ getLabelID()

unsigned llvm::CSKYConstantPoolValue::getLabelID ( ) const
inline

Definition at line 64 of file CSKYConstantPoolValue.h.

References LabelId.

Referenced by llvm::CSKYAsmPrinter::emitMachineConstantPoolValue().

◆ getModifier()

CSKYCP::CSKYCPModifier llvm::CSKYConstantPoolValue::getModifier ( ) const
inline

Definition at line 63 of file CSKYConstantPoolValue.h.

References Modifier.

Referenced by llvm::CSKYAsmPrinter::emitMachineConstantPoolValue().

◆ getModifierText()

const char * CSKYConstantPoolValue::getModifierText ( ) const

◆ getPCAdjustment()

unsigned llvm::CSKYConstantPoolValue::getPCAdjustment ( ) const
inline

Definition at line 61 of file CSKYConstantPoolValue.h.

References PCAdjust.

Referenced by llvm::CSKYAsmPrinter::emitMachineConstantPoolValue().

◆ isBlockAddress()

bool llvm::CSKYConstantPoolValue::isBlockAddress ( ) const
inline

◆ isConstPool()

bool llvm::CSKYConstantPoolValue::isConstPool ( ) const
inline

◆ isExtSymbol()

bool llvm::CSKYConstantPoolValue::isExtSymbol ( ) const
inline

◆ isGlobalValue()

bool llvm::CSKYConstantPoolValue::isGlobalValue ( ) const
inline

◆ isJT()

bool llvm::CSKYConstantPoolValue::isJT ( ) const
inline

◆ isMachineBasicBlock()

bool llvm::CSKYConstantPoolValue::isMachineBasicBlock ( ) const
inline

◆ mustAddCurrentAddress()

bool llvm::CSKYConstantPoolValue::mustAddCurrentAddress ( ) const
inline

◆ print()

void CSKYConstantPoolValue::print ( raw_ostream O) const
overridevirtual

Member Data Documentation

◆ AddCurrentAddress

bool llvm::CSKYConstantPoolValue::AddCurrentAddress
protected

◆ Kind

CSKYCP::CSKYCPKind llvm::CSKYConstantPoolValue::Kind
protected

◆ LabelId

unsigned llvm::CSKYConstantPoolValue::LabelId = 0
protected

Definition at line 53 of file CSKYConstantPoolValue.h.

Referenced by addSelectionDAGCSEId(), and getLabelID().

◆ Modifier

CSKYCP::CSKYCPModifier llvm::CSKYConstantPoolValue::Modifier
protected

◆ PCAdjust

unsigned llvm::CSKYConstantPoolValue::PCAdjust
protected

The documentation for this class was generated from the following files: