LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::AMDGPUPALMetadata Class Reference

#include "Target/AMDGPU/Utils/AMDGPUPALMetadata.h"

Public Types

using RegisterExprMap = DenseMap< unsigned, const MCExpr * >
 

Public Member Functions

void readFromIR (Module &M)
 
bool setFromBlob (unsigned Type, StringRef Blob)
 
void setRsrc1 (unsigned CC, unsigned Val)
 
void setRsrc1 (unsigned CC, const MCExpr *Val, MCContext &Ctx)
 
void setRsrc2 (unsigned CC, unsigned Val)
 
void setRsrc2 (unsigned CC, const MCExpr *Val, MCContext &Ctx)
 
void setSpiPsInputEna (unsigned Val)
 
void setSpiPsInputAddr (unsigned Val)
 
unsigned getRegister (unsigned Reg)
 
void setRegister (unsigned Reg, unsigned Val)
 
void setRegister (unsigned Reg, const MCExpr *Val, MCContext &Ctx)
 
void setEntryPoint (unsigned CC, StringRef Name)
 
void setNumUsedVgprs (unsigned CC, unsigned Val)
 
void setNumUsedVgprs (unsigned CC, const MCExpr *Val, MCContext &Ctx)
 
void setNumUsedAgprs (unsigned CC, unsigned Val)
 
void setNumUsedAgprs (unsigned CC, const MCExpr *Val)
 
void setNumUsedSgprs (unsigned CC, unsigned Val)
 
void setNumUsedSgprs (unsigned CC, const MCExpr *Val, MCContext &Ctx)
 
void setScratchSize (unsigned CC, unsigned Val)
 
void setScratchSize (unsigned CC, const MCExpr *Val, MCContext &Ctx)
 
void setFunctionScratchSize (StringRef FnName, unsigned Val)
 
void setFunctionLdsSize (StringRef FnName, unsigned Val)
 
void setFunctionNumUsedVgprs (StringRef FnName, unsigned Val)
 
void setFunctionNumUsedVgprs (StringRef FnName, const MCExpr *Val)
 
void setFunctionNumUsedSgprs (StringRef FnName, unsigned Val)
 
void setFunctionNumUsedSgprs (StringRef FnName, const MCExpr *Val)
 
void setWave32 (unsigned CC)
 
void toString (std::string &S)
 
bool setFromString (StringRef S)
 
const chargetVendor () const
 
unsigned getType () const
 
void toBlob (unsigned Type, std::string &S)
 
msgpack::DocumentgetMsgPackDoc ()
 
void setLegacy ()
 
unsigned getPALMajorVersion ()
 
unsigned getPALMinorVersion ()
 
void setHwStage (unsigned CC, StringRef field, unsigned Val)
 
void setHwStage (unsigned CC, StringRef field, bool Val)
 
void setHwStage (unsigned CC, StringRef field, msgpack::Type Type, const MCExpr *Val)
 
void setComputeRegisters (StringRef field, unsigned Val)
 
void setComputeRegisters (StringRef field, bool Val)
 
msgpack::DocNoderefComputeRegister (StringRef field)
 
bool checkComputeRegisters (StringRef field, unsigned Val)
 
bool checkComputeRegisters (StringRef field, bool Val)
 
void setGraphicsRegisters (StringRef field, unsigned Val)
 
void setGraphicsRegisters (StringRef field, bool Val)
 
void setGraphicsRegisters (StringRef field1, StringRef field2, unsigned Val)
 
void setGraphicsRegisters (StringRef field1, StringRef field2, bool Val)
 
void reset ()
 
bool resolvedAllMCExpr ()
 

Detailed Description

Definition at line 26 of file AMDGPUPALMetadata.h.

Member Typedef Documentation

◆ RegisterExprMap

Definition at line 28 of file AMDGPUPALMetadata.h.

Member Function Documentation

◆ checkComputeRegisters() [1/2]

bool AMDGPUPALMetadata::checkComputeRegisters ( StringRef  field,
bool  Val 
)

Definition at line 1078 of file AMDGPUPALMetadata.cpp.

References N, and refComputeRegister().

◆ checkComputeRegisters() [2/2]

bool AMDGPUPALMetadata::checkComputeRegisters ( StringRef  field,
unsigned  Val 
)

Definition at line 1072 of file AMDGPUPALMetadata.cpp.

References N, and refComputeRegister().

◆ getMsgPackDoc()

msgpack::Document * llvm::AMDGPUPALMetadata::getMsgPackDoc ( )
inline

Definition at line 151 of file AMDGPUPALMetadata.h.

◆ getPALMajorVersion()

unsigned AMDGPUPALMetadata::getPALMajorVersion ( )

Definition at line 1040 of file AMDGPUPALMetadata.cpp.

◆ getPALMinorVersion()

