Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSearchableTableEmitter.cpp64 struct SearchIndex { struct
77 std::unique_ptr<SearchIndex> PrimaryKey;
78 SmallVector<std::unique_ptr<SearchIndex>, 2> Indices;
142 bool compareBy(Record *LHS, Record *RHS, const SearchIndex &Index);
178 const SearchIndex &Index, raw_ostream &OS);
179 void emitLookupFunction(const GenericTable &Table, const SearchIndex &Index,
184 std::unique_ptr<SearchIndex>
198 static int64_t getNumericKey(const SearchIndex &Index, Record *Rec) { in getNumericKey()
212 const SearchIndex &Index) { in compareBy()
297 const SearchIndex &Index, in emitLookupFunction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Dgeneric-tables.td83 def lookupBTableByName : SearchIndex {
135 def lookupCEntry : SearchIndex {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DSearchableTable.td106 // See SearchIndex.EarlyOut
114 class SearchIndex {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DMIMGInstructions.td128 def getMIMGInfo : SearchIndex {