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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h45 class GIMatchTreeLeafInfo { class in namespace:llvm
74 GIMatchTreeLeafInfo() { llvm_unreachable("Cannot default-construct"); } function in class:llvm::GIMatchTreeLeafInfo
75 GIMatchTreeLeafInfo(StringRef Name, unsigned RootIdx, void *Data) function in class:llvm::GIMatchTreeLeafInfo
120 using LeafVector = std::vector<GIMatchTreeLeafInfo>;
141 void addPossibleLeaf(const GIMatchTreeLeafInfo &V, bool IsFullyTraversed,
252 GIMatchTreeLeafInfo Info;
295 GIMatchTreeLeafInfo &getInfo() { return Info; }
296 const GIMatchTreeLeafInfo &getInfo() const { return Info; }
H A DGIMatchTree.cpp53 for (const GIMatchTreeLeafInfo &Leaf : PossibleLeaves) {
302 GIMatchTreeLeafInfo &TreeLeaf = std::get<1>(LeafPair);

Completed in 108 milliseconds