Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSILowerSGPRSpills.cpp47 class SILowerSGPRSpills : public MachineFunctionPass { class
62 SILowerSGPRSpills() : MachineFunctionPass(ID) {} in SILowerSGPRSpills() function in __anon75f858e20111::SILowerSGPRSpills
77 char SILowerSGPRSpills::ID = 0;
79 INITIALIZE_PASS_BEGIN(SILowerSGPRSpills, DEBUG_TYPE,
82 INITIALIZE_PASS_END(SILowerSGPRSpills, DEBUG_TYPE,
85 char &llvm::SILowerSGPRSpillsID = SILowerSGPRSpills::ID;
155 void SILowerSGPRSpills::calculateSaveRestoreBlocks(MachineFunction &MF) { in calculateSaveRestoreBlocks()
185 bool SILowerSGPRSpills::spillCalleeSavedRegs(MachineFunction &MF) { in spillCalleeSavedRegs()
231 bool SILowerSGPRSpills::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()