Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DStringMatcher.cpp50 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 DStringMatcher.h44 void Emit(unsigned Indent = 0, bool IgnoreDuplicates = false) const;
49 bool IgnoreDuplicates) const;
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2615 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()