Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp24 struct FoldCandidate { struct
36 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp, in FoldCandidate() function
81 bool updateOperand(FoldCandidate &Fold) const;
83 bool tryAddToFoldList(SmallVectorImpl<FoldCandidate> &FoldList,
93 SmallVectorImpl<FoldCandidate> &FoldList) const;
97 SmallVectorImpl<FoldCandidate> &FoldList,
187 bool SIFoldOperands::updateOperand(FoldCandidate &Fold) const { in updateOperand()
315 static bool isUseMIInFoldList(ArrayRef<FoldCandidate> FoldList, in isUseMIInFoldList()
320 static void appendFoldCandidate(SmallVectorImpl<FoldCandidate> &FoldList, in appendFoldCandidate()
325 for (FoldCandidate &Fold : FoldList) in appendFoldCandidate()
[all …]