LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::SIMachineFunctionInfo Class Reference

#include <SIMachineFunctionInfo.h>

Inheritance diagram for llvm::SIMachineFunctionInfo:
Inheritance graph
[legend]
Collaboration diagram for llvm::SIMachineFunctionInfo:
Collaboration graph
[legend]

Public Member Functions

 SIMachineFunctionInfo (const MachineFunction &MF)
 
- Public Member Functions inherited from llvm::AMDGPUMachineFunction
 AMDGPUMachineFunction (const MachineFunction &MF)
 
- Public Member Functions inherited from llvm::MachineFunctionInfo
virtual ~MachineFunctionInfo ()
 

Public Attributes

unsigned PSInputAddr
 
- Public Attributes inherited from llvm::AMDGPUMachineFunction
unsigned ShaderType
 
std::map< const GlobalValue
*, unsigned
LocalMemoryObjects
 
unsigned LDSSize
 Number of bytes in the LDS that are being used. More...
 

Detailed Description

This class keeps track of the SPI_SP_INPUT_ADDR config register, which tells the hardware which interpolation parameters to load.

Definition at line 24 of file SIMachineFunctionInfo.h.

Constructor & Destructor Documentation

SIMachineFunctionInfo::SIMachineFunctionInfo ( const MachineFunction MF)

Definition at line 20 of file SIMachineFunctionInfo.cpp.

Member Data Documentation

unsigned llvm::SIMachineFunctionInfo::PSInputAddr

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