Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ReplaceAllUsesOfValueWith

671   DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New);
728 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), Trunc);
729 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1));
981 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result);
982 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1));
1354 DAG.ReplaceAllUsesOfValueWith(SDValue(N, i), N->getOperand(i));
5262 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), Load.getValue(1));
6875 DAG.ReplaceAllUsesOfValueWith(N1, SetCC);
6905 DAG.ReplaceAllUsesOfValueWith(N1, Tmp);
6936 DAG.ReplaceAllUsesOfValueWith(N1, SetCC);
7179 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(0));
7180 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Result.getValue(2));
7182 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(1));
7235 DAG.ReplaceAllUsesOfValueWith(SDValue(OtherUses[i], 0), NewUse);
7241 DAG.ReplaceAllUsesOfValueWith(Ptr, Result.getValue(isLoad ? 1 : 0));
7355 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(0));
7356 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Result.getValue(2));
7358 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(1));
7365 DAG.ReplaceAllUsesOfValueWith(SDValue(Op, 0),
7401 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Chain);
7421 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Undef);
7422 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1),
7424 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 2), Chain);
7750 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1));
7807 DAG.ReplaceAllUsesOfValueWith(Value.getValue(1), NewLD.getValue(1));
8341 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1),
8349 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), Ld->getChain());
8360 DAG.ReplaceAllUsesOfValueWith(SDValue(St, 0), St->getChain());