Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIFixSGPRCopies.cpp83 class SIFixSGPRCopies : public MachineFunctionPass { class
99 SIFixSGPRCopies(TargetMachine &tm) : MachineFunctionPass(ID) { } in SIFixSGPRCopies() function in __anond4a84d380111::SIFixSGPRCopies
111 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()
DCMakeLists.txt42 SIFixSGPRCopies.cpp
/external/llvm/test/CodeGen/R600/
Dinsert_vector_elt.ll177 ; This test requires handling INSERT_SUBREG in SIFixSGPRCopies. Check that