Searched refs:RSUseMI (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFoldOperands.cpp | 1168 MachineInstr *RSUseMI = RSUse->getParent(); in foldOperand() local 1169 unsigned OpNo = RSUseMI->getOperandNo(RSUse); in foldOperand() 1172 if (tryFoldRegSeqSplat(RSUseMI, OpNo, SplatVal, SplatRC)) { in foldOperand() 1174 appendFoldCandidate(FoldList, RSUseMI, OpNo, SplatDef); in foldOperand() 1185 foldOperand(OpToFold, RSUseMI, RSUseMI->getOperandNo(RSUse), FoldList, in foldOperand()
|