Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp144 struct FoldCandidate { struct
151 FoldCandidate(MachineInstr *MI, unsigned OpNo, FoldableDef Def, in FoldCandidate() function
207 bool updateOperand(FoldCandidate &Fold) const;
216 bool tryAddToFoldList(SmallVectorImpl<FoldCandidate> &FoldList,
239 SmallVectorImpl<FoldCandidate> &FoldList) const;
241 SmallVectorImpl<FoldCandidate> &FoldList,
608 bool SIFoldOperandsImpl::updateOperand(FoldCandidate &Fold) const { in updateOperand()
716 static void appendFoldCandidate(SmallVectorImpl<FoldCandidate> &FoldList, in appendFoldCandidate()
717 FoldCandidate &&Entry) { in appendFoldCandidate()
719 for (FoldCandidate &Fold : FoldList) in appendFoldCandidate()
[all …]