Home
last modified time | relevance | path

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

/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.cpp107 false_id_ = get_module()->GetGlobalValue(SpvOpConstantFalse); in GetFalseId()
109 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId()
Dmodule.h127 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.cpp111 false_id_ = get_module()->GetGlobalValue(SpvOpConstantFalse); in GetFalseId()
113 uint32_t boolId = get_module()->GetGlobalValue(SpvOpTypeBool); in GetFalseId()
Dmodule.h127 uint32_t GetGlobalValue(SpvOp opcode) const;
/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()