Lines Matching refs:GV
2430 const GlobalValue *GV = G->getGlobal();
2431 if (!GV->hasDLLImportLinkage()) {
2442 GV->hasDefaultVisibility() && !GV->hasLocalLinkage()) {
2445 (GV->isDeclaration() || GV->isWeakForLinker()) &&
2453 isa<Function>(GV) &&
2454 cast<Function>(GV)->hasFnAttr(Attribute::NonLazyBind)) {
2463 Callee = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(),
7167 X86TargetLowering::LowerGlobalAddress(const GlobalValue *GV, DebugLoc dl,
7173 Subtarget->ClassifyGlobalReference(GV, getTargetMachine());
7179 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), Offset);
7182 Result = DAG.getTargetGlobalAddress(GV, dl, getPointerTy(), 0, OpFlags);
7215 const GlobalValue *GV = cast<GlobalAddressSDNode>(Op)->getGlobal();
7217 return LowerGlobalAddress(GV, Op.getDebugLoc(), Offset, DAG);
7319 const GlobalValue *GV = GA->getGlobal();
7325 // If GV is an alias then use the aliasee for determining
7327 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
7328 GV = GA->resolveAliasedGlobal(false);
7330 TLSModel::Model model = getTargetMachine().getTLSModel(GV);
7399 // If GV is an alias then use the aliasee for determining
7401 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
7402 GV = GA->resolveAliasedGlobal(false);
12569 AM.GV = Op.getGlobal();
15622 const GlobalValue *GV = GA->getGlobal();
15625 if (isGlobalStubReference(Subtarget->ClassifyGlobalReference(GV,
15629 Result = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(),