Home
last modified time | relevance | path

Searched refs:TheIndex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp689 ModuleSummaryIndex &TheIndex; member in __anonc13c2b0b0411::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/
DAsmWriter.cpp681 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 __anond391111b0611::AssemblyWriter
2395 : Out(o), TheIndex(Index), Machine(Mac), TypePrinter(/*Module=*/nullptr), in AssemblyWriter()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp473 ModuleSummaryIndex *TheIndex = nullptr; member in __anone7aefbb30111::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/
DSPIRVInstruction.h1504 SPIRVValue* TheIndex, SPIRVBasicBlock *TheBB)
1507 IndexId(TheIndex->getId()){
1534 SPIRVValue* TheComponent, SPIRVValue* TheIndex, SPIRVBasicBlock *TheBB)
1537 IndexId(TheIndex->getId()), ComponentId(TheComponent->getId()){