Lines Matching refs:ReplaceAllUsesOfValueWith
901 DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New); in CommitTargetLoweringOpt()
948 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), Trunc); in ReplaceLoadWithPromotedLoad()
949 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1)); in ReplaceLoadWithPromotedLoad()
1200 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result); in PromoteLoad()
1201 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1)); in PromoteLoad()
1620 DAG.ReplaceAllUsesOfValueWith(SDValue(N, i), N->getOperand(i)); in visitMERGE_VALUES()
5530 DAG.ReplaceAllUsesOfValueWith(SDValue(MGT, 1), Chain); in visitMGATHER()
5614 DAG.ReplaceAllUsesOfValueWith(SDValue(MLD, 1), Chain); in visitMLOAD()
6916 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), Load.getValue(1)); in ReduceLoadWidth()
7230 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLoad.getValue(1)); in visitTRUNCATE()
7446 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), Load.getValue(1)); in visitBITCAST()
9514 DAG.ReplaceAllUsesOfValueWith(N1, SetCC); in visitBRCOND()
9542 DAG.ReplaceAllUsesOfValueWith(N1, Tmp); in visitBRCOND()
9571 DAG.ReplaceAllUsesOfValueWith(N1, SetCC); in visitBRCOND()
9813 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(0)); in CombineToPreIndexedLoadStore()
9814 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Result.getValue(2)); in CombineToPreIndexedLoadStore()
9816 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(1)); in CombineToPreIndexedLoadStore()
9871 DAG.ReplaceAllUsesOfValueWith(SDValue(OtherUses[i], 0), NewUse); in CombineToPreIndexedLoadStore()
9876 DAG.ReplaceAllUsesOfValueWith(Ptr, Result.getValue(isLoad ? 1 : 0)); in CombineToPreIndexedLoadStore()
9981 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(0)); in CombineToPostIndexedLoadStore()
9982 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Result.getValue(2)); in CombineToPostIndexedLoadStore()
9984 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(1)); in CombineToPostIndexedLoadStore()
9991 DAG.ReplaceAllUsesOfValueWith(SDValue(Op, 0), in CombineToPostIndexedLoadStore()
10050 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Chain); in visitLOAD()
10085 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Undef); in visitLOAD()
10086 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Index); in visitLOAD()
10087 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 2), Chain); in visitLOAD()
10712 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Chain); in SliceUpLoad()
10971 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1)); in ReduceLoadOpStoreWidth()
11027 DAG.ReplaceAllUsesOfValueWith(Value.getValue(1), NewLD.getValue(1)); in TransformFPLoadStorePair()
11880 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), in MergeConsecutiveStores()
11897 DAG.ReplaceAllUsesOfValueWith(SDValue(St, 0), St->getChain()); in MergeConsecutiveStores()