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

References

include/llvm/CodeGen/ScheduleDAG.h
  110       case Output:
  219       assert((getKind() == Data || getKind() == Anti || getKind() == Output) &&
  229       assert((getKind() == Data || getKind() == Anti || getKind() == Output) &&
  233       assert((getKind() != Output || Reg != 0) &&
  471     case Output:
lib/CodeGen/AggressiveAntiDepBreaker.cpp
  269     if ((P->getKind() == SDep::Anti) || (P->getKind() == SDep::Output)) {
  855             (Edge->getKind() != SDep::Output)) continue;
  906                 (P->getKind() != SDep::Output)) {
  931             if (K != SDep::Data && K != SDep::Output && K != SDep::Anti)
lib/CodeGen/MachinePipeliner.cpp
 1151       if (SI.getKind() == SDep::Output) {
 2206   if ((Dep.getKind() != SDep::Order && Dep.getKind() != SDep::Output) ||
 2213   if (Dep.getKind() == SDep::Output)
 2354       if (PI.getKind() == SDep::Order || Dep.getKind() == SDep::Output)
 2377       if (SI.getKind() == SDep::Order || Dep.getKind() == SDep::Output)
lib/CodeGen/MacroFusion.cpp
   36   return Dep.getKind() == SDep::Anti || Dep.getKind() == SDep::Output;
lib/CodeGen/ScheduleDAG.cpp
   79   case Output: dbgs() << "Out "; break;
   90   case Output:
lib/CodeGen/ScheduleDAGInstrs.cpp
  298   SDep::Kind Kind = MO.isUse() ? SDep::Anti : SDep::Output;
  307           (Kind != SDep::Output || !MO.isDead() ||
  482     SDep Dep(SU, SDep::Output, Reg);
lib/Target/AMDGPU/R600Packetizer.cpp
  200         if (Dep.getKind() == SDep::Output)
lib/Target/Hexagon/HexagonSubtarget.cpp
  134       if (D.getKind() == SDep::Output && D.getReg() == Hexagon::USR_OVF)
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
  321          DepType == SDep::Output;
 1492         DepType != SDep::Output)
 1495     if (DepType == SDep::Output) {
 1583     if ((DepType == SDep::Anti || DepType == SDep::Output) && J.isCall()) {