Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp193 const auto &SummaryList = VI.getSummaryList(); in isGUIDLive() local
184 auto VI = getValueInfo(ValueGUID); getGlobalValueSummary() local
216 for (auto &VI : S->refs()) { propagateAttributesToRefs() local
496 getNodeVisualName(const ValueInfo & VI) getNodeVisualName() argument
500 getNodeLabel(const ValueInfo & VI,GlobalValueSummary * GVS) getNodeLabel() argument
518 defineExternalNode(raw_ostream & OS,const char * Pfx,const ValueInfo & VI,GlobalValue::GUID Id) defineExternalNode() argument
654 auto VI = getValueInfo(SummaryIt.first); exportToDot() local
[all...]
H A DValueSymbolTable.cpp35 for (const auto &VI : vmap) in ~ValueSymbolTable() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp328 shouldImportGlobal(const ValueInfo & VI) shouldImportGlobal() argument
353 for (const auto &VI : Summary.refs()) { onImportingSummaryImpl() local
496 for (auto &VI : llvm::make_early_inc_range(ValueInfos)) { computeImportForModule() local
601 ValueInfo VI = Index.getValueInfo(I); WorkloadImportsManager() local
730 ValueInfo VI = Edge.first; computeImportForFunction() local
929 auto VI = Index.getValueInfo(GVSummary.first); computeImportForModule() local
984 isGlobalVarSummary(const ModuleSummaryIndex & Index,ValueInfo VI) isGlobalVarSummary() argument
993 if (const auto &VI = Index.getValueInfo(G)) isGlobalVarSummary() local
1003 for (auto &VI : ExportSet) numGlobalVarSummaries() local
1046 __anon05cd28790a02(StringRef ModulePath, const ValueInfo &VI) checkVariableImport() argument
1056 for (auto &VI : ExportPerModule.second) checkVariableImport() local
1113 for (const auto &VI : GVS->refs()) ComputeCrossModuleImport() local
1261 auto VI = Index.getValueInfo(GUID); updateValueInfoForIndirectCalls() local
1307 ValueInfo VI = Index.getValueInfo(GUID); computeDeadSymbolsAndUpdateIndirectCalls() local
1316 auto VI = Index.getValueInfo(Entry); computeDeadSymbolsAndUpdateIndirectCalls() local
1330 __anon05cd28790c02(ValueInfo VI, bool IsAliasee) computeDeadSymbolsAndUpdateIndirectCalls() argument
1381 auto VI = Worklist.pop_back_val(); computeDeadSymbolsAndUpdateIndirectCalls() local
[all...]
H A DStripSymbols.cpp78 Value *V = VI->getValue(); in StripSymtab() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp46 const GlobalValue *SGV, ValueInfo VI) { in shouldPromoteLocalToGlobal() argument
222 ValueInfo VI; in processGlobalForThinLTO() local
[all...]
H A DMemoryOpRemark.cpp374 const VariableInfo &VI = VIs[i]; in visitPtr() local
/llvm-project/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()
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp70 DuplicateDefinitionInSummary(std::string GlobalValueName, ValueInfo VI) in DuplicateDefinitionInSummary()
139 ValueInfo VI = Index.getValueInfo(G); in getMainModulePath() local
/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h115 if (Instruction *VI = dyn_cast<Instruction>(V)) in addAsInput() local
/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp659 VarInfo &VI = getVarInfo(Reg); recomputeForSingleDefVirtReg() local
744 VarInfo &VI = getVarInfo(Reg); replaceKillInstruction() local
798 LiveVariables::VarInfo &VI = getVarInfo(Reg); isLiveOut() local
862 VarInfo &VI = getVarInfo(Reg); addNewBlock() local
881 LiveVariables::VarInfo &VI = getVarInfo(VirtReg); addNewBlock() local
[all...]
H A DPHIElimination.cpp169 LiveVariables::VarInfo &VI = LV->getVarInfo(VirtReg); runOnMachineFunction() local
356 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); LowerPHINode() local
H A DInterleavedLoadCombinePass.cpp1199 if (!DT.dominates(InsertionPoint, VI.SVI)) in combine() local
1143 for (auto &VI : InterleavedLoad) { combine() local
1233 for (auto &VI : InterleavedLoad) { combine() local
[all...]
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h77 ValueInfo VI; global() member
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp253 LiveVariables::VarInfo &VI = LV->getVarInfo(MOReg); in collectCandidateRegisters() local
244 LiveVariables::VarInfo &VI = LV->getVarInfo(MOReg); collectCandidateRegisters() local
283 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); collectCandidateRegisters() local
/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp590 for (const auto &VI : StoreRefEdges) computeFunctionSummary() local
598 for (const auto &VI : LoadRefEdges) computeFunctionSummary() local
602 for (const auto &VI : StoreRefEdges) computeFunctionSummary() local
867 if (ValueInfo VI = Index.getValueInfo(GlobalValue::getGUID(Name))) setLiveRoot() local
1053 __anonf4bec86e0502(const ValueInfo &VI) buildModuleSummaryIndex() argument
[all...]
H A DMemoryLocation.cpp54 return MemoryLocation(VI->getPointerOperand(), in get() argument
/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp87 if (VI->getName() == VarName) in getVariableBit() local
84 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar())) getVariableBit() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-qualifiermixing.cpp24 void qualified2(int I, volatile int VI) {} in qualified2()
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp461 if (VI != ValueNumbering.end()) in lookupOrAdd() local
301 auto VI = Values.begin(); restrictToBlocks() local
554 auto VI = ValueNumbering.find(V); lookup() local
[all...]
H A DFloat2Int.cpp415 } else if (Instruction *VI = dyn_cast<Instruction>(V)) { convert() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dast-types.cpp94 class VI : virtual MI { int vi; }; class
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp
/llvm-project/llvm/unittests/XRay/
H A DGraphTest.cpp26 typedef typename GraphT::VertexIdentifier VI; typedef
/llvm-project/llvm/lib/LTO/
H A DLTO.cpp168 for (const auto &VI : ExportList) computeLTOCacheKey() local
250 for (const ValueInfo &VI : GS->refs()) { computeLTOCacheKey() local
361 thinLTOResolvePrevailingGUID(const Config & C,ValueInfo VI,DenseSet<GlobalValueSummary * > & GlobalInvolvedWithAlias,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,function_ref<void (StringRef,GlobalValue::GUID,GlobalValue::LinkageTypes)> recordNewLinkage,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols) thinLTOResolvePrevailingGUID() argument
460 thinLTOInternalizeAndPromoteGUID(ValueInfo VI,function_ref<bool (StringRef,ValueInfo)> isExported,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing) thinLTOInternalizeAndPromoteGUID() argument
1813 __anonaa2c08901902(StringRef ModuleIdentifier, ValueInfo VI) runThinLTO() argument
[all...]

1234