Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1407 class InstructionNumOperandsMatcher final : public InstructionPredicateMatcher {
1411 InstructionNumOperandsMatcher(unsigned InsnVarID, unsigned NumOperands) in InstructionNumOperandsMatcher() function
1421 NumOperands == cast<InstructionNumOperandsMatcher>(&B)->NumOperands; in isIdentical()
H A DGlobalISelMatchTable.cpp1507 void InstructionNumOperandsMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
1730 InstructionNumOperandsMatcher(InsnVarID, getNumOperands()) in emitPredicateOpcodes()
1799 new InstructionNumOperandsMatcher(InsnVarID, getNumOperands())); in optimize()