Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h1817 void emitCaptureOpcodes(MatchTable &Table, RuleMatcher &Rule) const;
1820 emitCaptureOpcodes(Table, Rule); in emitPredicateOpcodes()
H A DGlobalISelMatchTable.cpp1785 void InstructionOperandMatcher::emitCaptureOpcodes(MatchTable &Table, in emitCaptureOpcodes() function in llvm::gi::InstructionOperandMatcher