Lines Matching refs:NewValue
69 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeEmptyOperandList() local
71 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeEmptyOperandList()
72 OperandListsOwner.push_back(std::move(NewValue)); in makeEmptyOperandList()
89 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeOperandList() local
92 NewValue->add(I.Operands[i].Name, i, i < I.Operands.NumDefs); in makeOperandList()
93 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeOperandList()
94 OperandListsOwner.push_back(std::move(NewValue)); in makeOperandList()
110 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeMIPredicateOperandList() local
112 NewValue->add("$", 0, true); in makeMIPredicateOperandList()
113 NewValue->add("mi", 1, false); in makeMIPredicateOperandList()
114 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeMIPredicateOperandList()
115 OperandListsOwner.push_back(std::move(NewValue)); in makeMIPredicateOperandList()
133 std::unique_ptr<GIMatchDagOperandList> NewValue = in makeTwoMOPredicateOperandList() local
135 NewValue->add("$", 0, true); in makeTwoMOPredicateOperandList()
136 NewValue->add("mi0", 1, false); in makeTwoMOPredicateOperandList()
137 NewValue->add("mi1", 2, false); in makeTwoMOPredicateOperandList()
138 OperandLists.InsertNode(NewValue.get(), InsertPoint); in makeTwoMOPredicateOperandList()
139 OperandListsOwner.push_back(std::move(NewValue)); in makeTwoMOPredicateOperandList()