unsigned AMDGPUPALMetadata::getPALMinorVersion ( )

Definition at line 1042 of file AMDGPUPALMetadata.cpp.

◆ getRegister()

unsigned AMDGPUPALMetadata::getRegister ( unsigned  Reg)

Definition at line 170 of file AMDGPUPALMetadata.cpp.

References llvm::msgpack::Document::getNode(), N, and llvm::msgpack::UInt.

◆ getType()

unsigned AMDGPUPALMetadata::getType ( ) const

Definition at line 994 of file AMDGPUPALMetadata.cpp.

Referenced by llvm::AMDGPUTargetELFStreamer::finish().

◆ getVendor()

const char * AMDGPUPALMetadata::getVendor ( ) const

◆ readFromIR()

void AMDGPUPALMetadata::readFromIR ( Module M)

◆ refComputeRegister()

msgpack::DocNode * AMDGPUPALMetadata::refComputeRegister ( StringRef  field)

Definition at line 1066 of file AMDGPUPALMetadata.cpp.

References I.

Referenced by checkComputeRegisters().

◆ reset()

void AMDGPUPALMetadata::reset ( )

◆ resolvedAllMCExpr()

bool AMDGPUPALMetadata::resolvedAllMCExpr ( )

Definition at line 1018 of file AMDGPUPALMetadata.cpp.

References llvm::DelayedMCExprs::empty().

◆ setComputeRegisters() [1/2]

void AMDGPUPALMetadata::setComputeRegisters ( StringRef  field,
bool  Val 
)

Definition at line 1062 of file AMDGPUPALMetadata.cpp.

◆ setComputeRegisters() [2/2]

void AMDGPUPALMetadata::setComputeRegisters ( StringRef  field,
unsigned  Val 
)

Definition at line 1058 of file AMDGPUPALMetadata.cpp.

◆ setEntryPoint()

void AMDGPUPALMetadata::setEntryPoint ( unsigned  CC,
StringRef  Name 
)

Definition at line 231 of file AMDGPUPALMetadata.cpp.

References CC, llvm::msgpack::Document::getNode(), and Name.

◆ setFromBlob()

bool AMDGPUPALMetadata::setFromBlob ( unsigned  Type,
StringRef  Blob 
)

Definition at line 70 of file AMDGPUPALMetadata.cpp.

References llvm::ELF::NT_AMD_PAL_METADATA.

◆ setFromString()

bool AMDGPUPALMetadata::setFromString ( StringRef  S)

◆ setFunctionLdsSize()

void AMDGPUPALMetadata::setFunctionLdsSize ( StringRef  FnName,
unsigned  Val 
)

Definition at line 338 of file AMDGPUPALMetadata.cpp.

References llvm::msgpack::Document::getNode().

◆ setFunctionNumUsedSgprs() [1/2]

void AMDGPUPALMetadata::setFunctionNumUsedSgprs ( StringRef  FnName,
const MCExpr Val 
)

◆ setFunctionNumUsedSgprs() [2/2]

void AMDGPUPALMetadata::setFunctionNumUsedSgprs ( StringRef  FnName,
unsigned  Val 
)

Definition at line 357 of file AMDGPUPALMetadata.cpp.

References llvm::msgpack::Document::getNode().

◆ setFunctionNumUsedVgprs() [1/2]

void AMDGPUPALMetadata::setFunctionNumUsedVgprs ( StringRef  FnName,
const MCExpr Val 
)

◆ setFunctionNumUsedVgprs() [2/2]

void AMDGPUPALMetadata::setFunctionNumUsedVgprs ( StringRef  FnName,
unsigned  Val 
)

Definition at line 344 of file AMDGPUPALMetadata.cpp.

References llvm::msgpack::Document::getNode().

◆ setFunctionScratchSize()

void AMDGPUPALMetadata::setFunctionScratchSize ( StringRef  FnName,
unsigned  Val 
)

Definition at line 331 of file AMDGPUPALMetadata.cpp.

References llvm::msgpack::Document::getNode().

◆ setGraphicsRegisters() [1/4]

void AMDGPUPALMetadata::setGraphicsRegisters ( StringRef  field,
bool  Val 
)

Definition at line 1088 of file AMDGPUPALMetadata.cpp.

◆ setGraphicsRegisters() [2/4]

void AMDGPUPALMetadata::setGraphicsRegisters ( StringRef  field,
unsigned  Val 
)

Definition at line 1084 of file AMDGPUPALMetadata.cpp.

◆ setGraphicsRegisters() [3/4]

void AMDGPUPALMetadata::setGraphicsRegisters ( StringRef  field1,
StringRef  field2,
bool  Val 
)

Definition at line 1097 of file AMDGPUPALMetadata.cpp.

References llvm::msgpack::DocNode::getMap().

◆ setGraphicsRegisters() [4/4]

