Lines Matching refs:InsertPoint
63 void *InsertPoint; in makeEmptyOperandList() local
65 OperandLists.FindNodeOrInsertPos(ID, InsertPoint); in makeEmptyOperandList()
71 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeEmptyOperandList()
83 void *InsertPoint; in makeOperandList() local
85 OperandLists.FindNodeOrInsertPos(ID, InsertPoint); in makeOperandList()
93 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeOperandList()
104 void *InsertPoint; in makeMIPredicateOperandList() local
106 OperandLists.FindNodeOrInsertPos(ID, InsertPoint); in makeMIPredicateOperandList()
114 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeMIPredicateOperandList()
127 void *InsertPoint; in makeTwoMOPredicateOperandList() local
129 OperandLists.FindNodeOrInsertPos(ID, InsertPoint); in makeTwoMOPredicateOperandList()
138 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeTwoMOPredicateOperandList()