/external/llvm-project/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 187 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/ |
D | ModuleSummaryIndex.cpp | 128 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/ |
D | SummaryBasedOptimizations.cpp | 37 for (auto &GVS : V.getSummaryList()) { in initializeCounts() local 66 for (auto &GVS : V.getSummaryList()) { in computeSyntheticCounts() local
|
D | LTOBackend.cpp | 548 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols() local
|
D | LTO.cpp | 212 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/ |
D | SummaryBasedOptimizations.cpp | 37 for (auto &GVS : V.getSummaryList()) { in initializeCounts() local 66 for (auto &GVS : V.getSummaryList()) { in computeSyntheticCounts() local
|
D | LTOBackend.cpp | 485 if (GlobalValueSummary *GVS = DefinedGlobals.lookup(GV.getGUID())) in dropDeadSymbols() local
|
D | LTO.cpp | 199 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey() local 380 static bool isWeakObjectWithRWAccess(GlobalValueSummary *GVS) { in isWeakObjectWithRWAccess()
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 213 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/ |
D | FunctionImportUtils.cpp | 249 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in processGlobalForThinLTO() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 242 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in processGlobalForThinLTO() local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | mlir_emitter.cc | 125 [](llvm::Module &M, const llvm::StringSet<> &GVS) { in EmitMlirFuncAndCall()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StackSafetyAnalysis.cpp | 617 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/ |
D | llvm-link.cpp | 405 std::move(M), ApplicableFlags, [](Module &M, const StringSet<> &GVS) { in linkFiles()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 640 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in checkVariableImport() local 693 if (auto *GVS = dyn_cast<GlobalVarSummary>(S)) { in ComputeCrossModuleImport() local
|
D | LowerTypeTests.cpp | 1905 for (auto &GVS : I.second.SummaryList) in lower() local 1933 for (auto &GVS : VI.getSummaryList()) in lower() local
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 243 auto GVS = dyn_cast<GlobalVarSummary>(Summary); in exportGlobalInModule() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
D | gpu_backend_lib.cc | 303 [](llvm::Module& M, const llvm::StringSet<>& GVS) { in LinkWithBitcodeVector()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 1846 for (auto &GVS : I.second.SummaryList) in lower() local 1874 for (auto &GVS : VI.getSummaryList()) in lower() local
|
D | FunctionImport.cpp | 650 auto *GVS = dyn_cast_or_null<GlobalVarSummary>( in checkVariableImport() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 266 [](llvm::Module &M, const llvm::StringSet<> &GVS) { in LinkInModules()
|