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

References

lib/Target/X86/X86ISelLowering.cpp
17874   const Module &Mod = *DAG.getMachineFunction().getFunction().getParent();
17883   CodeModel::Model M = DAG.getTarget().getCodeModel();
17884   auto PtrVT = getPointerTy(DAG.getDataLayout());
17895     Result = DAG.getTargetGlobalAddress(GV, dl, PtrVT, GlobalOffset, OpFlags);
17898     Result = DAG.getTargetExternalSymbol(ExternalSym, PtrVT, OpFlags);
17906   Result = DAG.getNode(getGlobalWrapperKind(GV, OpFlags), dl, PtrVT, Result);
17910     Result = DAG.getNode(ISD::ADD, dl, PtrVT,
17911                          DAG.getNode(X86ISD::GlobalBaseReg, dl, PtrVT), Result);
17917     Result = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Result,
17917     Result = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Result,
17918                          MachinePointerInfo::getGOT(DAG.getMachineFunction()));
17923     Result = DAG.getNode(ISD::ADD, dl, PtrVT, Result,
17924                          DAG.getConstant(Offset, dl, PtrVT));