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

References

lib/Target/XCore/XCoreISelLowering.cpp
 1195   if (GlobalAddressSDNode *G = dyn_cast<GlobalAddressSDNode>(Callee))
 1196     Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i32);
 1197   else if (ExternalSymbolSDNode *E = dyn_cast<ExternalSymbolSDNode>(Callee))
 1198     Callee = DAG.getTargetExternalSymbol(E->getSymbol(), MVT::i32);
 1207   Ops.push_back(Callee);