Home
last modified time | relevance | path

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

12345

/external/llvm-project/llvm/lib/Transforms/Utils/
DCanonicalizeAliases.cpp44 auto *NewAliasee = canonicalizeAlias(GA->getAliasee(), Changed); in canonicalizeAlias()
45 if (NewAliasee != GA->getAliasee()) { in canonicalizeAlias()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCanonicalizeAliases.cpp44 auto *NewAliasee = canonicalizeAlias(GA->getAliasee(), Changed); in canonicalizeAlias()
45 if (NewAliasee != GA->getAliasee()) { in canonicalizeAlias()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalAlias.h73 const Constant *getAliasee() const { in getAliasee() function
76 Constant *getAliasee() { in getAliasee() function
DModuleSummaryIndex.h458 const GlobalValueSummary &getAliasee() const {
463 GlobalValueSummary &getAliasee() {
465 static_cast<const AliasSummary *>(this)->getAliasee());
479 return &AS->getAliasee();
485 return &AS->getAliasee();
/external/llvm-project/llvm/include/llvm/IR/
DGlobalAlias.h73 const Constant *getAliasee() const { in getAliasee() function
76 Constant *getAliasee() { in getAliasee() function
DModuleSummaryIndex.h459 const GlobalValueSummary &getAliasee() const {
464 GlobalValueSummary &getAliasee() {
466 static_cast<const AliasSummary *>(this)->getAliasee());
480 return &AS->getAliasee();
486 return &AS->getAliasee();
/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-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp35 Constant *Aliasee = A.getAliasee(); in extractSubModule()
226 cast<GlobalValue>(cast<GlobalAlias>(GV)->getAliasee())); in expandPartition()
231 if (Partition.count(cast<GlobalValue>(A.getAliasee()))) in expandPartition()
/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceAliases.cpp29 GA.replaceAllUsesWith(GA.getAliasee()); in extractAliasesFromModule()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp39 Constant *Aliasee = A.getAliasee(); in extractSubModule()
242 cast<GlobalValue>(cast<GlobalAlias>(GV)->getAliasee())); in expandPartition()
247 if (Partition.count(cast<GlobalValue>(A.getAliasee()))) in expandPartition()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DUpdateCompilerUsed.cpp106 FuncAliasee = dyn_cast<Function>(A->getAliasee()); in findLibCallsAndAsm()
/external/llvm-project/llvm/lib/LTO/
DUpdateCompilerUsed.cpp107 FuncAliasee = dyn_cast<Function>(A->getAliasee()); in findLibCallsAndAsm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp94 if (Function* F = dyn_cast<Function>(A.getAliasee())) { in runOnModule()
/external/llvm/lib/LTO/
DLTO.cpp92 GlobalInvolvedWithAlias.insert(&AS->getAliasee()); in thinLTOResolveWeakForLinkerInIndex()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp101 if (Function* F = dyn_cast<Function>(A.getAliasee())) { in runOnModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DTypeFinder.cpp44 if (const Value *Aliasee = A.getAliasee()) in run()
/external/llvm-project/llvm/lib/IR/
DTypeFinder.cpp44 if (const Value *Aliasee = A.getAliasee()) in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp33 isa<Function>(cast<GlobalAlias>(GV).getAliasee())) in fromGlobalValue()
/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/llvm/lib/IR/
DTypeFinder.cpp38 if (const Value *Aliasee = I->getAliasee()) in run()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp36 isa<Function>(cast<GlobalAlias>(GV).getAliasee())) in fromGlobalValue()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp190 if (I->getAliasee()->stripPointerCasts() == GV) in eliminateAliases()
196 aliases[i]->replaceAllUsesWith(aliases[i]->getAliasee()); in eliminateAliases()
/external/llvm-project/llvm/tools/bugpoint/
DExtractFunction.cpp188 if (I->getAliasee()->stripPointerCasts() == GV) in eliminateAliases()
194 aliases[i]->replaceAllUsesWith(aliases[i]->getAliasee()); in eliminateAliases()
/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()

12345