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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp306 static bool isUseMIInFoldList(ArrayRef<FoldCandidate> FoldList, argument
315 static void appendFoldCandidate(SmallVectorImpl<FoldCandidate> &FoldList, argument
328 static bool tryAddToFoldList(SmallVectorImpl<FoldCandidate> &FoldList, argument
503 tryToFoldACImm(const SIInstrInfo *TII, const MachineOperand &OpToFold, MachineInstr *UseMI, unsigned UseOpIdx, SmallVectorImpl<FoldCandidate> &FoldList) argument
563 foldOperand( MachineOperand &OpToFold, MachineInstr *UseMI, int UseOpIdx, SmallVectorImpl<FoldCandidate> &FoldList, SmallVectorImpl<MachineInstr *> &CopiesToReplace) const argument
1141 SmallVector<FoldCandidate, 4> FoldList; local
[all...]

Completed in 158 milliseconds