Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp24 struct FoldCandidate { struct
81 bool updateOperand(FoldCandidate &Fold) const;
83 bool canUseImmWithOpSel(FoldCandidate &Fold) const;
85 bool tryFoldImmWithOpSel(FoldCandidate &Fold) const;
101 SmallVectorImpl<FoldCandidate> &FoldList,
457 for (FoldCandidate &Fold : FoldList) in appendFoldCandidate()
506 FoldCandidate Fold(MI, OpNo, OpToFold); in tryAddToFoldList()
689 SmallVectorImpl<FoldCandidate> &FoldList) const { in tryToFoldACImm()
757 SmallVectorImpl<FoldCandidate> &FoldList, in foldOperand()
1357 SmallVector<FoldCandidate, 4> FoldList; in foldInstOperand()
[all …]