Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h421 void addLeaf(StringRef Name, unsigned RootIdx, const GIMatchDag &MatchDag, in addLeaf() function
425 void addLeaf(const GIMatchTreeBuilderLeafInfo &L) { Leaves.push_back(L); } in addLeaf() function
DGIMatchTree.cpp554 SubBuilder.addLeaf(Leaf); in applyForPartition()
721 SubBuilder.addLeaf(Leaf); in applyForPartition()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp867 TreeBuilder.addLeaf(Rule->getName(), Root.index(), Rule->getMatchDag(), in run()