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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp30 struct FoldCandidate { struct in namespace:__anon3971
42 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp, function in struct:__anon3971::FoldCandidate
97 SmallVectorImpl<FoldCandidate> &FoldList,
184 static bool updateOperand(FoldCandidate &Fold,
309 static bool isUseMIInFoldList(ArrayRef<FoldCandidate> FoldList,
318 static void appendFoldCandidate(SmallVectorImpl<FoldCandidate> &FoldList,
323 for (FoldCandidate &Fold : FoldList)
328 FoldList.push_back(FoldCandidate(MI, OpNo, FoldOp, Commuted, ShrinkOp));
331 static bool tryAddToFoldList(SmallVectorImpl<FoldCandidate> &FoldList,
510 SmallVectorImpl<FoldCandidate>
[all...]

Completed in 99 milliseconds