Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDecoderEmitter.cpp534 bool AllowMixed);
539 bool filterProcessor(bool AllowMixed, bool Greedy = true);
1510 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument
1511 if (RA == ATTR_MIXED && AllowMixed) in reportRegion()
1513 else if (RA == ATTR_ALL_SET && !AllowMixed) in reportRegion()
1520 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() argument
1533 if (AllowMixed && !Greedy) { in filterProcessor()
1661 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1667 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
1671 reportRegion(RA, StartBit, BitIndex, AllowMixed); in filterProcessor()
[all …]