Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp465 bool AllowMixed);
470 bool filterProcessor(bool AllowMixed, bool Greedy = true);
1413 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument
1414 if (RA == ATTR_MIXED && AllowMixed) in reportRegion()
1416 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion()
1423 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument
1436 if (AllowMixed && !Greedy) { in filterProcessor()
1564 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1570 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1574 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
[all …]