Searched refs:AllowMixed (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 561 bool AllowMixed); 566 bool filterProcessor(bool AllowMixed, bool Greedy = true); 1562 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument 1563 if (RA == ATTR_MIXED && AllowMixed) in reportRegion() 1565 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion() 1572 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument 1585 if (AllowMixed && !Greedy) { in filterProcessor() 1713 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1719 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1723 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() [all …]
|