Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIFixSGPRCopies.cpp84 class SIFixSGPRCopies : public MachineFunctionPass { class
100 SIFixSGPRCopies(TargetMachine &tm) : MachineFunctionPass(ID) { } in SIFixSGPRCopies() function in __anon876198810111::SIFixSGPRCopies
112 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()
DCMakeLists.txt44 SIFixSGPRCopies.cpp
/external/llvm/test/CodeGen/R600/
Dinsert_vector_elt.ll178 ; This test requires handling INSERT_SUBREG in SIFixSGPRCopies. Check that