LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::SIMachineFunctionInfo::SGPRSpillVGPRCSR Struct Reference

#include "Target/AMDGPU/SIMachineFunctionInfo.h"

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

Public Member Functions

 SGPRSpillVGPRCSR (unsigned V, Optional< int > F)
 

Public Attributes

unsigned VGPR
 
Optional< int > FI
 

Detailed Description

Definition at line 205 of file SIMachineFunctionInfo.h.

Constructor & Destructor Documentation

◆ SGPRSpillVGPRCSR()

llvm::SIMachineFunctionInfo::SGPRSpillVGPRCSR::SGPRSpillVGPRCSR ( unsigned  V,
Optional< int >  F 
)
inline

Definition at line 213 of file SIMachineFunctionInfo.h.

Member Data Documentation

◆ FI

Optional<int> llvm::SIMachineFunctionInfo::SGPRSpillVGPRCSR::FI

Definition at line 211 of file SIMachineFunctionInfo.h.

◆ VGPR

unsigned llvm::SIMachineFunctionInfo::SGPRSpillVGPRCSR::VGPR

Definition at line 207 of file SIMachineFunctionInfo.h.


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