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

References

lib/Target/AMDGPU/SIWholeQuadMode.cpp
  328       InstrInfo &III = Instructions[&MI];
  329       unsigned Opcode = MI.getOpcode();
  336         markInstructionUses(MI, StateWQM, Worklist);
  343         LowerToCopyInstrs.push_back(&MI);
  345         LowerToCopyInstrs.push_back(&MI);
  346         SoftWQMInstrs.push_back(&MI);
  352         markInstructionUses(MI, StateWWM, Worklist);
  354         LowerToCopyInstrs.push_back(&MI);
  359         MachineOperand &Inactive = MI.getOperand(2);
  362             LowerToCopyInstrs.push_back(&MI);
  371         SetInactiveInstrs.push_back(&MI);
  373       } else if (TII->isDisableWQM(MI)) {
  384           LiveMaskQueries.push_back(&MI);
  389           for (const MachineOperand &MO : MI.defs()) {
  407       markInstruction(MI, Flags, Worklist);