Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp91 DenseSet<MachineInstr *> SChain; member in __anon0df82e8c0111::V2SCopyInfo
114 dbgs() << ID << " : " << *Copy << "\n\tS:" << SChain.size() in dump()
938 Info.SChain.insert(U); in analyzeVGPRToSGPRCopy()
948 if (Info->SChain.empty()) { in needToBeConvertedToVALU()
953 Info->SChain.begin(), Info->SChain.end(), in needToBeConvertedToVALU()
980 unsigned Profit = Info->SChain.size(); in needToBeConvertedToVALU()
1006 set_subtract(SI.SChain, C.SChain); in lowerVGPR2SGPRCopies()