LLVM API Documentation
#include <R600MachineFunctionInfo.h>
Public Member Functions | |
R600MachineFunctionInfo (const MachineFunction &MF) | |
Public Attributes | |
SmallVector< unsigned, 4 > | LiveOuts |
std::vector< unsigned > | IndirectRegs |
unsigned | StackSize |
Definition at line 23 of file R600MachineFunctionInfo.h.
Definition at line 19 of file R600MachineFunctionInfo.cpp.
std::vector<unsigned> llvm::R600MachineFunctionInfo::IndirectRegs |
Definition at line 28 of file R600MachineFunctionInfo.h.
Definition at line 27 of file R600MachineFunctionInfo.h.
Referenced by llvm::R600TargetLowering::EmitInstrWithCustomInserter(), and llvm::R600TargetLowering::LowerOperation().
Definition at line 29 of file R600MachineFunctionInfo.h.
Referenced by llvm::AMDGPUAsmPrinter::runOnMachineFunction().