Searched refs:AllowMixed (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 546 bool AllowMixed); 1523 if (RA == ATTR_MIXED && AllowMixed) in reportRegion() 1525 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion() 1545 if (AllowMixed && !Greedy) { in filterProcessor() 1673 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1679 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1683 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1694 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1699 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1727 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() [all …]
|