HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceAllUsesWith (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 194 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 283 original_check->ReplaceAllUsesWith(original_check->index());
hydrogen-instructions.cc 487 if (other != NULL) ReplaceAllUsesWith(other);
493 void HValue::ReplaceAllUsesWith(HValue* other) {
981 ReplaceAllUsesWith(index());
    [all...]
hydrogen-instructions.h 669 void ReplaceAllUsesWith(HValue* other);
    [all...]
hydrogen.cc     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 830 DAG.ReplaceAllUsesWith(SDValue(CopyToReg, 0), CopyToReg->getOperand(0));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 815 DAG.ReplaceAllUsesWith(N, Shl);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 170 DAG.ReplaceAllUsesWith(Old, New);
174 DAG.ReplaceAllUsesWith(Old, New);
178 DAG.ReplaceAllUsesWith(Old, New);
    [all...]
SelectionDAG.cpp 772 // If there was already an existing matching node, use ReplaceAllUsesWith
775 ReplaceAllUsesWith(N, Existing);
    [all...]
DAGCombiner.cpp 734 DAG.ReplaceAllUsesWith(N, To);
    [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 356 milliseconds