Searched refs:FoldCandidate (Results 1 – 1 of 1) sorted by relevance
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 23 struct FoldCandidate { struct 35 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp, in FoldCandidate() argument 90 SmallVectorImpl<FoldCandidate> &FoldList, 201 static bool updateOperand(FoldCandidate &Fold, in updateOperand() 323 static bool isUseMIInFoldList(ArrayRef<FoldCandidate> FoldList, in isUseMIInFoldList() 337 for (FoldCandidate &Fold : FoldList) in appendFoldCandidate() 345 static bool tryAddToFoldList(SmallVectorImpl<FoldCandidate> &FoldList, in tryAddToFoldList() 607 SmallVectorImpl<FoldCandidate> &FoldList, in foldOperand() 697 SmallVector<FoldCandidate, 4> CopyUses; in foldOperand() 1197 SmallVector<FoldCandidate, 4> FoldList; in foldInstOperand() [all …]
|