Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h1398 class InstructionNumOperandsMatcher final : public InstructionPredicateMatcher {
1402 InstructionNumOperandsMatcher(unsigned InsnVarID, unsigned NumOperands) in InstructionNumOperandsMatcher() function
1412 NumOperands == cast<InstructionNumOperandsMatcher>(&B)->NumOperands; in isIdentical()
H A DGlobalISelMatchTable.cpp1467 void InstructionNumOperandsMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
1686 InstructionNumOperandsMatcher(InsnVarID, getNumOperands()) in emitPredicateOpcodes()
1755 new InstructionNumOperandsMatcher(InsnVarID, getNumOperands())); in optimize()