Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp157 bool tryMoveVGPRConstToSGPR(MachineOperand &MO, Register NewDst,
687 if (!tryMoveVGPRConstToSGPR(MO, NewDst, BlockToInsertCopy, in run()
858 bool SIFixSGPRCopies::tryMoveVGPRConstToSGPR( in tryMoveVGPRConstToSGPR() function in SIFixSGPRCopies
900 } else if (tryMoveVGPRConstToSGPR(MI.getOperand(1), DstReg, MI.getParent(), in lowerSpecialCase()