Searched refs:AllowMixed (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 354 bool AllowMixed); 359 bool filterProcessor(bool AllowMixed, bool Greedy = true); 923 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument 924 if (RA == ATTR_MIXED && AllowMixed) in reportRegion() 926 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion() 933 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument 946 if (AllowMixed && !Greedy) { in filterProcessor() 1075 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1081 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1085 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() [all …]
|
D | ARMDecoderEmitter.cpp | 516 bool AllowMixed); 521 bool filterProcessor(bool AllowMixed, bool Greedy = true); 1087 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument 1088 if (RA == ATTR_MIXED && AllowMixed) in reportRegion() 1090 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion() 1097 bool ARMFilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument 1110 if (AllowMixed && !Greedy) { in filterProcessor() 1239 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1245 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1249 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() [all …]
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 462 bool AllowMixed); 467 bool filterProcessor(bool AllowMixed, bool Greedy = true); 1391 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument 1392 if (RA == ATTR_MIXED && AllowMixed) in reportRegion() 1394 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion() 1401 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument 1414 if (AllowMixed && !Greedy) { in filterProcessor() 1542 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1548 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1552 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 478 bool AllowMixed); 483 bool filterProcessor(bool AllowMixed, bool Greedy = true); 1417 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument 1418 if (RA == ATTR_MIXED && AllowMixed) in reportRegion() 1420 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion() 1427 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument 1440 if (AllowMixed && !Greedy) { in filterProcessor() 1568 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1574 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() 1578 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor() [all …]
|