Searched refs:AllowMixed (Results 1 – 1 of 1) sorted by relevance
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 462 bool AllowMixed); 467 bool filterProcessor(bool AllowMixed, bool Greedy = true); 1361 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument 1362 if (RA == ATTR_MIXED && AllowMixed) in reportRegion() 1364 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion() 1371 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument 1384 if (AllowMixed && !Greedy) { in filterProcessor() 1512 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1518 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1522 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() [all …]
|