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