Searched refs:OperandLists (Results 1 – 2 of 2) sorted by relevance
65 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()
117 FoldingSet<GIMatchDagOperandList> OperandLists; variable