Home
last modified time | relevance | path

Searched defs:DecoderTableInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp188 struct DecoderTableInfo { struct
189 DecoderTable Table;
190 FixupScopeList FixupStack;
191 PredicateSet Predicates;
192 DecoderSet Decoders;
194 bool isOutermostScope() const { return FixupStack.size() == 1; } in isOutermostScope()