Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalAlias.h61 const Constant *getAliasee() const { in getAliasee() function
64 Constant *getAliasee() { in getAliasee() function
/external/llvm/include/llvm/IR/
DGlobalAlias.h74 const Constant *getAliasee() const { in getAliasee() function
77 Constant *getAliasee() { in getAliasee() function
DModuleSummaryIndex.h219 const GlobalValueSummary &getAliasee() const { in getAliasee() function
220 return const_cast<AliasSummary *>(this)->getAliasee(); in getAliasee()
223 GlobalValueSummary &getAliasee() { in getAliasee() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalAlias.h78 const Constant *getAliasee() const { in getAliasee() function
81 Constant *getAliasee() { in getAliasee() function
DModuleSummaryIndex.h385 const GlobalValueSummary &getAliasee() const {
390 GlobalValueSummary &getAliasee() {
392 static_cast<const AliasSummary *>(this)->getAliasee());
402 return &AS->getAliasee();
408 return &AS->getAliasee();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp97 if (Function* F = dyn_cast<Function>(A.getAliasee())) { in runOnModule()
/external/llvm/lib/LTO/
DLTO.cpp92 GlobalInvolvedWithAlias.insert(&AS->getAliasee()); in thinLTOResolveWeakForLinkerInIndex()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp176 GVSummary = &AS->getAliasee(); in selectCallee()
289 &cast<AliasSummary>(CalleeSummary)->getAliasee()); in computeImportForFunction()
349 Summary = &AS->getAliasee(); in ComputeImportForModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DTypeFinder.cpp45 if (const Value *Aliasee = A.getAliasee()) in run()
DValue.cpp513 V = GA->getAliasee(); in stripPointerCastsAndOffsets()
583 V = GA->getAliasee(); in stripAndAccumulateInBoundsConstantOffsets()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp87 if (!isa<GlobalValue>(A.getAliasee())) in orderModule()
88 orderValue(A.getAliasee(), OM); in orderModule()
275 predictValueUseListOrder(A.getAliasee(), nullptr, OM, Stack); in predictUseListOrder()
324 EnumerateValue(GA.getAliasee()); in ValueEnumerator()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp118 if (!isa<GlobalValue>(A.getAliasee())) in orderModule()
119 orderValue(A.getAliasee(), OM); in orderModule()
306 predictValueUseListOrder(A.getAliasee(), nullptr, OM, Stack); in predictUseListOrder()
358 EnumerateValue(GA.getAliasee()); in ValueEnumerator()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DExtractFunction.cpp189 if (I->getAliasee()->stripPointerCasts() == GV) in eliminateAliases()
195 aliases[i]->replaceAllUsesWith(aliases[i]->getAliasee()); in eliminateAliases()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp190 if (I->getAliasee()->stripPointerCasts() == GV) in eliminateAliases()
196 aliases[i]->replaceAllUsesWith(aliases[i]->getAliasee()); in eliminateAliases()
/external/llvm/lib/IR/
DTypeFinder.cpp38 if (const Value *Aliasee = I->getAliasee()) in run()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneModule.cpp112 if (const Constant *C = I->getAliasee()) in CloneModule()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoads.cpp73 V = GA->getAliasee(); in getUnderlyingObjectWithOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp339 if (!isa<Function>(A.getAliasee())) in splitAndWriteThinLTOBitcode()
342 auto *F = cast<Function>(A.getAliasee()); in splitAndWriteThinLTOBitcode()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp227 const Constant *C = getAliasee(); in getAliasedGlobal()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalDCE.cpp172 MarkUsedGlobalsAsNeeded(GA->getAliasee()); in GlobalIsNeeded()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp160 if (const Constant *C = I->getAliasee()) in CloneModule()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp203 map(A.getAliasee()); in ValueMapping()
479 changeValueUseList(A.getAliasee()); in changeUseLists()
/external/llvm/tools/verify-uselistorder/
Dverify-uselistorder.cpp204 map(A.getAliasee()); in ValueMapping()
480 changeValueUseList(A.getAliasee()); in changeUseLists()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp179 if (const Constant *C = I->getAliasee()) in CloneModule()
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp235 assert(OrigA.getAliasee() && "Original alias doesn't have an aliasee?"); in cloneGlobalAliasDecl()

1234