Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp2268 bool NumOpsCheck = true) in InstructionMatcher() argument
2269 : Rule(Rule), NumOperandsCheck(NumOpsCheck), SymbolicName(SymbolicName) { in InstructionMatcher()
2459 bool NumOpsCheck = true) in InstructionOperandMatcher() argument
2461 InsnMatcher(new InstructionMatcher(Rule, SymbolicName, NumOpsCheck)) {} in InstructionOperandMatcher()