LLVM  8.0.1
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 291 of file AMDGPULibFunc.h.

Constructor & Destructor Documentation

◆ Param()

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

Definition at line 303 of file AMDGPULibFunc.h.

References mangleItanium(), and reset().

Member Function Documentation

◆ mangleItanium()

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

Referenced by Param().

◆ reset()

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

Definition at line 298 of file AMDGPULibFunc.h.

Referenced by Param().

Member Data Documentation

◆ ArgType

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

Definition at line 292 of file AMDGPULibFunc.h.

Referenced by getArgType(), and llvm::AMDGPULibCalls::initNativeFuncs().

◆ PtrKind

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

Definition at line 294 of file AMDGPULibFunc.h.

Referenced by llvm::log2().

◆ Reserved

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

Definition at line 296 of file AMDGPULibFunc.h.

◆ VectorSize

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

Definition at line 293 of file AMDGPULibFunc.h.

Referenced by getVecSize(), and llvm::AMDGPULibCalls::initNativeFuncs().


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