Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp216 bool tryAddToFoldList(SmallVectorImpl<FoldCandidate> &FoldList,
239 SmallVectorImpl<FoldCandidate> &FoldList) const;
241 SmallVectorImpl<FoldCandidate> &FoldList,
716 static void appendFoldCandidate(SmallVectorImpl<FoldCandidate> &FoldList, in appendFoldCandidate() argument
719 for (FoldCandidate &Fold : FoldList) in appendFoldCandidate()
724 FoldList.push_back(Entry); in appendFoldCandidate()
727 static void appendFoldCandidate(SmallVectorImpl<FoldCandidate> &FoldList, in appendFoldCandidate() argument
731 appendFoldCandidate(FoldList, in appendFoldCandidate()
736 SmallVectorImpl<FoldCandidate> &FoldList, MachineInstr *MI, unsigned OpNo, in tryAddToFoldList() argument
750 tryAddToFoldList(FoldList, MI, TryAK ? 3 : 2, OpToFold); in tryAddToFoldList()
[all …]