Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp248 static bool shouldImportGlobal(const ValueInfo &VI, in shouldImportGlobal()
277 for (const auto &VI : Summary.refs()) { in computeImportForReferencedGlobals() local
359 ValueInfo VI = Edge.first; in computeImportForFunction() local
536 auto VI = Index.getValueInfo(GVSummary.first); in ComputeImportForModule() local
594 static bool isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) { in isGlobalVarSummary()
603 if (const auto &VI = Index.getValueInfo(G)) in isGlobalVarSummary() local
636 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport()
643 for (auto &VI : ExportPerModule.second) in checkVariableImport() local
696 for (const auto &VI : GVS->refs()) in ComputeCrossModuleImport() local
817 auto VI = Index.getValueInfo(GUID); in updateValueInfoForIndirectCalls() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp172 auto VI = getValueInfo(ValueGUID); in getGlobalValueSummary() local
181 auto VI = getValueInfo(GUID); in isGUIDLive() local
204 for (auto &VI : S->refs()) { in propagateAttributesToRefs() local
484 static std::string getNodeVisualName(const ValueInfo &VI) { in getNodeVisualName()
488 static std::string getNodeLabel(const ValueInfo &VI, GlobalValueSummary *GVS) { in getNodeLabel()
506 const ValueInfo &VI, GlobalValue::GUID Id) { in defineExternalNode()
624 auto VI = getValueInfo(SummaryIt.first); in exportToDot() local
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLiveVariables.cpp673 VarInfo &VI = getVarInfo(Reg); in recomputeForSingleDefVirtReg() local
754 VarInfo &VI = getVarInfo(Reg); in replaceKillInstruction() local
808 LiveVariables::VarInfo &VI = getVarInfo(Reg); in isLiveOut() local
872 VarInfo &VI = getVarInfo(Reg); in addNewBlock() local
891 LiveVariables::VarInfo &VI = getVarInfo(VirtReg); in addNewBlock() local
H A DInterleavedLoadCombinePass.cpp1137 for (auto &VI : InterleavedLoad) { in combine() local
1193 for (auto &VI : InterleavedLoad) { in combine() local
1231 for (auto &VI : InterleavedLoad) { in combine() local
H A DPHIElimination.cpp168 LiveVariables::VarInfo &VI = LV->getVarInfo(VirtReg); in runOnMachineFunction() local
331 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp513 for (const auto &VI : StoreRefEdges) in computeFunctionSummary() local
521 for (const auto &VI : LoadRefEdges) in computeFunctionSummary() local
525 for (const auto &VI : StoreRefEdges) in computeFunctionSummary() local
732 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) in setLiveRoot() local
913 llvm::all_of(Summary->refs(), [&](const ValueInfo &VI) { in buildModuleSummaryIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp38 const GlobalValue *SGV, ValueInfo VI) { in shouldPromoteLocalToGlobal()
197 ValueInfo VI; in processGlobalForThinLTO() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp46 const GlobalValue *SGV, ValueInfo VI) { in shouldPromoteLocalToGlobal()
222 ValueInfo VI; in processGlobalForThinLTO() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp244 LiveVariables::VarInfo &VI = LV->getVarInfo(MOReg); in collectCandidateRegisters() local
253 LiveVariables::VarInfo &VI = LV->getVarInfo(MOReg); in collectCandidateRegisters() local
283 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in collectCandidateRegisters() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A 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()
/aosp_15_r20/external/llvm/utils/TableGen/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp153 for (const auto &VI : ExportList) { in computeLTOCacheKey() local
216 for (const ValueInfo &VI : GS->refs()) { in computeLTOCacheKey() local
326 const Config &C, ValueInfo VI, in thinLTOResolvePrevailingGUID()
433 ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteGUID()
1569 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { in runThinLTO()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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
H A 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
/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp272 auto VI = Values.begin(); in restrictToBlocks() local
431 auto VI = ValueNumbering.find(V); in lookupOrAdd() local
524 auto VI = ValueNumbering.find(V); in lookup() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp238 unsigned getValueId(ValueInfo VI) { in getValueId()
3993 Stream, FS, [&](const ValueInfo &VI) -> std::optional<unsigned> { in writePerModuleFunctionSummaryRecord()
4000 /*GetValueId*/ [&](const ValueInfo &VI) { return getValueId(VI); }, in writePerModuleFunctionSummaryRecord()
4040 auto VI = Index->getValueInfo(V.getGUID()); in writeModuleLevelReferences() local
4219 ValueInfo VI = Index->getValueInfo(F.getGUID()); in writePerModuleGlobalValueSummary() local
4407 for (const ValueInfo &VI : S->refs()) in writeCombinedGlobalValueSummary() local
4447 auto GetValueId = [&](const ValueInfo &VI) -> std::optional<unsigned> { in writeCombinedGlobalValueSummary()
4460 /*GetValueId*/ [&](const ValueInfo &VI) -> unsigned { in writeCombinedGlobalValueSummary()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp243 if (Instruction *VI = dyn_cast<Instruction>(V)) { in GetShiftedValue() local
285 if (Instruction *VI = dyn_cast<Instruction>(V)) { in GetShiftedValue() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-alias-template.cpp16 vector<int> VI; in z() local
H A Dbuiltins-systemz-zvector.cpp13 void testInts(vector int VI) { in testInts()

12345678