Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp771 bool CompressVTs = EN->getNumVTs() < 3; in EmitMatcher() local
772 if (CompressVTs) in EmitMatcher()
786 if (!CompressVTs) { in EmitMatcher()
825 return 5 + !CompressVTs + EN->getNumVTs() + NumOperandBytes + in EmitMatcher()