Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp145 void analyzeVGPRToSGPRCopy(MachineInstr *MI);
649 analyzeVGPRToSGPRCopy(&MI); in runOnMachineFunction()
679 analyzeVGPRToSGPRCopy(NewCopy); in runOnMachineFunction()
911 void SIFixSGPRCopies::analyzeVGPRToSGPRCopy(MachineInstr* MI) { in analyzeVGPRToSGPRCopy() function in SIFixSGPRCopies