/external/swiftshader/third_party/LLVM/include/llvm/ |
D | GlobalAlias.h | 61 const Constant *getAliasee() const { in getAliasee() function 64 Constant *getAliasee() { in getAliasee() function
|
/external/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 74 const Constant *getAliasee() const { in getAliasee() function 77 Constant *getAliasee() { in getAliasee() function
|
D | ModuleSummaryIndex.h | 219 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/ |
D | GlobalAlias.h | 78 const Constant *getAliasee() const { in getAliasee() function 81 Constant *getAliasee() { in getAliasee() function
|
D | ModuleSummaryIndex.h | 385 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/ |
D | AMDGPUAlwaysInlinePass.cpp | 97 if (Function* F = dyn_cast<Function>(A.getAliasee())) { in runOnModule()
|
/external/llvm/lib/LTO/ |
D | LTO.cpp | 92 GlobalInvolvedWithAlias.insert(&AS->getAliasee()); in thinLTOResolveWeakForLinkerInIndex()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 176 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/ |
D | TypeFinder.cpp | 45 if (const Value *Aliasee = A.getAliasee()) in run()
|
D | Value.cpp | 513 V = GA->getAliasee(); in stripPointerCastsAndOffsets() 583 V = GA->getAliasee(); in stripAndAccumulateInBoundsConstantOffsets()
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 87 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/ |
D | ValueEnumerator.cpp | 118 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/ |
D | ExtractFunction.cpp | 189 if (I->getAliasee()->stripPointerCasts() == GV) in eliminateAliases() 195 aliases[i]->replaceAllUsesWith(aliases[i]->getAliasee()); in eliminateAliases()
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 190 if (I->getAliasee()->stripPointerCasts() == GV) in eliminateAliases() 196 aliases[i]->replaceAllUsesWith(aliases[i]->getAliasee()); in eliminateAliases()
|
/external/llvm/lib/IR/ |
D | TypeFinder.cpp | 38 if (const Value *Aliasee = I->getAliasee()) in run()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneModule.cpp | 112 if (const Constant *C = I->getAliasee()) in CloneModule()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Loads.cpp | 73 V = GA->getAliasee(); in getUnderlyingObjectWithOffset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 339 if (!isa<Function>(A.getAliasee())) in splitAndWriteThinLTOBitcode() 342 auto *F = cast<Function>(A.getAliasee()); in splitAndWriteThinLTOBitcode()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 227 const Constant *C = getAliasee(); in getAliasedGlobal()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 172 MarkUsedGlobalsAsNeeded(GA->getAliasee()); in GlobalIsNeeded()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 160 if (const Constant *C = I->getAliasee()) in CloneModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 203 map(A.getAliasee()); in ValueMapping() 479 changeValueUseList(A.getAliasee()); in changeUseLists()
|
/external/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 204 map(A.getAliasee()); in ValueMapping() 480 changeValueUseList(A.getAliasee()); in changeUseLists()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 179 if (const Constant *C = I->getAliasee()) in CloneModule()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 235 assert(OrigA.getAliasee() && "Original alias doesn't have an aliasee?"); in cloneGlobalAliasDecl()
|