Home
last modified time | relevance | path

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

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