Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp549 unsigned OperandBytes = 0; in EmitMatcher() local
557 OperandBytes = 1 + NumOps; in EmitMatcher()
560 OperandBytes = -1; in EmitMatcher()
572 return 2 + OperandBytes; in EmitMatcher()