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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp281 DAG.ReplaceAllUsesWith(Op.getValue(0).getNode(), &Div);
282 DAG.ReplaceAllUsesWith(Op.getValue(1).getNode(), &Rem);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUISelLowering.cpp281 DAG.ReplaceAllUsesWith(Op.getValue(0).getNode(), &Div);
282 DAG.ReplaceAllUsesWith(Op.getValue(1).getNode(), &Rem);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h194 CurDAG->ReplaceAllUsesWith(F, T);
H A DSelectionDAG.h975 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
990 void ReplaceAllUsesWith(SDValue From, SDValue Op);
991 void ReplaceAllUsesWith(SDNode *From, SDNode *To);
992 void ReplaceAllUsesWith(SDNode *From, const SDValue *To);
/external/chromium_org/v8/src/
H A Dhydrogen-bce.cc283 original_check->ReplaceAllUsesWith(original_check->index());
H A Dhydrogen-instructions.cc487 if (other != NULL) ReplaceAllUsesWith(other);
493 void HValue::ReplaceAllUsesWith(HValue* other) { function in class:v8::internal::HValue
981 ReplaceAllUsesWith(index());
2111 first_check_in_block()->ReplaceAllUsesWith(first_check_in_block()->index());
H A Dhydrogen-instructions.h669 void ReplaceAllUsesWith(HValue* other);
H A Dhydrogen.cc4445 instruction->ReplaceAllUsesWith(instruction->ActualValue());
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp830 DAG.ReplaceAllUsesWith(SDValue(CopyToReg, 0), CopyToReg->getOperand(0));
1612 DAG.ReplaceAllUsesWith(Users[Lane], Copy);
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp815 DAG.ReplaceAllUsesWith(N, Shl);
857 DAG.ReplaceAllUsesWith(N, NewShift);
965 DAG.ReplaceAllUsesWith(N, NewSHL);
2608 // one, do not call ReplaceAllUsesWith.
2645 // one, do not call ReplaceAllUsesWith.
2667 // one, do not call ReplaceAllUsesWith.
2689 // one, do not call ReplaceAllUsesWith.
H A DX86ISelLowering.cpp11784 DAG.ReplaceAllUsesWith(Op, New);
11877 DAG.ReplaceAllUsesWith(Op, New);
18555 DAG.ReplaceAllUsesWith(N, N.getOperand(0));
18637 DAG.ReplaceAllUsesWith(N, N.getOperand(0));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp170 DAG.ReplaceAllUsesWith(Old, New);
174 DAG.ReplaceAllUsesWith(Old, New);
178 DAG.ReplaceAllUsesWith(Old, New);
1337 DAG.ReplaceAllUsesWith(Node, NewNode);
1359 DAG.ReplaceAllUsesWith(Node, ResultVals.data());
H A DSelectionDAG.cpp772 // If there was already an existing matching node, use ReplaceAllUsesWith
775 ReplaceAllUsesWith(N, Existing);
5463 /// with ReplaceAllUsesWith both because it often avoids allocating a new
5778 /// RAUWUpdateListener - Helper for ReplaceAllUsesWith - When the node
5801 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
5806 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To) { function in class:SelectionDAG
5847 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
5853 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To) { function in class:SelectionDAG
5858 "Cannot use this version of ReplaceAllUsesWith!");
5866 // the ReplaceAllUsesWith abov
5900 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, const SDValue *To) { function in class:SelectionDAG
[all...]
H A DDAGCombiner.cpp734 DAG.ReplaceAllUsesWith(N, To);
1157 DAG.ReplaceAllUsesWith(N, RV.getNode());
1162 DAG.ReplaceAllUsesWith(N, &OpV);
9292 // ReplaceAllUsesWith will replace all uses that existed when it was
9303 DAG.ReplaceAllUsesWith(SDValue(St, 0), St->getChain());
H A DSelectionDAGISel.cpp2212 CurDAG->ReplaceAllUsesWith(Node, Res);
H A DSelectionDAGBuilder.cpp7041 DAG.ReplaceAllUsesWith(Call, MN);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3851 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(),
3936 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(),
8217 // DAG.ReplaceAllUsesWith for that matter), because the load still has

Completed in 1336 milliseconds