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.cpp158 bool tryMoveVGPRConstToSGPR(MachineOperand &MO, Register NewDst,
671 if (!tryMoveVGPRConstToSGPR(MO, NewDst, BlockToInsertCopy, in runOnMachineFunction()
841 bool SIFixSGPRCopies::tryMoveVGPRConstToSGPR( in tryMoveVGPRConstToSGPR() function in SIFixSGPRCopies
884 } else if (tryMoveVGPRConstToSGPR(MI.getOperand(1), DstReg, MI.getParent(), in lowerSpecialCase()