Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp65 OperandLists.FindNodeOrInsertPos(ID, InsertPoint); in makeEmptyOperandList()
71 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeEmptyOperandList()
85 OperandLists.FindNodeOrInsertPos(ID, InsertPoint); in makeOperandList()
93 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeOperandList()
106 OperandLists.FindNodeOrInsertPos(ID, InsertPoint); in makeMIPredicateOperandList()
114 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeMIPredicateOperandList()
129 OperandLists.FindNodeOrInsertPos(ID, InsertPoint); in makeTwoMOPredicateOperandList()
138 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeTwoMOPredicateOperandList()
H A DGIMatchDagOperands.h117 FoldingSet<GIMatchDagOperandList> OperandLists; variable