/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 270 updateValueInfoForIndirectCalls(const ModuleSummaryIndex &Index, ValueInfo VI) { in updateValueInfoForIndirectCalls() 289 for (auto &VI : Summary.refs()) { in computeImportForReferencedGlobals() local 309 auto MarkExported = [&](const ValueInfo &VI, const GlobalValueSummary *S) { in computeImportForReferencedGlobals() 328 for (const auto &VI : RefSummary->refs()) in computeImportForReferencedGlobals() local 373 ValueInfo VI = Edge.first; in computeImportForFunction() local 553 auto VI = Index.getValueInfo(GVSummary.first); in ComputeImportForModule() local 607 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) { in isGlobalVarSummary() 616 if (const auto &VI = Index.getValueInfo(G)) in isGlobalVarSummary() local 649 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport() 656 for (auto &VI : ExportPerModule.second) in checkVariableImport() local [all …]
|
D | StripSymbols.cpp | 163 for (ValueSymbolTable::iterator VI = ST.begin(), VE = ST.end(); VI != VE; ) { in StripSymtab() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 93 auto VI = getValueInfo(ValueGUID); in getGlobalValueSummary() local 102 auto VI = getValueInfo(GUID); in isGUIDLive() local 123 for (auto &VI : S->refs()) { in propagateAttributesToRefs() local 362 static std::string getNodeVisualName(const ValueInfo &VI) { in getNodeVisualName() 366 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel() 384 const ValueInfo &VI, GlobalValue::GUID Id) { in defineExternalNode() 493 auto VI = getValueInfo(SummaryIt.first); in exportToDot() local
|
D | ValueSymbolTable.cpp | 35 for (const auto &VI : vmap) in ~ValueSymbolTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 38 const GlobalValue *SGV, ValueInfo VI) { in shouldPromoteLocalToGlobal() 197 ValueInfo VI; in processGlobalForThinLTO() local
|
D | ModuleUtils.cpp | 301 Optional<VFInfo> VI = VFABI::tryDemangleForVFABI(VariantMapping); in setVectorVariantNames() local
|
D | LoopUnrollAndJam.cpp | 352 for (ValueToValueMapTy::iterator VI = VMap.begin(), VE = VMap.end(); in UnrollAndJamLoop() local
|
D | LoopUnroll.cpp | 634 for (ValueToValueMapTy::iterator VI = VMap.begin(), VE = VMap.end(); in UnrollLoop() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops_main.cpp | 77 for (size_t VI = 0; VI < NumTestVectors; ++VI) { in testInsertElement() local 112 for (size_t VI = 0; VI < NumTestVectors; ++VI) { in testExtractElement() local 141 for (size_t VI = 0; VI < NumTestVectors; ++VI) { in testShuffleVector() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | PHITransAddr.h | 118 if (Instruction *VI = dyn_cast<Instruction>(V)) in AddAsInput() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 426 for (auto &VI : StoreRefEdges) in computeFunctionSummary() local 434 for (auto &VI : LoadRefEdges) in computeFunctionSummary() local 438 for (auto &VI : StoreRefEdges) in computeFunctionSummary() local 635 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot() local 799 llvm::all_of(Summary->refs(), [&](const ValueInfo &VI) { in buildModuleSummaryIndex()
|
D | MemoryLocation.cpp | 56 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 73 ValueInfo VI; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 683 VarInfo &VI = getVarInfo(Reg); in replaceKillInstruction() local 739 LiveVariables::VarInfo &VI = getVarInfo(Reg); in isLiveOut() local 804 VarInfo &VI = getVarInfo(Reg); in addNewBlock() local
|
D | InterleavedLoadCombinePass.cpp | 1140 for (auto &VI : InterleavedLoad) { in combine() local 1193 for (auto &VI : InterleavedLoad) { in combine() local 1232 for (auto &VI : InterleavedLoad) { in combine() local
|
D | PHIElimination.cpp | 292 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode() local
|
D | StackColoring.cpp | 893 for (auto &VI : MF->getVariableDbgInfo()) { in remapInstructions() local
|
D | TailDuplicator.cpp | 405 auto VI = LocalVRMap.find(Reg); in duplicateInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 150 for (const auto &VI : ExportList) { in computeLTOCacheKey() local 195 for (const ValueInfo &VI : GS->refs()) { in computeLTOCacheKey() local 305 ValueInfo VI, DenseSet<GlobalValueSummary *> &GlobalInvolvedWithAlias, in thinLTOResolvePrevailingGUID() 389 ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteGUID() 1336 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 277 auto VI = Values.begin(); in restrictToBlocks() local 425 auto VI = ValueNumbering.find(V); in lookupOrAdd() local 514 auto VI = ValueNumbering.find(V); in lookup() local
|
D | Float2Int.cpp | 448 } else if (Instruction *VI = dyn_cast<Instruction>(V)) { in convert() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | LazyEmittingLayer.h | 112 auto VI = MangledSymbols->find(Name); in searchGVs() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCExpandISEL.cpp | 174 for (const auto &VI : I.second) in DumpISELInstructions() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 77 if (auto VI = dyn_cast<VarInit>(VBI->getBitVar())) { in checkBitsConcrete() local 174 if (VarInit *VI = dyn_cast<VarInit>(V)) in SetValue() local 1955 if (VarInit *VI = dyn_cast<VarInit>(Vals[i])) { in ParseSimpleValue() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 235 unsigned getValueId(ValueInfo VI) { in getValueId() 3689 auto VI = Index->getValueInfo(V.getGUID()); in writeModuleLevelReferences() local 3843 ValueInfo VI = Index->getValueInfo(F.getGUID()); in writePerModuleGlobalValueSummary() local 3997 for (const ValueInfo &VI : S->refs()) in writeCombinedGlobalValueSummary() local
|