Searched refs:RecordsEntry (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGParser.h | 45 struct RecordsEntry { struct 51 RecordsEntry() {} in RecordsEntry() argument 52 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() function 53 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() argument 67 std::vector<RecordsEntry> Entries; 123 std::vector<RecordsEntry> Entries; 203 bool AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass); 209 bool addEntry(RecordsEntry E); 211 std::vector<RecordsEntry> *Dest, SMLoc *Loc = nullptr); 212 bool resolve(const std::vector<RecordsEntry> &Source, SubstStack &Substs, [all …]
|
D | TGParser.cpp | 291 bool TGParser::AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass) { in AddSubClass() 344 bool TGParser::addEntry(RecordsEntry E) { in addEntry() 372 bool Final, std::vector<RecordsEntry> *Dest, in resolve() 410 bool TGParser::resolve(const std::vector<RecordsEntry> &Source, in resolve() 412 std::vector<RecordsEntry> *Dest, SMLoc *Loc) { in resolve() 2697 bool TGParser::ApplyLetStack(RecordsEntry &Entry) { in ApplyLetStack() 3280 std::vector<RecordsEntry> NewEntries; in ParseDefm() 3444 LLVM_DUMP_METHOD void RecordsEntry::dump() const { in dump()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | TGParser.h | 40 struct RecordsEntry { struct 46 RecordsEntry() {} in RecordsEntry() argument 47 RecordsEntry(std::unique_ptr<Record> Rec) : Rec(std::move(Rec)) {} in RecordsEntry() argument 48 RecordsEntry(std::unique_ptr<ForeachLoop> Loop) in RecordsEntry() function 62 std::vector<RecordsEntry> Entries; 118 std::vector<RecordsEntry> Entries; 198 bool AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass); 204 bool addEntry(RecordsEntry E); 206 std::vector<RecordsEntry> *Dest, SMLoc *Loc = nullptr); 207 bool resolve(const std::vector<RecordsEntry> &Source, SubstStack &Substs, [all …]
|
D | TGParser.cpp | 292 bool TGParser::AddSubClass(RecordsEntry &Entry, SubClassReference &SubClass) { in AddSubClass() 345 bool TGParser::addEntry(RecordsEntry E) { in addEntry() 373 bool Final, std::vector<RecordsEntry> *Dest, in resolve() 411 bool TGParser::resolve(const std::vector<RecordsEntry> &Source, in resolve() 413 std::vector<RecordsEntry> *Dest, SMLoc *Loc) { in resolve() 2763 bool TGParser::ApplyLetStack(RecordsEntry &Entry) { in ApplyLetStack() 3326 std::vector<RecordsEntry> NewEntries; in ParseDefm() 3489 LLVM_DUMP_METHOD void RecordsEntry::dump() const { in dump()
|