Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A 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
H A DGIMatchTree.cpp554 SubBuilder.addLeaf(Leaf); in applyForPartition()
727 SubBuilder.addLeaf(Leaf); in applyForPartition()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp893 TreeBuilder.addLeaf(Rule->getName(), Root.index(), Rule->getMatchDag(), in run()