Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp145 void analyzeVGPRToSGPRCopy(MachineInstr *MI);
651 analyzeVGPRToSGPRCopy(&MI); in runOnMachineFunction()
681 analyzeVGPRToSGPRCopy(NewCopy); in runOnMachineFunction()
913 void SIFixSGPRCopies::analyzeVGPRToSGPRCopy(MachineInstr* MI) { in analyzeVGPRToSGPRCopy() function in SIFixSGPRCopies