Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1852 class InstructionNumOperandsMatcher final : public InstructionPredicateMatcher { class
1856 InstructionNumOperandsMatcher(unsigned InsnVarID, unsigned NumOperands) in InstructionNumOperandsMatcher() function in __anon0a286f430111::InstructionNumOperandsMatcher
1866 NumOperands == cast<InstructionNumOperandsMatcher>(&B)->NumOperands; in isIdentical()
2297 InstructionNumOperandsMatcher(InsnVarID, getNumOperands()) in emitPredicateOpcodes()
2461 new InstructionNumOperandsMatcher(InsnVarID, getNumOperands())); in optimize()