Searched refs:ReplaceAllUsesWith (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h192 CurDAG->ReplaceAllUsesWith(F, T);
H A DSelectionDAG.h873 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
888 void ReplaceAllUsesWith(SDValue From, SDValue Op);
889 void ReplaceAllUsesWith(SDNode *From, SDNode *To);
890 void ReplaceAllUsesWith(SDNode *From, const SDValue *To);
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp330 DAG.ReplaceAllUsesWith(SDValue(CopyToReg, 0), CopyToReg->getOperand(0));
761 DAG.ReplaceAllUsesWith(Users[Lane], Copy);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp715 // If there was already an existing matching node, use ReplaceAllUsesWith
718 ReplaceAllUsesWith(N, Existing);
5163 /// with ReplaceAllUsesWith both because it often avoids allocating a new
5469 /// RAUWUpdateListener - Helper for ReplaceAllUsesWith - When the node
5492 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
5497 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To) { function in class:SelectionDAG
5538 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
5544 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To) { function in class:SelectionDAG
5549 "Cannot use this version of ReplaceAllUsesWith!");
5557 // the ReplaceAllUsesWith abov
5591 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, const SDValue *To) { function in class:SelectionDAG
[all...]
H A DLegalizeDAG.cpp165 DAG.ReplaceAllUsesWith(Old, New);
169 DAG.ReplaceAllUsesWith(Old, New);
173 DAG.ReplaceAllUsesWith(Old, New);
1309 DAG.ReplaceAllUsesWith(Node, NewNode);
1331 DAG.ReplaceAllUsesWith(Node, ResultVals.data());
H A DSelectionDAGISel.cpp1944 CurDAG->ReplaceAllUsesWith(Node, Res);
H A DDAGCombiner.cpp632 DAG.ReplaceAllUsesWith(N, To);
1058 DAG.ReplaceAllUsesWith(N, RV.getNode());
1063 DAG.ReplaceAllUsesWith(N, &OpV);
8130 // ReplaceAllUsesWith will replace all uses that existed when it was
8141 DAG.ReplaceAllUsesWith(SDValue(St, 0), St->getChain());
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp804 DAG.ReplaceAllUsesWith(N, Shl);
846 DAG.ReplaceAllUsesWith(N, NewShift);
954 DAG.ReplaceAllUsesWith(N, NewSHL);
2541 // one, do not call ReplaceAllUsesWith.
2578 // one, do not call ReplaceAllUsesWith.
2600 // one, do not call ReplaceAllUsesWith.
2622 // one, do not call ReplaceAllUsesWith.
H A DX86ISelLowering.cpp9086 DAG.ReplaceAllUsesWith(Op, New);
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3683 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(),
3765 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(),

Completed in 377 milliseconds