Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp91 SetVector<MachineInstr *> SChain; member in __anonb2e8a48b0111::V2SCopyInfo
114 dbgs() << ID << " : " << *Copy << "\n\tS:" << SChain.size() in dump()
962 Info.SChain.insert(U); in analyzeVGPRToSGPRCopy()
972 if (Info->SChain.empty()) { in needToBeConvertedToVALU()
977 Info->SChain.begin(), Info->SChain.end(), in needToBeConvertedToVALU()
1004 unsigned Profit = Info->SChain.size(); in needToBeConvertedToVALU()
1034 SI.SChain.set_subtract(C.SChain); in lowerVGPR2SGPRCopies()