Searched refs:addPattern (Results 1 – 5 of 5) sorted by relevance
71 void addPattern(SingleStringMatcher Matcher) { patterns.push_back(Matcher); } in addPattern() function
263 bool OperandTable::addPattern(InstructionPattern *P, in addPattern() function in llvm::gi::OperandTable675 if (!Alt.OpTable.addPattern(IP, DiagnoseRedef)) in buildOperandsTables()
365 bool addPattern(InstructionPattern *P,
675 Matcher.addPattern(SingleStringMatcher(next())); in readFilePatterns()722 SectionMatcher.addPattern(unquote(next())); in readInputSectionsList()
1439 if (IP && !MatchOpTable.addPattern(IP, DiagnoseRedefMatch)) in buildRuleOperandsTable()1445 if (IP && !ApplyOpTable.addPattern(IP, DiagnoseRedefApply)) in buildRuleOperandsTable()