Home
last modified time | relevance | path

Searched refs:EarlyOut (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp69 bool EarlyOut = false; member
197 const std::vector<StringRef> &Key, bool EarlyOut);
395 if (Index.EarlyOut) { in emitLookupFunction()
549 const std::vector<StringRef> &Key, bool EarlyOut) { in parseSearchIndex() argument
553 Index->EarlyOut = EarlyOut; in parseSearchIndex()
567 if (EarlyOut && isa<StringRecTy>(Index->Fields[0].RecType)) { in parseSearchIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DSearchableTable.td109 // See SearchIndex.EarlyOut
131 bit EarlyOut = false;
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DBackEnds.rst914 * ``bit EarlyOut``. See the third example in `Generic Tables`_.