Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MorphNodeTo

4789   // Unlike the code in MorphNodeTo that does this, we don't need to
4797 /// SelectNodeTo - These are wrappers around MorphNodeTo that accept a
4900 N = MorphNodeTo(N, ~MachineOpc, VTs, Ops, NumOps);
4906 /// MorphNodeTo - This *mutates* the specified node to have the specified
4909 /// Note that MorphNodeTo returns the resultant node. If there is already a
4913 /// Using MorphNodeTo is faster than creating a new node and swapping it in
4918 SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,