Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2255 bool NumOpsCheck = true) in InstructionMatcher() argument
2256 : Rule(Rule), NumOperandsCheck(NumOpsCheck), SymbolicName(SymbolicName) { in InstructionMatcher()
2446 bool NumOpsCheck = true) in InstructionOperandMatcher() argument
2448 InsnMatcher(new InstructionMatcher(Rule, SymbolicName, NumOpsCheck)) {} in InstructionOperandMatcher()