LLVM 17.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::AMDGPULibFuncBase::Param Struct Reference

#include "Target/AMDGPU/AMDGPULibFunc.h"

Collaboration diagram for llvm::AMDGPULibFuncBase::Param:
Collaboration graph
[legend]

Public Member Functions

void reset ()
 
 Param ()
 
template<typename Stream >
void mangleItanium (Stream &os)
 

Public Attributes

unsigned char ArgType
 
unsigned char VectorSize
 
unsigned char PtrKind
 
unsigned char Reserved
 

Detailed Description

Definition at line 292 of file AMDGPULibFunc.h.

Constructor & Destructor Documentation

◆ Param()

llvm::AMDGPULibFuncBase::Param::Param ( )
inline

Definition at line 304 of file AMDGPULibFunc.h.

References reset().

Member Function Documentation

◆ mangleItanium()

template<typename Stream >
void llvm::AMDGPULibFuncBase::Param::mangleItanium ( Stream &  os)

◆ reset()

void llvm::AMDGPULibFuncBase::Param::reset ( )
inline

Definition at line 299 of file AMDGPULibFunc.h.

References ArgType, PtrKind, and VectorSize.

Referenced by llvm::AMDGPUMangledLibFunc::AMDGPUMangledLibFunc(), and Param().

Member Data Documentation

◆ ArgType

unsigned char llvm::AMDGPULibFuncBase::Param::ArgType

Definition at line 293 of file AMDGPULibFunc.h.

Referenced by getArgType(), and reset().

◆ PtrKind

unsigned char llvm::AMDGPULibFuncBase::Param::PtrKind

Definition at line 295 of file AMDGPULibFunc.h.

Referenced by reset().

◆ Reserved

unsigned char llvm::AMDGPULibFuncBase::Param::Reserved

Definition at line 297 of file AMDGPULibFunc.h.

◆ VectorSize

unsigned char llvm::AMDGPULibFuncBase::Param::VectorSize

Definition at line 294 of file AMDGPULibFunc.h.

Referenced by getVecSize(), and reset().


The documentation for this struct was generated from the following file: