Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp895 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);
3232 InstructionMatcher &RuleMatcher::addInstructionMatcher(StringRef SymbolicName) { in addInstructionMatcher() function in __anona2f7906b0111::RuleMatcher
5158 InstructionMatcher &InsnMatcherTemp = M.addInstructionMatcher(Src->getName()); in runOnPattern()