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

References

lib/Target/AMDGPU/SIPeepholeSDWA.cpp
 1143     LLVM_DEBUG(dbgs() << *SDWAInst << "\nOperand: " << *Operand);
 1154     if (PotentialMatches.count(Operand->getParentInst()) == 0)
 1155       Converted |= Operand->convertToSDWA(*SDWAInst, TII);