Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1886 class InstructionNumOperandsMatcher final : public InstructionPredicateMatcher { class
1890 InstructionNumOperandsMatcher(unsigned InsnVarID, unsigned NumOperands) in InstructionNumOperandsMatcher() function in __anon332dbd1e0111::InstructionNumOperandsMatcher
1900 NumOperands == cast<InstructionNumOperandsMatcher>(&B)->NumOperands; in isIdentical()
2331 InstructionNumOperandsMatcher(InsnVarID, getNumOperands()) in emitPredicateOpcodes()
2495 new InstructionNumOperandsMatcher(InsnVarID, getNumOperands())); in optimize()