Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp145 void analyzeVGPRToSGPRCopy(MachineInstr *MI);
644 analyzeVGPRToSGPRCopy(&MI); in runOnMachineFunction()
671 analyzeVGPRToSGPRCopy(NewCopy); in runOnMachineFunction()
889 void SIFixSGPRCopies::analyzeVGPRToSGPRCopy(MachineInstr* MI) { in analyzeVGPRToSGPRCopy() function in SIFixSGPRCopies