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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp65 OperandLists.FindNodeOrInsertPos(ID, InsertPoint);
71 OperandLists.InsertNode(NewValue.get(), InsertPoint);
85 OperandLists.FindNodeOrInsertPos(ID, InsertPoint);
93 OperandLists.InsertNode(NewValue.get(), InsertPoint);
106 OperandLists.FindNodeOrInsertPos(ID, InsertPoint);
114 OperandLists.InsertNode(NewValue.get(), InsertPoint);
129 OperandLists.FindNodeOrInsertPos(ID, InsertPoint);
138 OperandLists.InsertNode(NewValue.get(), InsertPoint);
145 << " OperandLists {\n";
H A DGIMatchDagOperands.h117 FoldingSet<GIMatchDagOperandList> OperandLists; member in class:llvm::GIMatchDagOperandListContext

Completed in 48 milliseconds