Searched refs:FoldList (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 101 SmallVectorImpl<FoldCandidate> &FoldList, 457 for (FoldCandidate &Fold : FoldList) in appendFoldCandidate() 555 if (isUseMIInFoldList(FoldList, MI)) in tryAddToFoldList() 642 appendFoldCandidate(FoldList, MI, OpNo, OpToFold); in tryAddToFoldList() 689 SmallVectorImpl<FoldCandidate> &FoldList) const { in tryToFoldACImm() 711 if (isUseMIInFoldList(FoldList, UseMI)) in tryToFoldACImm() 757 SmallVectorImpl<FoldCandidate> &FoldList, in foldOperand() argument 1080 tryAddToFoldList(FoldList, UseMI, UseOpIdx, &ImmOp); in foldOperand() 1357 SmallVector<FoldCandidate, 4> FoldList; in foldInstOperand() local 1388 if (CopiesToReplace.empty() && FoldList.empty()) in foldInstOperand() [all …]
|