Searched refs:SIFixSGPRCopies (Results 1 – 3 of 3) sorted by relevance
83 class SIFixSGPRCopies : public MachineFunctionPass { class99 SIFixSGPRCopies(TargetMachine &tm) : MachineFunctionPass(ID) { } in SIFixSGPRCopies() function in __anond4a84d380111::SIFixSGPRCopies111 char SIFixSGPRCopies::ID = 0;114 return new SIFixSGPRCopies(tm); in createSIFixSGPRCopiesPass()133 const TargetRegisterClass *SIFixSGPRCopies::inferRegClassFromUses( in inferRegClassFromUses()159 const TargetRegisterClass *SIFixSGPRCopies::inferRegClassFromDef( in inferRegClassFromDef()177 bool SIFixSGPRCopies::isVGPRToSGPRCopy(const MachineInstr &Copy, in isVGPRToSGPRCopy()196 bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
42 SIFixSGPRCopies.cpp
177 ; This test requires handling INSERT_SUBREG in SIFixSGPRCopies. Check that