Lines Matching refs:ReplaceAllUsesOfValueWith

852   DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New);  in CommitTargetLoweringOpt()
899 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), Trunc); in ReplaceLoadWithPromotedLoad()
900 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1)); in ReplaceLoadWithPromotedLoad()
1147 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result); in PromoteLoad()
1148 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1)); in PromoteLoad()
1569 DAG.ReplaceAllUsesOfValueWith(SDValue(N, i), N->getOperand(i)); in visitMERGE_VALUES()
5146 DAG.ReplaceAllUsesOfValueWith(SDValue(MLD, 1), Chain); in visitMLOAD()
6408 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), Load.getValue(1)); in ReduceLoadWidth()
6700 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLoad.getValue(1)); in visitTRUNCATE()
6854 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), Load.getValue(1)); in visitBITCAST()
8455 DAG.ReplaceAllUsesOfValueWith(N1, SetCC); in visitBRCOND()
8484 DAG.ReplaceAllUsesOfValueWith(N1, Tmp); in visitBRCOND()
8514 DAG.ReplaceAllUsesOfValueWith(N1, SetCC); in visitBRCOND()
8750 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(0)); in CombineToPreIndexedLoadStore()
8751 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Result.getValue(2)); in CombineToPreIndexedLoadStore()
8753 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(1)); in CombineToPreIndexedLoadStore()
8806 DAG.ReplaceAllUsesOfValueWith(SDValue(OtherUses[i], 0), NewUse); in CombineToPreIndexedLoadStore()
8811 DAG.ReplaceAllUsesOfValueWith(Ptr, Result.getValue(isLoad ? 1 : 0)); in CombineToPreIndexedLoadStore()
8917 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(0)); in CombineToPostIndexedLoadStore()
8918 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Result.getValue(2)); in CombineToPostIndexedLoadStore()
8920 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(1)); in CombineToPostIndexedLoadStore()
8927 DAG.ReplaceAllUsesOfValueWith(SDValue(Op, 0), in CombineToPostIndexedLoadStore()
8986 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Chain); in visitLOAD()
9021 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Undef); in visitLOAD()
9022 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Index); in visitLOAD()
9023 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 2), Chain); in visitLOAD()
9648 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Chain); in SliceUpLoad()
9902 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1)); in ReduceLoadOpStoreWidth()
9958 DAG.ReplaceAllUsesOfValueWith(Value.getValue(1), NewLD.getValue(1)); in TransformFPLoadStorePair()
10564 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), in MergeConsecutiveStores()
10572 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), Ld->getChain()); in MergeConsecutiveStores()
10583 DAG.ReplaceAllUsesOfValueWith(SDValue(St, 0), St->getChain()); in MergeConsecutiveStores()