Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp883 InstructionMatcher &addInstructionMatcher(StringRef SymbolicName);
3185 InstructionMatcher &RuleMatcher::addInstructionMatcher(StringRef SymbolicName) { in addInstructionMatcher() function in __anon0a286f430111::RuleMatcher
5079 InstructionMatcher &InsnMatcherTemp = M.addInstructionMatcher(Src->getName()); in runOnPattern()