Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp510 OS.PadToColumn(Indent*2+4) << EN->getNumVTs(); in EmitMatcher()
514 for (unsigned i = 0, e = EN->getNumVTs(); i != e; ++i) in EmitMatcher()
528 if (unsigned NumResults = EN->getNumVTs()) { in EmitMatcher()
547 return 6+EN->getNumVTs()+NumOperandBytes; in EmitMatcher()
DDAGISelMatcher.h979 unsigned getNumVTs() const { return VTs.size(); } in getNumVTs() function