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

References

lib/Target/AMDGPU/SIWholeQuadMode.cpp
  108   if (PS.State & StateWQM)
  111     if (PS.State & StateWQM)
  116     if (PS.State & (StateWQM | StateWWM))
  336         markInstructionUses(MI, StateWQM, Worklist);
  337         GlobalFlags |= StateWQM;
  342         Flags = StateWQM;
  380         III.Disabled = StateWQM | StateWWM;
  397               Flags = StateWQM;
  416   if (GlobalFlags & StateWQM) {
  418       markInstruction(*MI, StateWQM, Worklist);
  420       markInstruction(*MI, StateWQM, Worklist);
  434   if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) &&
  434   if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) &&
  436     Instructions[&MI].Needs = StateWQM;
  437     II.Needs = StateWQM;
  441   if (II.Needs & StateWQM) {
  442     BI.Needs |= StateWQM;
  443     if (!(BI.InNeeds & StateWQM)) {
  444       BI.InNeeds |= StateWQM;
  700   if (!isEntry && BI.Needs == StateWQM && BI.OutNeeds != StateExact)
  709   char State = (isEntry || !(BI.InNeeds & StateWQM)) ? StateExact : StateWQM;
  709   char State = (isEntry || !(BI.InNeeds & StateWQM)) ? StateExact : StateWQM;
  728     char Needs = StateExact | StateWQM; // WWM is disabled by default
  747           else if (III->second.Needs & StateWQM)
  748             Needs = StateWQM;
  756         Needs = StateExact | StateWQM | StateWWM;
  768       if (BI.OutNeeds & StateWQM)
  769         Needs = StateWQM;
  773         Needs = StateWQM | StateExact;
  788           prepareInsertion(MBB, First, II, Needs == StateWQM,
  803         if (State == StateWQM && (Needs & StateExact) && !(Needs & StateWQM)) {
  803         if (State == StateWQM && (Needs & StateExact) && !(Needs & StateWQM)) {
  804           if (!WQMFromExec && (OutNeeds & StateWQM))
  809         } else if (State == StateExact && (Needs & StateWQM) &&
  819           State = StateWQM;
  828     if (Needs != (StateExact | StateWQM | StateWWM)) {
  829       if (Needs != (StateExact | StateWQM))
  893   if (!(GlobalFlags & StateWQM)) {
  912     if (GlobalFlags == StateWQM) {