Lines Matching refs:ReplaceAllUsesOfValueWith
1367 DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New); in CommitTargetLoweringOpt()
1421 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), Trunc); in ReplaceLoadWithPromotedLoad()
1422 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1)); in ReplaceLoadWithPromotedLoad()
1681 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result); in PromoteLoad()
1682 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1)); in PromoteLoad()
3622 DAG.ReplaceAllUsesOfValueWith(Carry1.getValue(0), Merged.getValue(0)); in combineCarryDiamond()
6660 DAG.ReplaceAllUsesOfValueWith(SDValue(FixupNode, 0), And); in BackwardsPropagateMask()
6689 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), And); in BackwardsPropagateMask()
9478 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), SetCC.getValue(1)); in visitXOR()
10853 DAG.ReplaceAllUsesOfValueWith(N1.getValue(1), Load.getValue(1)); in visitFunnelShift()
13192 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), ExtLoad.getValue(1)); in CombineZExtLogicopShiftLoad()
13274 DAG.ReplaceAllUsesOfValueWith(SDValue(LN0, 1), ExtLoad.getValue(1)); in tryToFoldExtOfExtload()
13335 DAG.ReplaceAllUsesOfValueWith(SDValue(LN0, 1), ExtLoad.getValue(1)); in tryToFoldExtOfLoad()
13369 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), SDValue(NewLoad.getNode(), 1)); in tryToFoldExtOfMaskedLoad()
13396 DAG.ReplaceAllUsesOfValueWith( in tryToFoldExtOfAtomicLoad()
13400 DAG.ReplaceAllUsesOfValueWith(SDValue(ALoad, 1), SDValue(NewALoad, 1)); in tryToFoldExtOfAtomicLoad()
13712 DAG.ReplaceAllUsesOfValueWith(SDValue(LN00, 1), ExtLoad.getValue(1)); in visitSIGN_EXTEND()
14040 DAG.ReplaceAllUsesOfValueWith(SDValue(LN00, 1), ExtLoad.getValue(1)); in visitZERO_EXTEND()
14255 DAG.ReplaceAllUsesOfValueWith(SDValue(LN0, 1), ExtLoad.getValue(1)); in visitANY_EXTEND()
14279 DAG.ReplaceAllUsesOfValueWith(SDValue(LN0, 1), ExtLoad.getValue(1)); in visitANY_EXTEND()
14640 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), Load.getValue(1)); in reduceLoadWidth()
14663 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result); in reduceLoadWidth()
15113 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLoad.getValue(1)); in visitTRUNCATE()
15449 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), Load.getValue(1)); in visitBITCAST()
15729 DAG.ReplaceAllUsesOfValueWith(MaybePoisonOperand, FrozenMaybePoisonOperand); in visitFREEZE()
15965 DAG.ReplaceAllUsesOfValueWith(FMul, CDE); in visitFADDForFMACombine()
18599 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(0)); in CombineToPreIndexedLoadStore()
18600 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Result.getValue(2)); in CombineToPreIndexedLoadStore()
18602 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(1)); in CombineToPreIndexedLoadStore()
18654 DAG.ReplaceAllUsesOfValueWith(SDValue(OtherUses[i], 0), NewUse); in CombineToPreIndexedLoadStore()
18659 DAG.ReplaceAllUsesOfValueWith(Ptr, Result.getValue(IsLoad ? 1 : 0)); in CombineToPreIndexedLoadStore()
18788 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(0)); in CombineToPostIndexedLoadStore()
18789 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Result.getValue(2)); in CombineToPostIndexedLoadStore()
18791 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(1)); in CombineToPostIndexedLoadStore()
18798 DAG.ReplaceAllUsesOfValueWith(SDValue(Op, 0), in CombineToPostIndexedLoadStore()
19077 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Chain); in visitLOAD()
19108 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Undef); in visitLOAD()
19109 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Index); in visitLOAD()
19110 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 2), Chain); in visitLOAD()
19723 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Chain); in SliceUpLoad()
20001 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), NewLD.getValue(1)); in ReduceLoadOpStoreWidth()
20059 DAG.ReplaceAllUsesOfValueWith(Value.getValue(1), NewLD.getValue(1)); in TransformFPLoadStorePair()
21132 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), in tryStoreMergeOfLoads()