Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryLocation.cpp56 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() argument
H A DMemoryDependenceAnalysis.cpp1181 DenseMap<BasicBlock *, Value *>::iterator VI = in getNonLocalPointerDepFromBB() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h73 ValueInfo VI; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp197 ValueInfo VI; in processGlobalForThinLTO() local
37 shouldPromoteLocalToGlobal( const GlobalValue *SGV, ValueInfo VI) shouldPromoteLocalToGlobal() argument
[all...]
H A DModuleUtils.cpp301 Optional<VFInfo> VI = VFABI::tryDemangleForVFABI(VariantMapping); in setVectorVariantNames() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyEmittingLayer.h112 auto VI = MangledSymbols->find(Name); in searchGVs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp277 auto VI = Values.begin(); in restrictToBlocks() local
[all...]
H A DScalarizer.cpp707 Instruction *VI; in visitBitCastInst() local
H A DGVN.cpp484 DenseMap<Value*, uint32_t>::iterator VI = valueNumbering.find(V); in lookupOrAdd() local
560 DenseMap<Value*, uint32_t>::const_iterator VI = valueNumbering.find(V); in lookup() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPHIElimination.cpp292 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode() local
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
[all...]
H A DTailDuplicator.cpp405 auto VI = LocalVRMap.find(Reg); in duplicateInstruction() local
[all...]
H A DMachineVerifier.cpp1946 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in checkLiveness() local
2337 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in verifyLiveVariables() local
H A DCodeGenPrepare.cpp7278 Instruction *VI = dyn_cast_or_null<Instruction>(DVI->getValue()); in placeDbgValues() local
7294 << *DVI << ' ' << *VI); in placeDbgValues() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp304 thinLTOResolvePrevailingGUID( 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
388 thinLTOInternalizeAndPromoteGUID( ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, function_ref<bool(GlobalValue::GUID, const GlobalValueSummary *)> isPrevailing) thinLTOInternalizeAndPromoteGUID() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp270 updateValueInfoForIndirectCalls(const ModuleSummaryIndex &Index, ValueInfo VI) { in updateValueInfoForIndirectCalls() argument
373 ValueInfo VI = Edge.first; computeImportForFunction() local
553 auto VI = Index.getValueInfo(GVSummary.first); ComputeImportForModule() local
607 isGlobalVarSummary(const ModuleSummaryIndex &Index, ValueInfo VI) isGlobalVarSummary() argument
796 ValueInfo VI = Index.getValueInfo(GUID); computeDeadSymbols() local
805 auto VI = Index.getValueInfo(Entry); computeDeadSymbols() local
870 auto VI = Worklist.pop_back_val(); computeDeadSymbols() local
[all...]
H A DWholeProgramDevirt.cpp717 auto &VI = T.first; in updateIndexWPDForExports() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp159 DenseMap<const Value *, unsigned>::iterator VI = LocalValueMap.find(&*I); in lowerArguments() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp588 VRegMap::const_iterator VI = RegMap.find(Reg); in getVirtualRegisterName() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp898 auto VI = ResolvedValues.find(V); in scanPHIsAndUpdateValueMap() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1180 void addGlobalValueSummary(ValueInfo VI, in addGlobalValueSummary() argument
1202 findSummaryInModule(ValueInfo VI, StringRef ModuleId) const findSummaryInModule() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp2721 auto VI = TheIndex->getValueInfo(GlobalList); in printModuleSummaryIndex() local
3127 void AssemblyWriter::printSummaryInfo(unsigned Slot, const ValueInfo &VI) { in printSummaryInfo() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp235 unsigned getValueId(ValueInfo VI) { in getValueId() argument
3689 auto VI = Index->getValueInfo(V.getGUID()); in writeModuleLevelReferences() local
3843 ValueInfo VI = Index->getValueInfo(F.getGUID()); writePerModuleGlobalValueSummary() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp282 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in convertToThreeAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6060 ValueInfo VI = getValueInfoFromValueId(ValueID).first; in parseEntireSummary() local
6092 ValueInfo VI = getValueInfoFromValueId(ValueID).first; in parseEntireSummary() local
6116 ValueInfo VI = getValueInfoFromValueId(ValueID).first; in parseEntireSummary() local

Completed in 93 milliseconds