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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 190 CurDAG->ReplaceAllUsesWith(F, T);
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 216 CurDAG->ReplaceAllUsesWith(SDValue(bvNode, 0), Dummy.getValue());
702 CurDAG->ReplaceAllUsesWith(N, Dummy.getValue().getNode());
713 CurDAG->ReplaceAllUsesWith(N, Dummy.getValue().getNode());
725 CurDAG->ReplaceAllUsesWith(N, Dummy.getValue().getNode());
736 CurDAG->ReplaceAllUsesWith(N, Dummy.getValue().getNode());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 162 DAG.ReplaceAllUsesWith(Old, New);
166 DAG.ReplaceAllUsesWith(Old, New);
170 DAG.ReplaceAllUsesWith(Old, New);
    [all...]
SelectionDAG.cpp 730 // If there was already an existing matching node, use ReplaceAllUsesWith
733 ReplaceAllUsesWith(N, Existing);
    [all...]
SelectionDAGISel.cpp     [all...]
DAGCombiner.cpp 623 DAG.ReplaceAllUsesWith(N, To);
    [all...]
  /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 781 DAG.ReplaceAllUsesWith(N, Shl);
823 DAG.ReplaceAllUsesWith(N, NewShift);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 264 milliseconds