Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp90 unsigned RootResultFirst = EN->getFirstResultSlot(); in ContractNodes()
H A DDAGISelMatcherEmitter.cpp977 unsigned First = E->getFirstResultSlot(); in EmitMatcher()
/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h1078 unsigned getFirstResultSlot() const { return FirstResultSlot; } in getFirstResultSlot() function