Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp250 bool foldCopyToAGPRRegSequence(MachineInstr *CopyMI) const;
1351 if (foldCopyToAGPRRegSequence(UseMI)) in foldOperand()
1801 bool SIFoldOperandsImpl::foldCopyToAGPRRegSequence(MachineInstr *CopyMI) const { in foldCopyToAGPRRegSequence() function in SIFoldOperandsImpl
2006 if (foldCopyToAGPRRegSequence(&MI)) in tryFoldFoldableCopy()