Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1848 void emitCaptureOpcodes(MatchTable &Table, RuleMatcher &Rule) const;
1851 emitCaptureOpcodes(Table, Rule); in emitPredicateOpcodes()
H A DGlobalISelMatchTable.cpp1829 void InstructionOperandMatcher::emitCaptureOpcodes(MatchTable &Table, in emitCaptureOpcodes() function in llvm::gi::InstructionOperandMatcher