Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1752 InstructionNumOperandsMatcher(InsnVarID, getNumOperandMatchers()) in emitPredicateOpcodes()
1821 getNumOperandMatchers() != 0) { in optimize()
1823 InsnVarID, getNumOperandMatchers())); in optimize()
2167 if (OperandRenderers.size() != Insn->getNumOperandMatchers()) in canMutate()
H A DGlobalISelMatchTable.h1828 unsigned getNumOperandMatchers() const { return Operands.size(); } in getNumOperandMatchers() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp2695 L->insnmatchers_front().getNumOperandMatchers()) < in buildMatchTable()
2697 R->insnmatchers_front().getNumOperandMatchers()); in buildMatchTable()
H A DGlobalISelEmitter.cpp2249 L->insnmatchers_front().getNumOperandMatchers()) < in buildMatchTable()
2251 R->insnmatchers_front().getNumOperandMatchers()); in buildMatchTable()