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

Declarations

lib/Target/AMDGPU/SIInstrInfo.h
  316   bool isFoldableCopy(const MachineInstr &MI) const;

References

lib/Target/AMDGPU/SIFixSGPRCopies.cpp
  720               if (DefMI && TII->isFoldableCopy(*DefMI)) {
lib/Target/AMDGPU/SIFoldOperands.cpp
  462          TII->isFoldableCopy(*SubDef);
 1469       if (!TII->isFoldableCopy(MI)) {
lib/Target/AMDGPU/SIPeepholeSDWA.cpp
  535       if (!TII->isFoldableCopy(*DefInst))