Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIFixSGPRLiveRanges.cpp66 class SIFixSGPRLiveRanges : public MachineFunctionPass { class
71 SIFixSGPRLiveRanges() : MachineFunctionPass(ID) { in SIFixSGPRLiveRanges() function in __anon0e5305ae0111::SIFixSGPRLiveRanges
91 INITIALIZE_PASS_BEGIN(SIFixSGPRLiveRanges, DEBUG_TYPE,
95 INITIALIZE_PASS_END(SIFixSGPRLiveRanges, DEBUG_TYPE,
98 char SIFixSGPRLiveRanges::ID = 0;
100 char &llvm::SIFixSGPRLiveRangesID = SIFixSGPRLiveRanges::ID;
103 return new SIFixSGPRLiveRanges(); in createSIFixSGPRLiveRangesPass()
106 bool SIFixSGPRLiveRanges::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt45 SIFixSGPRLiveRanges.cpp