Home | History | Annotate | Download | only in X86

Lines Matching refs:GV

2567     const GlobalValue *GV = G->getGlobal();
2568 if (!GV->hasDLLImportLinkage()) {
2579 GV->hasDefaultVisibility() && !GV->hasLocalLinkage()) {
2582 (GV->isDeclaration() || GV->isWeakForLinker()) &&
2590 isa<Function>(GV) &&
2591 cast<Function>(GV)->getAttributes().
2602 Callee = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(),
7566 X86TargetLowering::LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
7571 Subtarget->ClassifyGlobalReference(GV, getTargetMachine());
7577 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset);
7580 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
7613 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
7615 return LowerGlobalAddress(GV, Op.getDebugLoc(), Offset, DAG);
7770 const GlobalValue *GV = GA->getGlobal();
7773 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
7849 // If GV is an alias then use the aliasee for determining
7851 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
7852 GV = GA->resolveAliasedGlobal(false);
14530 AM.GV = Op.getGlobal();
18128 const GlobalValue *GV = GA->getGlobal();
18131 if (isGlobalStubReference(Subtarget->ClassifyGlobalReference(GV,
18135 Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(),