Searched refs:ReplaceAllUsesOfValuesWith (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 196 CurDAG->ReplaceAllUsesOfValuesWith(F, T, Num); in ReplaceUses()
|
D | SelectionDAG.h | 1147 void ReplaceAllUsesOfValuesWith(const SDValue *From, const SDValue *To,
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 211 CurDAG->ReplaceAllUsesOfValuesWith(F, T, Num, &ISU); in ReplaceUses()
|
D | SelectionDAG.h | 871 void ReplaceAllUsesOfValuesWith(const SDValue *From, const SDValue *To,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5455 void SelectionDAG::ReplaceAllUsesOfValuesWith(const SDValue *From, in ReplaceAllUsesOfValuesWith() function in SelectionDAG
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6498 void SelectionDAG::ReplaceAllUsesOfValuesWith(const SDValue *From, in ReplaceAllUsesOfValuesWith() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 7453 DAG.ReplaceAllUsesOfValuesWith(From, To, 2); in visitPatchpoint()
|
D | DAGCombiner.cpp | 12323 DAG.ReplaceAllUsesOfValuesWith(From, To, 2); in ReplaceExtractVectorEltOfLoadWithNarrowedLoad()
|