reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIFixVGPRCopies.cpp
   56       switch (MI.getOpcode()) {
   58         if (TII->isVGPRCopy(MI) && !MI.readsRegister(AMDGPU::EXEC, TRI)) {
   58         if (TII->isVGPRCopy(MI) && !MI.readsRegister(AMDGPU::EXEC, TRI)) {
   59           MI.addOperand(MF,
   61           LLVM_DEBUG(dbgs() << "Add exec use to " << MI);