Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp49 RM->getResultNo()); in ContractNodes()
172 auto *RM = new RecordMatcher(RC->getWhatFor(), RC->getResultNo()); in ContractNodes()
H A DDAGISelMatcherEmitter.cpp472 OS << " // #" << cast<RecordMatcher>(N)->getResultNo() << " = " in EmitMatcher()
480 OS << " // #" << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h256 unsigned getResultNo() const { return ResultNo; } in getResultNo() function
287 unsigned getResultNo() const { return ResultNo; } in getResultNo() function