Searched refs:IgnoreDuplicates (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 51 unsigned IndentCount, bool IgnoreDuplicates) const { in EmitStringMatcherForChar() 58 if (Matches.size() > 1 && !IgnoreDuplicates) in EmitStringMatcherForChar() 105 IgnoreDuplicates); in EmitStringMatcherForChar() 121 IgnoreDuplicates)) in EmitStringMatcherForChar() 131 void StringMatcher::Emit(unsigned Indent, bool IgnoreDuplicates) const { in Emit() 150 if (EmitStringMatcherForChar(LI.second, 0, Indent, IgnoreDuplicates)) in Emit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | StringMatcher.h | 44 void Emit(unsigned Indent = 0, bool IgnoreDuplicates = false) const; 49 bool IgnoreDuplicates) const;
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmMatcherEmitter.cpp | 2643 bool IgnoreDuplicates = in emitMatchRegisterName() local 2645 StringMatcher("Name", Matches, OS).Emit(0, IgnoreDuplicates); in emitMatchRegisterName() 2678 bool IgnoreDuplicates = in emitMatchRegisterAltName() local 2680 StringMatcher("Name", Matches, OS).Emit(0, IgnoreDuplicates); in emitMatchRegisterAltName()
|