Home
last modified time | relevance | path

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

1234

/external/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 …]
/external/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
/external/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
/external/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
/external/clang/test/CodeGenCXX/
Dmangle-alias-template.cpp16 vector<int> VI; in z() local
Dbuiltins-systemz-zvector.cpp13 void testInts(vector int VI) { in testInts()
/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp50 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar())) in getVariableBit() local
53 } else if (VarInit *VI = dyn_cast<VarInit>(BI->getBit(bit))) { in getVariableBit() local
/external/llvm/lib/IR/
DValueSymbolTable.cpp27 for (const auto &VI : vmap) in ~ValueSymbolTable() local
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DPHITransAddr.h118 if (Instruction *VI = dyn_cast<Instruction>(V)) in AddAsInput() local
/external/llvm/include/llvm/Analysis/
DPHITransAddr.h119 if (Instruction *VI = dyn_cast<Instruction>(V)) in AddAsInput() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.cpp74 VI = 1 enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h73 ValueInfo VI; member
/external/llvm/lib/Analysis/
DMemoryLocation.cpp40 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get()
/external/llvm/lib/CodeGen/
DLiveVariables.cpp685 VarInfo &VI = getVarInfo(Reg); in replaceKillInstruction() local
741 LiveVariables::VarInfo &VI = getVarInfo(Reg); in isLiveOut() local
806 VarInfo &VI = getVarInfo(Reg); in addNewBlock() local
/external/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
/external/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()
/external/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
/external/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp243 if (Instruction *VI = dyn_cast<Instruction>(V)) { in GetShiftedValue() local
285 if (Instruction *VI = dyn_cast<Instruction>(V)) { in GetShiftedValue() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h112 auto VI = MangledSymbols->find(Name); in searchGVs() local
/external/llvm/include/llvm/ExecutionEngine/Orc/
DLazyEmittingLayer.h133 auto VI = MangledSymbols->find(Name); in searchGVs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp174 for (const auto &VI : I.second) in DumpISELInstructions() local

1234