/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/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/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/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()
|
D | Value.cpp | 465 V = GA->getAliasee(); in stripPointerCastsAndOffsets() 520 V = GA->getAliasee(); in stripAndAccumulateInBoundsConstantOffsets()
|
/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/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 160 if (const Constant *C = I->getAliasee()) in CloneModule()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 172 MarkUsedGlobalsAsNeeded(GA->getAliasee()); in GlobalIsNeeded()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 227 const Constant *C = getAliasee(); in getAliasedGlobal()
|
D | Verifier.cpp | 459 Assert1(GA.getAliasee(), in visitGlobalAlias() 461 Assert1(GA.getType() == GA.getAliasee()->getType(), in visitGlobalAlias() 465 if (!isa<GlobalValue>(GA.getAliasee())) { in visitGlobalAlias() 466 const ConstantExpr *CE = dyn_cast<ConstantExpr>(GA.getAliasee()); in visitGlobalAlias()
|
D | Module.cpp | 447 if (const Value *Aliasee = I->getAliasee()) in run()
|
D | Value.cpp | 331 V = GA->getAliasee(); in stripPointerCasts()
|
/external/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 204 map(A.getAliasee()); in ValueMapping() 480 changeValueUseList(A.getAliasee()); in changeUseLists()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 235 assert(OrigA.getAliasee() && "Original alias doesn't have an aliasee?"); in cloneGlobalAliasDecl()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 223 NewF = dyn_cast<llvm::Function>(Alias->getAliasee()); in applyReplacements() 1499 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference() 1508 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, in GetWeakRefReference() 1512 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), in GetWeakRefReference() 2920 if (AA->getAliasee() == MangledName) { in EmitAliasDefinition() 2939 Aliasee = GetOrCreateLLVMFunction(AA->getAliasee(), DeclTy, GD, in EmitAliasDefinition() 2942 Aliasee = GetOrCreateLLVMGlobal(AA->getAliasee(), in EmitAliasDefinition() 2951 if (GA->getAliasee() == Entry) { in EmitAliasDefinition()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 610 Arg = cast<GlobalAlias>(Arg)->getAliasee(); in runOnFunction()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 353 Value *Init = MapValue(A.getAliasee(), VMap, RF_None, nullptr, in addLogicalModule()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 59 EnumerateValue(I->getAliasee()); in ValueEnumerator()
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 559 if (A->getAliasee()) in materialize() 982 Mapper.scheduleMapGlobalAliasee(Dst, *Src.getAliasee(), AliasMCID); in linkAliasBody()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 408 ASSERT_EQ(unwrap<GlobalAlias>(AliasRef)->getAliasee(), Aliasee); in TEST()
|