Searched refs:AllowMixed (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 536 bool AllowMixed); 1513 if (RA == ATTR_MIXED && AllowMixed) in reportRegion() 1515 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion() 1535 if (AllowMixed && !Greedy) { in filterProcessor() 1663 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1669 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1673 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1684 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1689 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1717 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() [all …]
|