Home
last modified time | relevance | path

Searched defs:GVS (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp187 if (auto *GVS = dyn_cast<GlobalVarSummary>(Ref->getBaseObject())) { in propagateAttributesToRefs() local
254 if (auto *GVS = dyn_cast<GlobalVarSummary>(S->getBaseObject())) in propagateAttributes() local
269 if (auto *GVS = dyn_cast<GlobalVarSummary>( in propagateAttributes() local
281 auto HasRefsPreventingImport = [this](const GlobalVarSummary *GVS) { in canImportGlobalVar()
299 auto *GVS = cast<GlobalVarSummary>(S->getBaseObject()); in canImportGlobalVar() local
422 static std::string getSummaryAttributes(GlobalValueSummary* GVS) { in getSummaryAttributes()
439 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel()
470 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) in hasReadOnlyFlag() local
476 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) in hasWriteOnlyFlag() local
482 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) in hasConstantFlag() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp128 if (auto *GVS = dyn_cast<GlobalVarSummary>(Ref->getBaseObject())) { in propagateAttributesToRefs() local
182 if (auto *GVS = dyn_cast<GlobalVarSummary>(S->getBaseObject())) in propagateAttributes() local
197 if (auto *GVS = dyn_cast<GlobalVarSummary>( in propagateAttributes() local
209 auto HasRefsPreventingImport = [this](const GlobalVarSummary *GVS) { in canImportGlobalVar()
226 auto *GVS = cast<GlobalVarSummary>(S->getBaseObject()); in canImportGlobalVar() local
349 static std::string getSummaryAttributes(GlobalValueSummary* GVS) { in getSummaryAttributes()
366 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel()
397 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) in hasReadOnlyFlag() local
403 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) in hasWriteOnlyFlag() local
506 auto *GVS = SummaryIt.second; in exportToDot() local
/external/llvm-project/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp37 for (auto &GVS : V.getSummaryList()) { in initializeCounts() local
66 for (auto &GVS : V.getSummaryList()) { in computeSyntheticCounts() local
DLTOBackend.cpp548 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols() local
DLTO.cpp212 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey() local
393 static bool isWeakObjectWithRWAccess(GlobalValueSummary *GVS) { in isWeakObjectWithRWAccess()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DSummaryBasedOptimizations.cpp37 for (auto &GVS : V.getSummaryList()) { in initializeCounts() local
66 for (auto &GVS : V.getSummaryList()) { in computeSyntheticCounts() local
DLTOBackend.cpp485 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols() local
DLTO.cpp199 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey() local
380 static bool isWeakObjectWithRWAccess(GlobalValueSummary *GVS) { in isWeakObjectWithRWAccess()
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h213 static bool classof(const GlobalValueSummary *GVS) { in classof()
250 static bool classof(const GlobalValueSummary *GVS) { in classof()
296 static bool classof(const GlobalValueSummary *GVS) { in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp249 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in processGlobalForThinLTO() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp242 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in processGlobalForThinLTO() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dmlir_emitter.cc125 [](llvm::Module &M, const llvm::StringSet<> &GVS) { in EmitMlirFuncAndCall()
/external/llvm-project/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp617 for (const auto& GVS : SummaryList) { in findCalleeFunctionSummary() local
1012 for (auto &GVS : Index) in generateParamAccessSummary() local
1023 for (auto &GVS : Index) { in generateParamAccessSummary() local
/external/llvm-project/llvm/tools/llvm-link/
Dllvm-link.cpp405 std::move(M), ApplicableFlags, [](Module &M, const StringSet<> &GVS) { in linkFiles()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp640 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in checkVariableImport() local
693 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) { in ComputeCrossModuleImport() local
DLowerTypeTests.cpp1905 for (auto &GVS : I.second.SummaryList) in lower() local
1933 for (auto &GVS : VI.getSummaryList()) in lower() local
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp243 auto GVS = dyn_cast<GlobalVarSummary>(Summary); in exportGlobalInModule() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc303 [](llvm::Module& M, const llvm::StringSet<>& GVS) { in LinkWithBitcodeVector()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1846 for (auto &GVS : I.second.SummaryList) in lower() local
1874 for (auto &GVS : VI.getSummaryList()) in lower() local
DFunctionImport.cpp650 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in checkVariableImport() local
/external/llvm-project/clang/lib/CodeGen/
DCodeGenAction.cpp266 [](llvm::Module &M, const llvm::StringSet<> &GVS) { in LinkInModules()