Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:MorphNodeTo

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