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

  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 180 CurDAG->ReplaceAllUsesOfValueWith(F, T);
SelectionDAG.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
ScheduleDAGFast.cpp 249 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i));
250 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1),
DAGCombiner.cpp 662 DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New);
719 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), Trunc);
720 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1));
    [all...]
LegalizeTypes.cpp 684 DAG.ReplaceAllUsesOfValueWith(From, To);
713 DAG.ReplaceAllUsesOfValueWith(OldVal, NewVal);
    [all...]
LegalizeDAG.cpp     [all...]
ScheduleDAGRRList.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 476 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDCNode, 0), CopyFromLo);
479 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDENode, 0), CopyFromHi);
549 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), CopyFromLo);
552 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBENode, 0), CopyFromHi);
605 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), CopyFromLo);
614 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), CopyFromHi);
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 341 DAG.ReplaceAllUsesOfValueWith(
R600ISelLowering.cpp 456 DAG.ReplaceAllUsesOfValueWith(SDValue(N,1), SDValue(Node, 1));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 541 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Result);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 187 milliseconds