Searched refs:addPattern (Results 1 – 5 of 5) sorted by relevance
71 void addPattern(SingleStringMatcher Matcher) { patterns.push_back(Matcher); } in addPattern() function
264 bool OperandTable::addPattern(InstructionPattern *P, in addPattern() function in llvm::gi::OperandTable685 if (!Alt.OpTable.addPattern(IP, DiagnoseRedef)) in buildOperandsTables()
370 bool addPattern(InstructionPattern *P,
706 Matcher.addPattern(SingleStringMatcher(next())); in readFilePatterns()762 SectionMatcher.addPattern(unquote(next())); in readInputSectionsList()
1435 if (IP && !MatchOpTable.addPattern(IP, DiagnoseRedefMatch)) in buildRuleOperandsTable()1441 if (IP && !ApplyOpTable.addPattern(IP, DiagnoseRedefApply)) in buildRuleOperandsTable()