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

References

lib/Target/X86/X86ISelDAGToDAG.cpp
  721   if (Chain.getNode() == Load.getNode())
  722     Ops.push_back(Load.getOperand(0));
  727       if (Chain.getOperand(i).getNode() == Load.getNode())
  728         Ops.push_back(Load.getOperand(0));
  732       CurDAG->getNode(ISD::TokenFactor, SDLoc(Load), MVT::Other, Ops);
  738   CurDAG->UpdateNodeOperands(Load.getNode(), Call.getOperand(0),
  739                              Load.getOperand(1), Load.getOperand(2));
  739                              Load.getOperand(1), Load.getOperand(2));
  742   Ops.push_back(SDValue(Load.getNode(), 1));