Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp1620 class InstructionNumOperandsMatcher final : public InstructionPredicateMatcher { class
1624 InstructionNumOperandsMatcher(unsigned InsnVarID, unsigned NumOperands) in InstructionNumOperandsMatcher() function in __anon0c06086d0111::InstructionNumOperandsMatcher
1634 NumOperands == cast<InstructionNumOperandsMatcher>(&B)->NumOperands; in isIdentical()
1933 InstructionNumOperandsMatcher(InsnVarID, getNumOperands()) in emitPredicateOpcodes()
2083 new InstructionNumOperandsMatcher(InsnVarID, getNumOperands())); in optimize()