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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h180 CurDAG->ReplaceAllUsesOfValueWith(F, T);
H A DSelectionDAG.h892 /// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving
894 void ReplaceAllUsesOfValueWith(SDValue From, SDValue To);
896 /// ReplaceAllUsesOfValuesWith - Like ReplaceAllUsesOfValueWith, but
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp209 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDCNode, 0), LoOut);
215 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDENode, 0), HiOut);
285 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), LoOut);
291 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBENode, 0), HiOut);
H A DMipsISelLowering.cpp438 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), CopyFromLo);
447 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), CopyFromHi);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1673 CurDAG->ReplaceAllUsesOfValueWith(ChainVal, InputChain);
1695 CurDAG->ReplaceAllUsesOfValueWith(SDValue(FRN, FRN->getNumValues()-1),
1929 CurDAG->ReplaceAllUsesOfValueWith(SDValue(Node, OldGlueResultNo),
1938 CurDAG->ReplaceAllUsesOfValueWith(SDValue(Node, OldChainResultNo),
2174 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0),
2854 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, i), Res);
H A DScheduleDAGFast.cpp249 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i));
250 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1),
H A DDAGCombiner.cpp662 DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New);
719 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), Trunc);
720 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1));
972 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result);
973 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1));
1345 DAG.ReplaceAllUsesOfValueWith(SDValue(N, i), N->getOperand(i));
5204 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), Load.getValue(1));
6831 DAG.ReplaceAllUsesOfValueWith(N1, SetCC);
6861 DAG.ReplaceAllUsesOfValueWith(N1, Tmp);
6892 DAG.ReplaceAllUsesOfValueWith(N
[all...]
H A DLegalizeTypes.cpp687 DAG.ReplaceAllUsesOfValueWith(From, To);
716 DAG.ReplaceAllUsesOfValueWith(OldVal, NewVal);
H A DLegalizeDAG.cpp911 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal);
912 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), RChain);
1128 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), Value);
1129 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), Chain);
3813 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), Tmp2);
3814 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.cpp5626 /// ReplaceAllUsesOfValueWith - Replace any uses of From with To, leaving
5629 void SelectionDAG::ReplaceAllUsesOfValueWith(SDValue From, SDValue To){ function in class:SelectionDAG
5711 return ReplaceAllUsesOfValueWith(*From, *To);
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp334 DAG.ReplaceAllUsesOfValueWith(
H A DR600ISelLowering.cpp471 DAG.ReplaceAllUsesOfValueWith(SDValue(N,1), SDValue(Node, 1));
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp543 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Result);
H A DX86ISelLowering.cpp5134 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain);
15096 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), NewChain);
15357 DAG.ReplaceAllUsesOfValueWith(SDValue(Extract, 0), LoadScalar);
17675 DAG.ReplaceAllUsesOfValueWith(Op0.getValue(1), FILDChain.getValue(1));
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7959 DAG.ReplaceAllUsesOfValueWith(SDValue(AddeNode, 0), HiMLALResult);
7962 DAG.ReplaceAllUsesOfValueWith(SDValue(AddcNode, 0), LoMLALResult);
8461 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewLD2.getValue(1));

Completed in 326 milliseconds