Searched refs:FoldList (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 90 SmallVectorImpl<FoldCandidate> &FoldList, 311 for (auto Candidate : FoldList) { in isUseMIInFoldList() 323 for (FoldCandidate &Fold : FoldList) in appendFoldCandidate() 360 appendFoldCandidate(FoldList, MI, OpNo, OpToFold); in tryAddToFoldList() 368 if (isUseMIInFoldList(FoldList, MI)) in tryAddToFoldList() 455 appendFoldCandidate(FoldList, MI, OpNo, OpToFold); in tryAddToFoldList() 547 if (isUseMIInFoldList(FoldList, UseMI)) in tryToFoldACImm() 595 SmallVectorImpl<FoldCandidate> &FoldList, in foldOperand() argument 1224 SmallVector<FoldCandidate, 4> FoldList; in foldInstOperand() local 1255 if (CopiesToReplace.empty() && FoldList.empty()) in foldInstOperand() [all …]
|