Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIFixSGPRLiveRanges.cpp67 class SIFixSGPRLiveRanges : public MachineFunctionPass { class
72 SIFixSGPRLiveRanges() : MachineFunctionPass(ID) { in SIFixSGPRLiveRanges() function in __anon3f0f68640111::SIFixSGPRLiveRanges
96 INITIALIZE_PASS_BEGIN(SIFixSGPRLiveRanges, DEBUG_TYPE,
100 INITIALIZE_PASS_END(SIFixSGPRLiveRanges, DEBUG_TYPE,
103 char SIFixSGPRLiveRanges::ID = 0;
105 char &llvm::SIFixSGPRLiveRangesID = SIFixSGPRLiveRanges::ID;
108 return new SIFixSGPRLiveRanges(); in createSIFixSGPRLiveRangesPass()
111 bool SIFixSGPRLiveRanges::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
DCMakeLists.txt51 SIFixSGPRLiveRanges.cpp