Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp214 if (auto *GVS = dyn_cast<GlobalVarSummary>(Ref->getBaseObject())) { in propagateAttributesToRefs() local
284 if (auto *GVS = dyn_cast<GlobalVarSummary>(S->getBaseObject())) in propagateAttributes() local
310 if (auto *GVS = dyn_cast<GlobalVarSummary>( in propagateAttributes() local
322 auto HasRefsPreventingImport = [this](const GlobalVarSummary *GVS) { in canImportGlobalVar()
340 auto *GVS = cast<GlobalVarSummary>(S->getBaseObject()); in canImportGlobalVar() local
471 static std::string getSummaryAttributes(GlobalValueSummary* GVS) { in getSummaryAttributes()
488 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel()
519 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) in hasReadOnlyFlag() local
525 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) in hasWriteOnlyFlag() local
531 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) in hasConstantFlag() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp37 for (auto &GVS : V.getSummaryList()) { in initializeCounts() local
66 for (auto &GVS : V.getSummaryList()) { in computeSyntheticCounts() local
H A DLTO.cpp199 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey() local
380 static bool isWeakObjectWithRWAccess(GlobalValueSummary *GVS) { in isWeakObjectWithRWAccess()
H A DLTOBackend.cpp485 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp39 for (auto &GVS : V.getSummaryList()) { in initializeCounts() local
68 for (auto &GVS : V.getSummaryList()) { in computeSyntheticCounts() local
H A DLTO.cpp220 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey() local
424 static bool isWeakObjectWithRWAccess(GlobalValueSummary *GVS) { in isWeakObjectWithRWAccess()
H A DLTOBackend.cpp524 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols() local
/aosp_15_r20/external/llvm/include/llvm/IR/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp250 const auto &GVS = DefinedGVSummaries.find(VI.getGUID()); in shouldImportGlobal() local
637 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in checkVariableImport() local
690 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) { in ComputeCrossModuleImport() local
H A DLowerTypeTests.cpp1935 for (auto &GVS : I.second.SummaryList) in lower() local
1963 for (const auto &GVS : VI.getSummaryList()) in lower() local
H A DFunctionAttrs.cpp321 for (const auto &GVS : VI.getSummaryList()) { in calculatePrevailingSummary() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp697 for (const auto& GVS : SummaryList) { in findCalleeFunctionSummary() local
1111 for (auto &GVS : Index) in generateParamAccessSummary() local
1122 for (auto &GVS : Index) { in generateParamAccessSummary() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp249 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in processGlobalForThinLTO() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp267 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in processGlobalForThinLTO() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dmlir_emitter.cc128 [](llvm::Module &M, const llvm::StringSet<> &GVS) { in EmitMlirFuncAndCall()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1846 for (auto &GVS : I.second.SummaryList) in lower() local
1874 for (auto &GVS : VI.getSummaryList()) in lower() local
H A DFunctionImport.cpp650 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in checkVariableImport() local
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp243 auto GVS = dyn_cast<GlobalVarSummary>(Summary); in exportGlobalInModule() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
H A Dgpu_backend_lib.cc303 [](llvm::Module& M, const llvm::StringSet<>& GVS) { in LinkWithBitcodeVector()