Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.cpp542 for (auto &EnumeratedLeaf : enumerate(Builder.getPossibleLeaves())) { in applyForPartition()
565 GIMatchTreeBuilder::LeafVec &NewLeaves = SubBuilder.getPossibleLeaves(); in applyForPartition()
715 for (auto &EnumeratedLeaf : enumerate(Builder.getPossibleLeaves())) { in applyForPartition()
733 GIMatchTreeBuilder::LeafVec &NewLeaves = SubBuilder.getPossibleLeaves(); in applyForPartition()
DGIMatchTree.h435 LeafVec &getPossibleLeaves() { return Leaves; } in getPossibleLeaves() function