Home
last modified time | relevance | path

Searched refs:getAliasee (Results 1 – 24 of 24) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalAlias.h83 const Constant *getAliasee() const { in getAliasee() function
84 return const_cast<GlobalAlias *>(this)->getAliasee(); in getAliasee()
86 Constant *getAliasee() { in getAliasee() function
94 return dyn_cast<GlobalObject>(getAliasee()->stripInBoundsOffsets()); in getBaseObject()
102 getAliasee()->stripAndAccumulateInBoundsConstantOffsets(DL, Offset)); in getBaseObject()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp86 if (!isa<GlobalValue>(A.getAliasee())) in orderModule()
87 orderValue(A.getAliasee(), OM); in orderModule()
270 predictValueUseListOrder(A.getAliasee(), nullptr, OM, Stack); in predictUseListOrder()
318 EnumerateValue(I->getAliasee()); in ValueEnumerator()
H A DBitcodeWriter.cpp712 Vals.push_back(VE.getValueID(A.getAliasee())); in WriteModuleInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp111 if (const Constant *C = I->getAliasee()) in CloneModule()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DTypeFinder.cpp38 if (const Value *Aliasee = I->getAliasee()) in run()
H A DValue.cpp415 V = GA->getAliasee(); in stripPointerCastsAndOffsets()
465 V = GA->getAliasee(); in stripAndAccumulateInBoundsConstantOffsets()
H A DAsmWriter.cpp96 if (!isa<GlobalValue>(A.getAliasee())) in orderModule()
97 orderValue(A.getAliasee(), OM); in orderModule()
256 predictValueUseListOrder(A.getAliasee(), nullptr, OM, Stack); in predictUseListOrder()
1817 const Constant *Aliasee = GA->getAliasee(); in printAlias()
H A DVerifier.cpp561 visitAliaseeSubExpr(Visited, GA, *GA2->getAliasee()); in visitAliaseeSubExpr()
574 const Constant *Aliasee = GA.getAliasee(); in visitGlobalAlias()
/minix3/external/bsd/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp199 map(A.getAliasee()); in ValueMapping()
468 changeValueUseList(A.getAliasee()); in changeUseLists()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp211 MarkUsedGlobalsAsNeeded(GA->getAliasee()); in GlobalIsNeeded()
H A DGlobalOpt.cpp2848 Constant *Aliasee = GA.getAliasee(); in hasUsesToReplace()
2880 Constant *Aliasee = J->getAliasee(); in OptimizeGlobalAliases()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp279 Constant *Aliasee = GA.getAliasee(); in runOnModule()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp218 NewF = dyn_cast<llvm::Function>(Alias->getAliasee()); in applyReplacements()
252 C = GA2->getAliasee(); in getAliasedGlobal()
279 llvm::Constant *Aliasee = Alias->getAliasee(); in checkAliases()
303 GA->getAliasee(), Alias->getType()); in checkAliases()
1288 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference()
1296 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference()
1300 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), in GetWeakRefReference()
2443 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD, in EmitAliasDefinition()
2446 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), in EmitAliasDefinition()
2456 if (GA->getAliasee() == Entry) { in EmitAliasDefinition()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp502 Arg = cast<GlobalAlias>(Arg)->getAliasee(); in runOnFunction()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp553 return compute(GA.getAliasee()); in visitGlobalAlias()
H A DValueTracking.cpp857 computeKnownBits(GA->getAliasee(), KnownZero, KnownOne, TD, Depth + 1, Q); in computeKnownBits()
2314 Ptr = GA->getAliasee(); in GetPointerBaseWithConstantOffset()
2484 V = GA->getAliasee(); in GetUnderlyingObject()
H A DBasicAliasAnalysis.cpp309 V = GA->getAliasee(); in DecomposeGEPExpression()
H A DInstructionSimplify.cpp630 V = GA->getAliasee(); in stripAndComputeConstantOffsets()
H A DScalarEvolution.cpp4019 return GA->mayBeOverridden() ? getUnknown(V) : getSCEV(GA->getAliasee()); in createSCEV()
/minix3/external/bsd/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp683 Constant *Aliasee = GA->getAliasee(); in getModuleForFile()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp975 V = GA->getAliasee(); in stripAndComputeInBoundsConstantOffsets()
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp1222 Constant *Aliasee = Src.getAliasee(); in linkAliasBody()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1016 OutStreamer.EmitAssignment(Name, lowerConstant(Alias.getAliasee())); in doFinalization()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1784 Ptr = GA->getAliasee(); in getAdjustedPtr()