Searched refs:TheIndex (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 689 ModuleSummaryIndex &TheIndex; member in __anon64e572620411::ModuleSummaryIndexBitcodeReader 732 ModuleSummaryIndex &TheIndex, 4817 BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, in ModuleSummaryIndexBitcodeReader() argument 4819 : BitcodeReaderBase(std::move(Cursor), Strtab), TheIndex(TheIndex), in ModuleSummaryIndexBitcodeReader() 4823 TheIndex.addModule(ModulePath, ModuleId); in addThisModule() 4828 return TheIndex.getModule(ModulePath); in getThisModule() 4855 TheIndex.getOrInsertValueInfo( in setValueGUID() 4857 UseStrtab ? ValueName : TheIndex.saveString(ValueName.str())), in setValueGUID() 4937 std::make_pair(TheIndex.getOrInsertValueInfo(RefGUID), RefGUID); in parseValueSymbolTable() 5146 ModuleSummaryIndex &TheIndex) { in parseTypeIdSummaryRecord() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 681 const ModuleSummaryIndex *TheIndex = nullptr; member in llvm::SlotTracker 898 : TheModule(nullptr), ShouldInitializeAllMetadata(false), TheIndex(Index) {} in SlotTracker() 911 if (!TheIndex) in initializeIndexIfNeeded() 914 TheIndex = nullptr; ///< Prevent re-processing next time we're called. in initializeIndexIfNeeded() 1011 assert(TheIndex); in processIndex() 1017 for (auto &ModPath : TheIndex->modulePaths()) in processIndex() 1025 for (auto &GlobalList : *TheIndex) in processIndex() 1028 for (auto &TId : TheIndex->typeIds()) in processIndex() 2286 const ModuleSummaryIndex *TheIndex = nullptr; member in __anon5d5c8a720611::AssemblyWriter 2395 : Out(o), TheIndex(Index), Machine(Mac), TypePrinter(/*Module=*/nullptr), in AssemblyWriter() [all …]
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 473 ModuleSummaryIndex *TheIndex = nullptr; member in __anonecb5182a0111::ModuleSummaryIndexBitcodeReader 6047 if (!TheIndex) in parseModule() 6049 if (TheIndex->modulePaths().empty()) in parseModule() 6052 if (TheIndex->modulePaths().size() != 1) in parseModule() 6054 auto &Hash = TheIndex->modulePaths().begin()->second.second; in parseModule() 6149 TheIndex->removeEmptySummaryEntries(); in parseEntireSummary() 6188 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first()); in parseEntireSummary() 6210 TheIndex->addGlobalValueSummary(GUID.first, std::move(FS)); in parseEntireSummary() 6228 TheIndex->addModulePath(Buffer->getBufferIdentifier(), 0)->first()); in parseEntireSummary() 6231 auto *AliaseeSummary = TheIndex->getGlobalValueSummary(AliaseeGUID); in parseEntireSummary() [all …]
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVInstruction.h | 1504 SPIRVValue* TheIndex, SPIRVBasicBlock *TheBB) 1507 IndexId(TheIndex->getId()){ 1534 SPIRVValue* TheComponent, SPIRVValue* TheIndex, SPIRVBasicBlock *TheBB) 1537 IndexId(TheIndex->getId()), ComponentId(TheComponent->getId()){
|