Searched refs:SIFixSGPRCopies (Results 1 – 3 of 3) sorted by relevance
84 class SIFixSGPRCopies : public MachineFunctionPass { class100 SIFixSGPRCopies(TargetMachine &tm) : MachineFunctionPass(ID) { } in SIFixSGPRCopies() function in __anon876198810111::SIFixSGPRCopies112 char SIFixSGPRCopies::ID = 0;115 return new SIFixSGPRCopies(tm); in createSIFixSGPRCopiesPass()134 const TargetRegisterClass *SIFixSGPRCopies::inferRegClassFromUses( in inferRegClassFromUses()160 const TargetRegisterClass *SIFixSGPRCopies::inferRegClassFromDef( in inferRegClassFromDef()178 bool SIFixSGPRCopies::isVGPRToSGPRCopy(const MachineInstr &Copy, in isVGPRToSGPRCopy()202 bool SIFixSGPRCopies::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
44 SIFixSGPRCopies.cpp
178 ; This test requires handling INSERT_SUBREG in SIFixSGPRCopies. Check that