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

References

lib/Target/Sparc/SparcISelLowering.cpp
  939   bool hasReturnsTwice = hasReturnsTwiceAttr(DAG, Callee, CLI.CS);
  945   if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
  946     Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i32, 0, TF);
  947   else if (ExternalSymbolSDNode *E = dyn_cast<ExternalSymbolSDNode>(Callee))
  948     Callee = DAG.getTargetExternalSymbol(E->getSymbol(), MVT::i32, TF);
  954   Ops.push_back(Callee);