Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerWWMCopies.cpp33 class SILowerWWMCopies : public MachineFunctionPass { class
37 SILowerWWMCopies() : MachineFunctionPass(ID) { in SILowerWWMCopies() function in __anon72eb24b60111::SILowerWWMCopies
64 INITIALIZE_PASS_BEGIN(SILowerWWMCopies, DEBUG_TYPE, "SI Lower WWM Copies",
68 INITIALIZE_PASS_END(SILowerWWMCopies, DEBUG_TYPE, "SI Lower WWM Copies", false,
71 char SILowerWWMCopies::ID = 0;
73 char &llvm::SILowerWWMCopiesID = SILowerWWMCopies::ID;
75 bool SILowerWWMCopies::isSCCLiveAtMI(const MachineInstr &MI) { in isSCCLiveAtMI()
89 void SILowerWWMCopies::addToWWMSpills(MachineFunction &MF, Register Reg) { in addToWWMSpills()
100 bool SILowerWWMCopies::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()