Searched refs:IgnoreDuplicates (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | StringMatcher.cpp | 50 unsigned IndentCount, bool IgnoreDuplicates) const { in EmitStringMatcherForChar() 57 if (Matches.size() > 1 && !IgnoreDuplicates) in EmitStringMatcherForChar() 104 IgnoreDuplicates); in EmitStringMatcherForChar() 120 IgnoreDuplicates)) in EmitStringMatcherForChar() 130 void StringMatcher::Emit(unsigned Indent, bool IgnoreDuplicates) const { in Emit() 149 if (EmitStringMatcherForChar(LI.second, 0, Indent, IgnoreDuplicates)) in Emit()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | StringMatcher.h | 44 void Emit(unsigned Indent = 0, bool IgnoreDuplicates = false) const; 49 bool IgnoreDuplicates) const;
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 2615 bool IgnoreDuplicates = in emitMatchRegisterName() local 2617 StringMatcher("Name", Matches, OS).Emit(0, IgnoreDuplicates); in emitMatchRegisterName() 2648 bool IgnoreDuplicates = in emitMatchRegisterAltName() local 2650 StringMatcher("Name", Matches, OS).Emit(0, IgnoreDuplicates); in emitMatchRegisterAltName()
|