Lines Matching defs:MorphNodeTo
10588 // Unlike the code in MorphNodeTo that does this, we don't need to
10617 /// SelectNodeTo - These are wrappers around MorphNodeTo that accept a
10684 SDNode *New = MorphNodeTo(N, ~MachineOpc, VTs, Ops);
10711 /// MorphNodeTo - This *mutates* the specified node to have the specified
10714 /// Note that MorphNodeTo returns the resultant node. If there is already a
10718 /// Using MorphNodeTo is faster than creating a new node and swapping it in
10723 /// However, note that MorphNodeTo recursively deletes dead nodes from the DAG.
10727 SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
10805 SDNode *Res = MorphNodeTo(Node, NewOpc, VTs, Ops);
10807 // MorphNodeTo can operate in two ways: if an existing node with the