Home
last modified time | relevance | path

Searched refs:GetGlobalValue (Results 1 – 18 of 18) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp245 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in applyReplacements()
321 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
374 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
1199 if (llvm::GlobalValue *Entry = GetGlobalValue(NonTargetName)) in UpdateMultiVersionNames()
1272 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { in GetGlobalValue() function in CodeGenModule
2302 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
2676 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference()
2830 if (GetGlobalValue(MangledName) != nullptr) { in EmitGlobal()
3099 llvm::Constant *Func = GetGlobalValue(MangledName); in emitMultiVersionFunctions()
3103 Func = GetGlobalValue(MangledName); in emitMultiVersionFunctions()
[all …]
DCGCXX.cpp128 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitBaseDestructorAsAlias()
DItaniumCXXABI.cpp432 auto *Entry = CGM.GetGlobalValue(Name); in hasAnyUnusedVirtualInlineFunction()
2815 llvm::GlobalValue *GV = CGM.GetGlobalValue(CGM.getMangledName(VD)); in EmitThreadLocalInitFuncs()
2824 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD))); in EmitThreadLocalInitFuncs()
4168 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName); in emitConstructorDestructorAlias()
DCodeGenModule.h1294 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
DMicrosoftCXXABI.cpp2367 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()
DCGOpenMPRuntime.cpp3207 if (!CGM.GetGlobalValue(FnName)) in createOffloadEntriesAndInfoMetadata()
10483 if (!CGM.GetGlobalValue(RefName)) { in registerTargetGlobalVariable()
10631 CGM.GetGlobalValue(CGM.getMangledName(GD)))) in markAsGlobalTarget()
DTargetInfo.cpp9927 llvm::GlobalValue *GV = CGM.GetGlobalValue(Val.second); in emitTargetMetadata()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp216 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in applyReplacements()
292 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
347 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in checkAliases()
704 llvm::GlobalValue *CodeGenModule::GetGlobalValue(StringRef Name) { in GetGlobalValue() function in CodeGenModule
1291 GV = GetGlobalValue(getMangledName(D)); in EmitDeferred()
1499 llvm::GlobalValue *Entry = GetGlobalValue(AA->getAliasee()); in GetWeakRefReference()
1632 if (llvm::GlobalValue *GV = GetGlobalValue(MangledName)) { in EmitGlobal()
1830 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in GetOrCreateLLVMFunction()
2067 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in GetOrCreateLLVMGlobal()
2282 llvm::GlobalValue *GV = GetGlobalValue(MangledName); in EmitTentativeDefinition()
[all …]
DCGCXX.cpp139 llvm::GlobalValue *Entry = GetGlobalValue(MangledName); in TryEmitDefinitionAsAlias()
DCodeGenModule.h1090 llvm::GlobalValue *GetGlobalValue(StringRef Ref);
DItaniumCXXABI.cpp2259 cast<llvm::GlobalVariable>(CGM.GetGlobalValue(CGM.getMangledName(VD))); in EmitThreadLocalInitFuncs()
3452 llvm::GlobalValue *Entry = CGM.GetGlobalValue(MangledName); in emitConstructorDestructorAlias()
DMicrosoftCXXABI.cpp2224 CGM.GetGlobalValue(CGM.getMangledName(CXXThreadLocalInitVars[I]))); in EmitThreadLocalInitFuncs()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp72 uint32_t Module::GetGlobalValue(SpvOp opcode) const { in GetGlobalValue() function in spvtools::opt::Module
Dinline_pass.cpp123 false_id_ = get_module()->GetGlobalValue(SpvOpConstantFalse); in GetFalseId()
125 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId()
Dmodule.h136 uint32_t GetGlobalValue(SpvOp opcode) const;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp72 uint32_t Module::GetGlobalValue(SpvOp opcode) const { in GetGlobalValue() function in spvtools::opt::Module
Dinline_pass.cpp123 false_id_ = get_module()->GetGlobalValue(SpvOpConstantFalse); in GetFalseId()
125 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId()
Dmodule.h136 uint32_t GetGlobalValue(SpvOp opcode) const;