Home
last modified time | relevance | path

Searched refs:Aliasee (Results 1 – 25 of 98) sorted by relevance

1234

/external/llvm/lib/IR/
DGlobals.cpp325 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 …]
DTypeFinder.cpp38 if (const Value *Aliasee = I->getAliasee()) in run() local
39 incorporateValue(Aliasee); in run()
/external/llvm-project/llvm/include/llvm/IR/
DGlobalAlias.h32 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/
DGlobalAlias.h32 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/
DGlobalAlias.h36 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);
DModuleSummaryIndex.h217 void setAliasee(GlobalValueSummary *Aliasee) { AliaseeSummary = Aliasee; } in setAliasee() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp477 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 …]
DTypeFinder.cpp44 if (const Value *Aliasee = A.getAliasee()) in run() local
45 incorporateValue(Aliasee); in run()
/external/llvm-project/llvm/lib/IR/
DGlobals.cpp477 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 …]
DTypeFinder.cpp44 if (const Value *Aliasee = A.getAliasee()) in run() local
45 incorporateValue(Aliasee); in run()
/external/llvm-project/llvm/lib/Object/
DRecordStreamer.cpp127 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()
DRecordStreamer.h67 const MCSymbol *Aliasee) override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp127 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()
DRecordStreamer.h68 const MCSymbol *Aliasee) override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp35 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()
DSpeculation.cpp32 auto It = Maps.insert({I.first, {I.second.Aliasee, SrcJD}}); in trackImpls()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp39 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()
DSpeculation.cpp29 auto It = Maps.insert({I.first, {I.second.Aliasee, SrcJD}}); in trackImpls()
/external/clang/lib/CodeGen/
DCGCXX.cpp153 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/
DCGCXX.cpp142 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/
DValueMapper.cpp72 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/
Dremove-function-bodies-used-in-globals.ll5 ; (Aliasee should be either GlobalValue or ConstantExpr).
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCELFStreamer.h56 const MCSymbol *Aliasee) override;
/external/llvm-project/llvm/include/llvm/MC/
DMCELFStreamer.h56 const MCSymbol *Aliasee) override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp192 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()

1234