Home
last modified time | relevance | path

Searched refs:CopiesToReplace (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp242 SmallVectorImpl<MachineInstr *> &CopiesToReplace) const;
1136 SmallVectorImpl<MachineInstr *> &CopiesToReplace) const { in foldOperand()
1186 CopiesToReplace); in foldOperand()
1250 CopiesToReplace.push_back(UseMI); in foldOperand()
1300 CopiesToReplace.push_back(UseMI); in foldOperand()
1346 CopiesToReplace.push_back(UseMI); in foldOperand()
1723 SmallVector<MachineInstr *, 4> CopiesToReplace; in foldInstOperand() local
1753 CopiesToReplace); in foldInstOperand()
1756 if (CopiesToReplace.empty() && FoldList.empty()) in foldInstOperand()
1761 for (MachineInstr *Copy : CopiesToReplace) in foldInstOperand()