/external/llvm/lib/IR/ |
D | Globals.cpp | 325 const Twine &Name, Constant *Aliasee, in GlobalAlias() argument 328 Aliasee) { in GlobalAlias() 335 Constant *Aliasee, Module *ParentModule) { in create() argument 336 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create() 347 GlobalValue *Aliasee) { in create() argument 348 return create(Ty, AddressSpace, Linkage, Name, Aliasee, Aliasee->getParent()); in create() 352 GlobalValue *Aliasee) { in create() argument 353 PointerType *PTy = Aliasee->getType(); in create() 355 Aliasee); in create() 358 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() argument [all …]
|
D | TypeFinder.cpp | 38 if (const Value *Aliasee = I->getAliasee()) in run() local 39 incorporateValue(Aliasee); in run()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 32 const Twine &Name, Constant *Aliasee, Module *Parent); 42 Constant *Aliasee, Module *Parent); 52 GlobalValue *Aliasee); 56 GlobalValue *Aliasee); 59 static GlobalAlias *create(const Twine &Name, GlobalValue *Aliasee); 72 void setAliasee(Constant *Aliasee);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 32 const Twine &Name, Constant *Aliasee, Module *Parent); 42 Constant *Aliasee, Module *Parent); 52 GlobalValue *Aliasee); 56 GlobalValue *Aliasee); 59 static GlobalAlias *create(const Twine &Name, GlobalValue *Aliasee); 72 void setAliasee(Constant *Aliasee);
|
/external/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 36 const Twine &Name, Constant *Aliasee, Module *Parent); 43 Constant *Aliasee, Module *Parent); 53 GlobalValue *Aliasee); 57 GlobalValue *Aliasee); 60 static GlobalAlias *create(const Twine &Name, GlobalValue *Aliasee); 73 void setAliasee(Constant *Aliasee);
|
D | ModuleSummaryIndex.h | 217 void setAliasee(GlobalValueSummary *Aliasee) { AliaseeSummary = Aliasee; } in setAliasee() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 477 const Twine &Name, Constant *Aliasee, in GlobalAlias() argument 480 Aliasee) { in GlobalAlias() 487 Constant *Aliasee, Module *ParentModule) { in create() argument 488 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create() 499 GlobalValue *Aliasee) { in create() argument 500 return create(Ty, AddressSpace, Linkage, Name, Aliasee, Aliasee->getParent()); in create() 504 GlobalValue *Aliasee) { in create() argument 505 PointerType *PTy = Aliasee->getType(); in create() 507 Aliasee); in create() 510 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() argument [all …]
|
D | TypeFinder.cpp | 44 if (const Value *Aliasee = A.getAliasee()) in run() local 45 incorporateValue(Aliasee); in run()
|
/external/llvm-project/llvm/lib/IR/ |
D | Globals.cpp | 477 const Twine &Name, Constant *Aliasee, in GlobalAlias() argument 480 Aliasee) { in GlobalAlias() 487 Constant *Aliasee, Module *ParentModule) { in create() argument 488 return new GlobalAlias(Ty, AddressSpace, Link, Name, Aliasee, ParentModule); in create() 499 GlobalValue *Aliasee) { in create() argument 500 return create(Ty, AddressSpace, Linkage, Name, Aliasee, Aliasee->getParent()); in create() 504 GlobalValue *Aliasee) { in create() argument 505 PointerType *PTy = Aliasee->getType(); in create() 507 Aliasee); in create() 510 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() argument [all …]
|
D | TypeFinder.cpp | 44 if (const Value *Aliasee = A.getAliasee()) in run() local 45 incorporateValue(Aliasee); in run()
|
/external/llvm-project/llvm/lib/Object/ |
D | RecordStreamer.cpp | 127 const MCSymbol *Aliasee) { in emitELFSymverDirective() argument 128 SymverAliasMap[Aliasee].push_back(AliasName); in emitELFSymverDirective() 155 const MCSymbol *Aliasee = Symver.first; in flushSymverDirectives() local 160 RecordStreamer::State state = getSymbolState(Aliasee); in flushSymverDirectives() 188 const GlobalValue *GV = M.getNamedValue(Aliasee->getName()); in flushSymverDirectives() 190 auto MI = MangledNameMap.find(Aliasee->getName()); in flushSymverDirectives() 223 const MCExpr *Value = MCSymbolRefExpr::create(Aliasee, getContext()); in flushSymverDirectives()
|
D | RecordStreamer.h | 67 const MCSymbol *Aliasee) override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RecordStreamer.cpp | 127 const MCSymbol *Aliasee) { in emitELFSymverDirective() argument 128 SymverAliasMap[Aliasee].push_back(AliasName); in emitELFSymverDirective() 155 const MCSymbol *Aliasee = Symver.first; in flushSymverDirectives() local 160 RecordStreamer::State state = getSymbolState(Aliasee); in flushSymverDirectives() 188 const GlobalValue *GV = M.getNamedValue(Aliasee->getName()); in flushSymverDirectives() 190 auto MI = MangledNameMap.find(Aliasee->getName()); in flushSymverDirectives() 223 const MCExpr *Value = MCSymbolRefExpr::create(Aliasee, getContext()); in flushSymverDirectives()
|
D | RecordStreamer.h | 68 const MCSymbol *Aliasee) override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 35 Constant *Aliasee = A.getAliasee(); in extractSubModule() local 37 assert(Aliasee->hasName() && "Anonymous aliasee"); in extractSubModule() 40 if (isa<Function>(Aliasee)) { in extractSubModule() 41 auto *F = cloneFunctionDecl(*A.getParent(), *cast<Function>(Aliasee)); in extractSubModule() 45 } else if (isa<GlobalVariable>(Aliasee)) { in extractSubModule() 47 *cast<GlobalVariable>(Aliasee)); in extractSubModule()
|
D | Speculation.cpp | 32 auto It = Maps.insert({I.first, {I.second.Aliasee, SrcJD}}); in trackImpls()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 39 Constant *Aliasee = A.getAliasee(); in extractSubModule() local 41 assert(Aliasee->hasName() && "Anonymous aliasee"); in extractSubModule() 44 if (isa<Function>(Aliasee)) { in extractSubModule() 45 auto *F = cloneFunctionDecl(*A.getParent(), *cast<Function>(Aliasee)); in extractSubModule() 49 } else if (isa<GlobalVariable>(Aliasee)) { in extractSubModule() 51 *cast<GlobalVariable>(Aliasee)); in extractSubModule()
|
D | Speculation.cpp | 29 auto It = Maps.insert({I.first, {I.second.Aliasee, SrcJD}}); in trackImpls()
|
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 153 llvm::Constant *Aliasee = Ref; in TryEmitDefinitionAsAlias() local 155 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType); in TryEmitDefinitionAsAlias() 167 addReplacement(MangledName, Aliasee); in TryEmitDefinitionAsAlias() 198 Aliasee, &getModule()); in TryEmitDefinitionAsAlias()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCXX.cpp | 142 llvm::Constant *Aliasee = Ref; in TryEmitBaseDestructorAsAlias() local 144 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType); in TryEmitBaseDestructorAsAlias() 156 addReplacement(MangledName, Aliasee); in TryEmitBaseDestructorAsAlias() 185 Aliasee, &getModule()); in TryEmitBaseDestructorAsAlias()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 72 Constant *Aliasee; member 153 void scheduleMapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee, 164 void mapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee); 836 mapConstant(E.Data.GlobalAliasee.Aliasee)); in flush() 1011 void Mapper::scheduleMapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee, in scheduleMapGlobalAliasee() argument 1020 WE.Data.GlobalAliasee.Aliasee = &Aliasee; in scheduleMapGlobalAliasee() 1115 void ValueMapper::scheduleMapGlobalAliasee(GlobalAlias &GA, Constant &Aliasee, in scheduleMapGlobalAliasee() argument 1117 getAsMapper(pImpl)->scheduleMapGlobalAliasee(GA, Aliasee, MCID); in scheduleMapGlobalAliasee()
|
/external/llvm-project/llvm/test/Reduce/ |
D | remove-function-bodies-used-in-globals.ll | 5 ; (Aliasee should be either GlobalValue or ConstantExpr).
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCELFStreamer.h | 56 const MCSymbol *Aliasee) override;
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCELFStreamer.h | 56 const MCSymbol *Aliasee) override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 192 const GlobalObject *Aliasee = A->getBaseObject(); in FunctionInfo() local 193 const FunctionType *Type = cast<FunctionType>(Aliasee->getValueType()); in FunctionInfo() 198 US.Calls.emplace_back(Aliasee, ArgNo, ConstantRange(APInt(PointerSize, 0))); in FunctionInfo()
|