Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp516 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 …]
DFixedLenDecoderEmitter.cpp354 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 …]
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp462 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 …]