Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp487 bool AllowMixed);
1426 if (RA == ATTR_MIXED && AllowMixed) in reportRegion()
1428 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion()
1448 if (AllowMixed && !Greedy) { in filterProcessor()
1576 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1582 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1586 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1597 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1602 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1630 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
[all …]