/external/llvm/include/llvm/CodeGen/ |
SelectionDAGISel.h | 192 CurDAG->ReplaceAllUsesWith(F, T);
|
SelectionDAG.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.cpp | 281 DAG.ReplaceAllUsesWith(Op.getValue(0).getNode(), &Div); 282 DAG.ReplaceAllUsesWith(Op.getValue(1).getNode(), &Rem);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUISelLowering.cpp | 281 DAG.ReplaceAllUsesWith(Op.getValue(0).getNode(), &Div); 282 DAG.ReplaceAllUsesWith(Op.getValue(1).getNode(), &Rem);
|
/external/chromium_org/v8/src/ |
hydrogen-bce.cc | 261 original_check->ReplaceAllUsesWith(original_check->index());
|
hydrogen-instructions.cc | 546 if (other != NULL) ReplaceAllUsesWith(other); 552 void HValue::ReplaceAllUsesWith(HValue* other) { 874 ReplaceAllUsesWith(index()); [all...] |
hydrogen-instructions.h | 760 void ReplaceAllUsesWith(HValue* other); [all...] |
hydrogen.cc | [all...] |
/external/llvm/lib/Target/R600/ |
SIISelLowering.cpp | 487 DAG.ReplaceAllUsesWith(SDValue(CopyToReg, 0), CopyToReg->getOperand(0)); [all...] |
AMDGPUISelDAGToDAG.cpp | 769 CurDAG->ReplaceAllUsesWith(Op, TLO.New);
|
/external/v8/src/ |
hydrogen-instructions.cc | 392 if (other != NULL) ReplaceAllUsesWith(other); 399 void HValue::ReplaceAllUsesWith(HValue* other) { [all...] |
hydrogen-instructions.h | 634 void ReplaceAllUsesWith(HValue* other); [all...] |
hydrogen.cc | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 806 DAG.ReplaceAllUsesWith(N, Shl); 848 DAG.ReplaceAllUsesWith(N, NewShift); [all...] |
X86ISelLowering.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | 169 DAG.ReplaceAllUsesWith(Old, New); 173 DAG.ReplaceAllUsesWith(Old, New); 177 DAG.ReplaceAllUsesWith(Old, New); [all...] |
SelectionDAG.cpp | 711 // If there was already an existing matching node, use ReplaceAllUsesWith 714 ReplaceAllUsesWith(N, Existing); [all...] |
SelectionDAGISel.cpp | [all...] |
DAGCombiner.cpp | 641 DAG.ReplaceAllUsesWith(N, To); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |