Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp433 RSUse = MRI->use_begin(RegSeqDstReg), RSE = MRI->use_end(); in foldOperand() local
434 RSUse != RSE; ++RSUse) { in foldOperand()
436 MachineInstr *RSUseMI = RSUse->getParent(); in foldOperand()
437 if (RSUse->getSubReg() != RegSeqDstSubReg) in foldOperand()
440 foldOperand(OpToFold, RSUseMI, RSUse.getOperandNo(), FoldList, in foldOperand()