Searched refs:getRootIdx (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h80 unsigned getRootIdx() const { return RootIdx; } function in class:llvm::GIMatchTreeLeafInfo
298 unsigned getRootIdx() const { return Info.getRootIdx(); } function in class:llvm::GIMatchTreeBuilderLeafInfo
363 OS << "Leaf " << getName() << " for root #" << getRootIdx() << "\n";
H A DGIMatchTree.cpp367 *(Leaf.getMatchDag().roots().begin() + Leaf.getRootIdx());

Completed in 109 milliseconds