void AMDGPUPALMetadata::setGraphicsRegisters ( StringRef  field1,
StringRef  field2,
unsigned  Val 
)

Definition at line 1092 of file AMDGPUPALMetadata.cpp.

References llvm::msgpack::DocNode::getMap().

◆ setHwStage() [1/3]

void AMDGPUPALMetadata::setHwStage ( unsigned  CC,
StringRef  field,
bool  Val 
)

Definition at line 1049 of file AMDGPUPALMetadata.cpp.

References CC.

◆ setHwStage() [2/3]

void AMDGPUPALMetadata::setHwStage ( unsigned  CC,
StringRef  field,
msgpack::Type  Type,
const MCExpr Val 
)

Definition at line 1053 of file AMDGPUPALMetadata.cpp.

References llvm::DelayedMCExprs::assignDocNode(), and CC.

◆ setHwStage() [3/3]

void AMDGPUPALMetadata::setHwStage ( unsigned  CC,
StringRef  field,
unsigned  Val 
)

◆ setLegacy()

void AMDGPUPALMetadata::setLegacy ( )

Definition at line 1004 of file AMDGPUPALMetadata.cpp.

References llvm::ELF::NT_AMD_PAL_METADATA.

◆ setNumUsedAgprs() [1/2]

void AMDGPUPALMetadata::setNumUsedAgprs ( unsigned  CC,
const MCExpr Val 
)

Definition at line 274 of file AMDGPUPALMetadata.cpp.

References CC, setHwStage(), and llvm::msgpack::UInt.

◆ setNumUsedAgprs() [2/2]

void AMDGPUPALMetadata::setNumUsedAgprs ( unsigned  CC,
unsigned  Val 
)

Definition at line 270 of file AMDGPUPALMetadata.cpp.

References CC.

◆ setNumUsedSgprs() [1/2]

void AMDGPUPALMetadata::setNumUsedSgprs ( unsigned  CC,
const MCExpr Val,
MCContext Ctx 
)

◆ setNumUsedSgprs() [2/2]

void AMDGPUPALMetadata::setNumUsedSgprs ( unsigned  CC,
unsigned  Val 
)

◆ setNumUsedVgprs() [1/2]

void AMDGPUPALMetadata::setNumUsedVgprs ( unsigned  CC,
const MCExpr Val,
MCContext Ctx 
)

◆ setNumUsedVgprs() [2/2]

void AMDGPUPALMetadata::setNumUsedVgprs ( unsigned  CC,
unsigned  Val 
)

◆ setRegister() [1/2]

void AMDGPUPALMetadata::setRegister ( unsigned  Reg,
const MCExpr Val,
MCContext Ctx 
)

◆ setRegister() [2/2]

void AMDGPUPALMetadata::setRegister ( unsigned  Reg,
unsigned  Val 
)

◆ setRsrc1() [1/2]

void AMDGPUPALMetadata::setRsrc1 ( unsigned  CC,
const MCExpr Val,
MCContext Ctx 
)

Definition at line 141 of file AMDGPUPALMetadata.cpp.

References CC, getRsrc1Reg(), and setRegister().

◆ setRsrc1() [2/2]

void AMDGPUPALMetadata::setRsrc1 ( unsigned  CC,
unsigned  Val 
)

Definition at line 137 of file AMDGPUPALMetadata.cpp.

References CC, getRsrc1Reg(), and setRegister().

◆ setRsrc2() [1/2]

void AMDGPUPALMetadata::setRsrc2 ( unsigned  CC,
const MCExpr Val,
MCContext Ctx 
)

Definition at line 152 of file AMDGPUPALMetadata.cpp.

References CC, getRsrc1Reg(), and setRegister().

◆ setRsrc2() [2/2]

void AMDGPUPALMetadata::setRsrc2 ( unsigned  CC,
unsigned  Val 
)

Definition at line 148 of file AMDGPUPALMetadata.cpp.

References CC, getRsrc1Reg(), and setRegister().

◆ setScratchSize() [1/2]

void AMDGPUPALMetadata::setScratchSize ( unsigned  CC,
const MCExpr Val,
MCContext Ctx 
)

◆ setScratchSize() [2/2]

void AMDGPUPALMetadata::setScratchSize ( unsigned  CC,
unsigned  Val 
)

◆ setSpiPsInputAddr()

void AMDGPUPALMetadata::setSpiPsInputAddr ( unsigned  Val)

◆ setSpiPsInputEna()

void AMDGPUPALMetadata::setSpiPsInputEna ( unsigned  Val)

◆ setWave32()

void AMDGPUPALMetadata::setWave32 ( unsigned  CC)

◆ toBlob()

void AMDGPUPALMetadata::toBlob ( unsigned  Type,
std::string &  S 
)

◆ toString()

void AMDGPUPALMetadata::toString ( std::string &  S)

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