|
LLVM
4.0.0
|
#include "SIFrameLowering.h"#include "SIInstrInfo.h"#include "SIMachineFunctionInfo.h"#include "SIRegisterInfo.h"#include "AMDGPUSubtarget.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/RegisterScavenging.h"Go to the source code of this file.
Functions | |
| static ArrayRef< MCPhysReg > | getAllSGPR128 (const MachineFunction &MF, const SIRegisterInfo *TRI) |
| static ArrayRef< MCPhysReg > | getAllSGPRs (const MachineFunction &MF, const SIRegisterInfo *TRI) |
|
static |
Definition at line 24 of file SIFrameLowering.cpp.
References llvm::sys::path::begin(), llvm::SIRegisterInfo::getMaxNumSGPRs(), and llvm::makeArrayRef().
|
static |
Definition at line 30 of file SIFrameLowering.cpp.
References llvm::sys::path::begin(), llvm::SIRegisterInfo::getMaxNumSGPRs(), and llvm::makeArrayRef().
1.8.6