| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 40 deserialize(Schema, Ptr); in PortableMemInfoBlock() 45 void deserialize(const MemProfSchema &Schema, const unsigned char *Ptr) { in deserialize() 48 for (const Meta Id : Schema) { in deserialize() 65 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize() 69 for (const Meta Id : Schema) { in serialize() 382 void serialize(const MemProfSchema &Schema, raw_ostream &OS); 456 RecordLookupTrait(const MemProfSchema &S) : Schema(S) {} in RecordLookupTrait() 480 Record = IndexedMemProfRecord::deserialize(Schema, D); in ReadData() 486 MemProfSchema Schema; 506 MemProfSchema *Schema = nullptr; variable [all …]
|
| H A D | InstrProfReader.h | 567 memprof::MemProfSchema Schema; variable
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | MemProfTest.cpp | 121 MemProfSchema Schema; in getFullSchema() local 122 #define MIBEntryDef(NameTag, Name, Type) Schema.push_back(Meta::Name); in getFullSchema() 125 return Schema; in getFullSchema() 246 const auto Schema = getFullSchema(); in TEST() local 251 WriteBlock.serialize(Schema, OS); in TEST() 255 Schema, reinterpret_cast<const unsigned char *>(Buffer.data())); in TEST() 267 const MemProfSchema Schema = getFullSchema(); in TEST() local 287 Record.serialize(Schema, OS); in TEST() 291 Schema, reinterpret_cast<const unsigned char *>(Buffer.data())); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | MemProf.cpp | 11 void IndexedMemProfRecord::serialize(const MemProfSchema &Schema, in serialize() argument 22 N.Info.serialize(Schema, OS); in serialize() 35 IndexedMemProfRecord::deserialize(const MemProfSchema &Schema, in deserialize() argument 51 Node.Info.deserialize(Schema, Ptr); in deserialize()
|
| H A D | InstrProfWriter.cpp | 425 auto Schema = memprof::PortableMemInfoBlock::getSchema(); in writeImpl() local 426 OS.write(static_cast<uint64_t>(Schema.size())); in writeImpl() 427 for (const auto Id : Schema) { in writeImpl() 432 RecordWriter->Schema = &Schema; in writeImpl()
|
| H A D | InstrProfReader.cpp | 986 Schema = SchemaOr.get(); in readHeader() 992 /*Base=*/Start, memprof::RecordLookupTrait(Schema))); in readHeader()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | SPIRVObjectWriter.cpp | 54 constexpr uint32_t Schema = 0; in writeHeader() local 60 W.write<uint32_t>(Schema); in writeHeader()
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | 2009-01-22-SortInvalidation.ll | 23 %struct.Db = type { i8*, %struct.Btree*, i8, i8, i8*, void (i8*)*, %struct.Schema* } 34 …8*, i32, i32*, i32*, %struct.Table*, i32, i8, i8, i8*, %struct.Index*, %struct.Schema*, i8*, i8** } 45 …%struct.Schema = type { i32, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Table… 49 …2, i8, i8, i8, i8, i8, i8, i8, %struct.Module*, %struct.sqlite3_vtab*, i32, i8**, %struct.Schema* } 51 …, %struct.Expr*, %struct.IdList*, %struct..4sPragmaType, %struct.Schema*, %struct.Schema*, %struct…
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | 2009-01-22-SortInvalidation.ll | 23 %struct.Db = type { i8*, %struct.Btree*, i8, i8, i8*, void (i8*)*, %struct.Schema* } 34 …8*, i32, i32*, i32*, %struct.Table*, i32, i8, i8, i8*, %struct.Index*, %struct.Schema*, i8*, i8** } 45 …%struct.Schema = type { i32, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Table… 49 …2, i8, i8, i8, i8, i8, i8, i8, %struct.Module*, %struct.sqlite3_vtab*, i32, i8**, %struct.Schema* } 51 …, %struct.Expr*, %struct.IdList*, %struct..4sPragmaType, %struct.Schema*, %struct.Schema*, %struct…
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2009-04-29-RegAllocAssert.ll | 46 …%struct.Schema = type { i32, %struct.Hash, %struct.Hash, %struct.Hash, %struct.Hash, ptr, i8, i8, …
|
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 648 xmlRelaxNGPtr Schema; in ValidateCommentXML() local 661 Schema = xmlRelaxNGParse(RNGParser); in ValidateCommentXML() 671 ValidationCtxt = xmlRelaxNGNewValidCtxt(Schema); in ValidateCommentXML() 683 xmlRelaxNGFree(Schema); in ValidateCommentXML()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | lldb-gdb-remote.txt | 533 // Schema for this field:
|