Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MorphNodeTo

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