Searched refs:ReplaceAllUsesOfValueWith (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h182 CurDAG->ReplaceAllUsesOfValueWith(F, T);
H A DSelectionDAG.h968 /// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving
970 void ReplaceAllUsesOfValueWith(SDValue From, SDValue To);
972 /// ReplaceAllUsesOfValuesWith - Like ReplaceAllUsesOfValueWith, but
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp249 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i));
250 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1),
H A DDAGCombiner.cpp692 DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New);
749 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), Trunc);
750 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1));
998 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result);
999 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1));
1372 DAG.ReplaceAllUsesOfValueWith(SDValue(N, i), N->getOperand(i));
5343 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), Load.getValue(1));
6952 DAG.ReplaceAllUsesOfValueWith(N1, SetCC);
6982 DAG.ReplaceAllUsesOfValueWith(N1, Tmp);
7013 DAG.ReplaceAllUsesOfValueWith(N
[all...]
H A DLegalizeTypes.cpp687 DAG.ReplaceAllUsesOfValueWith(From, To);
716 DAG.ReplaceAllUsesOfValueWith(OldVal, NewVal);
H A DSelectionDAGISel.cpp1866 CurDAG->ReplaceAllUsesOfValueWith(ChainVal, InputChain);
1888 CurDAG->ReplaceAllUsesOfValueWith(SDValue(FRN, FRN->getNumValues()-1),
2121 CurDAG->ReplaceAllUsesOfValueWith(SDValue(Node, OldGlueResultNo),
2130 CurDAG->ReplaceAllUsesOfValueWith(SDValue(Node, OldChainResultNo),
2423 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0),
3121 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, i), Res);
H A DLegalizeDAG.cpp925 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal);
926 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), RChain);
1140 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), Value);
1141 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), Chain);
3952 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), Tmp2);
3953 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), Chain);
H A DScheduleDAGRRList.cpp978 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i));
979 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1),
H A DSelectionDAG.cpp5793 /// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving
5796 void SelectionDAG::ReplaceAllUsesOfValueWith(SDValue From, SDValue To){ function in class:SelectionDAG
5878 return ReplaceAllUsesOfValueWith(*From, *To);
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp347 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDCNode, 0), LoOut);
351 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDENode, 0), HiOut);
419 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), LoOut);
423 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBENode, 0), HiOut);
H A DMipsISelLowering.cpp432 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), CopyFromLo);
441 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), CopyFromHi);
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp693 DAG.ReplaceAllUsesOfValueWith(
H A DR600ISelLowering.cpp774 DAG.ReplaceAllUsesOfValueWith(SDValue(N,1), SDValue(Node, 1));
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp553 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Result);
H A DX86ISelLowering.cpp5456 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain);
5481 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain);
16214 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), NewChain);
16518 DAG.ReplaceAllUsesOfValueWith(SDValue(Extract, 0), LoadScalar);
19007 DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1));
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8420 DAG.ReplaceAllUsesOfValueWith(SDValue(AddeNode, 0), HiMLALResult);
8423 DAG.ReplaceAllUsesOfValueWith(SDValue(AddcNode, 0), LoMLALResult);
8939 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewLD2.getValue(1));
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7455 DAG.ReplaceAllUsesOfValueWith(LHS.getValue(1), LHS.getOperand(0));

Completed in 639 milliseconds