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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp72 OperandListsOwner.push_back(std::move(NewValue));
73 return *OperandListsOwner.back().get();
94 OperandListsOwner.push_back(std::move(NewValue));
95 return *OperandListsOwner.back().get();
115 OperandListsOwner.push_back(std::move(NewValue));
116 return *OperandListsOwner.back().get();
139 OperandListsOwner.push_back(std::move(NewValue));
140 return *OperandListsOwner.back().get();
146 for (const auto &I : OperandListsOwner) {
H A DGIMatchDagOperands.h118 std::vector<std::unique_ptr<GIMatchDagOperandList>> OperandListsOwner; member in class:llvm::GIMatchDagOperandListContext

Completed in 47 milliseconds