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

References

lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
   81   if (Node->isMachineOpcode()) {
   82     LLVM_DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n");
   83     Node->setNodeId(-1);
   88   SDLoc DL(Node);
   90   switch (Node->getOpcode()) {
   96         cast<ConstantSDNode>(Node->getOperand(2).getNode())->getZExtValue();
  106                                      Node->getOperand(0) // inchain
  117           Node->getOperand(0)                         // inchain
  124     ReplaceNode(Node, Fence);
  125     CurDAG->RemoveDeadNode(Node);
  130     const auto *GA = cast<GlobalAddressSDNode>(Node);
  164     ReplaceNode(Node, TLSAddress);
  169     unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(0))->getZExtValue();
  178       ReplaceNode(Node, TLSSize);
  188       ReplaceNode(Node, TLSAlign);
  195     unsigned IntNo = cast<ConstantSDNode>(Node->getOperand(1))->getZExtValue();
  204           Node->getOperand(0));
  205       ReplaceNode(Node, TLSBase);
  217   SelectCode(Node);