Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreAllocateWWMRegs.cpp37 class SIPreAllocateWWMRegs : public MachineFunctionPass { class
55 SIPreAllocateWWMRegs() : MachineFunctionPass(ID) { in SIPreAllocateWWMRegs() function in __anonf07969e70111::SIPreAllocateWWMRegs
76 INITIALIZE_PASS_BEGIN(SIPreAllocateWWMRegs, DEBUG_TYPE,
81 INITIALIZE_PASS_END(SIPreAllocateWWMRegs, DEBUG_TYPE,
84 char SIPreAllocateWWMRegs::ID = 0;
86 char &llvm::SIPreAllocateWWMRegsID = SIPreAllocateWWMRegs::ID;
89 return new SIPreAllocateWWMRegs(); in createSIPreAllocateWWMRegsPass()
92 bool SIPreAllocateWWMRegs::processDef(MachineOperand &MO) { in processDef()
118 void SIPreAllocateWWMRegs::rewriteRegs(MachineFunction &MF) { in rewriteRegs()
164 SIPreAllocateWWMRegs::printWWMInfo(const MachineInstr &MI) { in printWWMInfo()
[all …]