Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:MorphNodeTo

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