Home
last modified time | relevance | path

Searched defs:FoldList (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp323 static bool isUseMIInFoldList(ArrayRef<FoldCandidate> FoldList, in isUseMIInFoldList()
332 static void appendFoldCandidate(SmallVectorImpl<FoldCandidate> &FoldList, in appendFoldCandidate()
345 static bool tryAddToFoldList(SmallVectorImpl<FoldCandidate> &FoldList, in tryAddToFoldList()
533 SmallVectorImpl<FoldCandidate> &FoldList) { in tryToFoldACImm()
607 SmallVectorImpl<FoldCandidate> &FoldList, in foldOperand()
1197 SmallVector<FoldCandidate, 4> FoldList; in foldInstOperand() local