Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp447 isUseMIInFoldList(ArrayRef<FoldCandidate> FoldList,const MachineInstr * MI) isUseMIInFoldList() argument
452 appendFoldCandidate(SmallVectorImpl<FoldCandidate> & FoldList,MachineInstr * MI,unsigned OpNo,MachineOperand * FoldOp,bool Commuted=false,int ShrinkOp=-1) appendFoldCandidate() argument
465 tryAddToFoldList(SmallVectorImpl<FoldCandidate> & FoldList,MachineInstr * MI,unsigned OpNo,MachineOperand * OpToFold) const tryAddToFoldList() argument
757 foldOperand(MachineOperand & OpToFold,MachineInstr * UseMI,int UseOpIdx,SmallVectorImpl<FoldCandidate> & FoldList,SmallVectorImpl<MachineInstr * > & CopiesToReplace) const foldOperand() argument
1357 SmallVector<FoldCandidate, 4> FoldList; foldInstOperand() local
[all...]