Home
last modified time | relevance | path

Searched refs:SILowerSGPRSpills (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp35 class SILowerSGPRSpills : public MachineFunctionPass { class
50 SILowerSGPRSpills() : MachineFunctionPass(ID) {} in SILowerSGPRSpills() function in __anoneec5f4eb0111::SILowerSGPRSpills
74 char SILowerSGPRSpills::ID = 0;
76 INITIALIZE_PASS_BEGIN(SILowerSGPRSpills, DEBUG_TYPE,
80 INITIALIZE_PASS_END(SILowerSGPRSpills, DEBUG_TYPE,
83 char &llvm::SILowerSGPRSpillsID = SILowerSGPRSpills::ID;
169 void SILowerSGPRSpills::calculateSaveRestoreBlocks(MachineFunction &MF) { in calculateSaveRestoreBlocks()
209 bool SILowerSGPRSpills::spillCalleeSavedRegs( in spillCalleeSavedRegs()
262 void SILowerSGPRSpills::extendWWMVirtRegLiveness(MachineFunction &MF, in extendWWMVirtRegLiveness()
309 bool SILowerSGPRSpills::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()