Home
last modified time | relevance | path

Searched defs:VI (Results 1 – 25 of 55) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp270 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 …]
DStripSymbols.cpp163 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/
DModuleSummaryIndex.cpp93 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
DValueSymbolTable.cpp35 for (const auto &VI : vmap) in ~ValueSymbolTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionImportUtils.cpp38 const GlobalValue *SGV, ValueInfo VI) { in shouldPromoteLocalToGlobal()
197 ValueInfo VI; in processGlobalForThinLTO() local
DModuleUtils.cpp301 Optional<VFInfo> VI = VFABI::tryDemangleForVFABI(VariantMapping); in setVectorVariantNames() local
DLoopUnrollAndJam.cpp352 for (ValueToValueMapTy::iterator VI = VMap.begin(), VE = VMap.end(); in UnrollAndJamLoop() local
DLoopUnroll.cpp634 for (ValueToValueMapTy::iterator VI = VMap.begin(), VE = VMap.end(); in UnrollLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_main.cpp77 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/
DPHITransAddr.h118 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/
DModuleSummaryAnalysis.cpp426 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()
DMemoryLocation.cpp56 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/
DFunctionImport.h73 ValueInfo VI; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveVariables.cpp683 VarInfo &VI = getVarInfo(Reg); in replaceKillInstruction() local
739 LiveVariables::VarInfo &VI = getVarInfo(Reg); in isLiveOut() local
804 VarInfo &VI = getVarInfo(Reg); in addNewBlock() local
DInterleavedLoadCombinePass.cpp1140 for (auto &VI : InterleavedLoad) { in combine() local
1193 for (auto &VI : InterleavedLoad) { in combine() local
1232 for (auto &VI : InterleavedLoad) { in combine() local
DPHIElimination.cpp292 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode() local
DStackColoring.cpp893 for (auto &VI : MF->getVariableDbgInfo()) { in remapInstructions() local
DTailDuplicator.cpp405 auto VI = LocalVRMap.find(Reg); in duplicateInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp150 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/
DGVNSink.cpp277 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
DFloat2Int.cpp448 } 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/
DLazyEmittingLayer.h112 auto VI = MangledSymbols->find(Name); in searchGVs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp174 for (const auto &VI : I.second) in DumpISELInstructions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp77 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/
DBitcodeWriter.cpp235 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

123