/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 190 CurDAG->ReplaceAllUsesOfValueWith(F, T); in ReplaceUses()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 204 CurDAG->ReplaceAllUsesOfValueWith(F, T, &ISU); in ReplaceUses()
|
D | SelectionDAG.h | 865 void ReplaceAllUsesOfValueWith(SDValue From, SDValue To,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 206 CurDAG->ReplaceAllUsesOfValueWith(F, T); in ReplaceUses()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 244 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i)); in CopyAndMoveSuccessors() 245 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1), in CopyAndMoveSuccessors()
|
D | DAGCombiner.cpp | 618 DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New, &DeadNodes); in CommitTargetLoweringOpt() 675 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), Trunc, &DeadNodes); in ReplaceLoadWithPromotedLoad() 676 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1), in ReplaceLoadWithPromotedLoad() 929 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result, &DeadNodes); in PromoteLoad() 930 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1), &DeadNodes); in PromoteLoad() 1285 DAG.ReplaceAllUsesOfValueWith(SDValue(N, i), N->getOperand(i), in visitMERGE_VALUES() 4717 DAG.ReplaceAllUsesOfValueWith(N0.getValue(1), Load.getValue(1), in ReduceLoadWidth() 5769 DAG.ReplaceAllUsesOfValueWith(N1, SetCC, &DeadNodes); in visitBRCOND() 5798 DAG.ReplaceAllUsesOfValueWith(N1, Tmp, &DeadNodes); in visitBRCOND() 5824 DAG.ReplaceAllUsesOfValueWith(N1, SetCC, &DeadNodes); in visitBRCOND() [all …]
|
D | SelectionDAGISel.cpp | 1555 CurDAG->ReplaceAllUsesOfValueWith(ChainVal, InputChain, &ISU); in UpdateChainsAndGlue() 1577 CurDAG->ReplaceAllUsesOfValueWith(SDValue(FRN, FRN->getNumValues()-1), in UpdateChainsAndGlue() 1808 CurDAG->ReplaceAllUsesOfValueWith(SDValue(Node, OldGlueResultNo), in MorphNode() 1817 CurDAG->ReplaceAllUsesOfValueWith(SDValue(Node, OldChainResultNo), in MorphNode() 2049 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0), in SelectCodeCommon() 2724 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, i), Res); in SelectCodeCommon()
|
D | LegalizeTypes.cpp | 687 DAG.ReplaceAllUsesOfValueWith(From, To, &NUL); in ReplaceValueWith() 716 DAG.ReplaceAllUsesOfValueWith(OldVal, NewVal, &NUL); in ReplaceValueWith()
|
D | ScheduleDAGRRList.cpp | 816 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i)); in CopyAndMoveSuccessors() 817 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1), in CopyAndMoveSuccessors()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 249 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i)); in CopyAndMoveSuccessors() 250 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1), in CopyAndMoveSuccessors()
|
D | SelectionDAGISel.cpp | 2197 CurDAG->ReplaceAllUsesOfValueWith(ChainVal, InputChain); in UpdateChains() 2443 CurDAG->ReplaceAllUsesOfValueWith(SDValue(Node, OldGlueResultNo), in MorphNode() 2452 CurDAG->ReplaceAllUsesOfValueWith(SDValue(Node, OldChainResultNo), in MorphNode() 2762 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0), in SelectCodeCommon() 3492 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, i), Res); in SelectCodeCommon() 3505 CurDAG->ReplaceAllUsesOfValueWith( in SelectCodeCommon()
|
D | DAGCombiner.cpp | 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() [all …]
|
D | LegalizeTypes.cpp | 705 DAG.ReplaceAllUsesOfValueWith(From, To); in ReplaceValueWith() 734 DAG.ReplaceAllUsesOfValueWith(OldVal, NewVal); in ReplaceValueWith()
|
D | LegalizeDAG.cpp | 665 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal); in LegalizeLoadOps() 666 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), RChain); in LegalizeLoadOps() 911 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), Value); in LegalizeLoadOps() 912 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), Chain); in LegalizeLoadOps() 1243 DAG.ReplaceAllUsesOfValueWith(Ch, SDValue(NewLoad.getNode(), 1)); in ExpandExtractFromVectorThroughStack() 4083 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), Tmp2); in PromoteNode() 4084 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), Chain); in PromoteNode()
|
D | ScheduleDAGRRList.cpp | 987 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i)); in CopyAndMoveSuccessors() 988 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1), in CopyAndMoveSuccessors()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 248 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i)); in CopyAndMoveSuccessors() 249 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1), in CopyAndMoveSuccessors()
|
D | DAGCombiner.cpp | 1027 DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New); in CommitTargetLoweringOpt() 1093 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), Trunc); in ReplaceLoadWithPromotedLoad() 1094 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), SDValue(ExtLoad, 1)); in ReplaceLoadWithPromotedLoad() 1350 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result); in PromoteLoad() 1351 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLD.getValue(1)); in PromoteLoad() 1859 DAG.ReplaceAllUsesOfValueWith(SDValue(N, i), N->getOperand(i)); in visitMERGE_VALUES() 4271 DAG.ReplaceAllUsesOfValueWith(SDValue(FixupNode, 0), And); in BackwardsPropagateMask() 4295 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 0), And); in BackwardsPropagateMask() 5875 DAG.ReplaceAllUsesOfValueWith(SDValue(L, 1), SDValue(NewLoad.getNode(), 1)); in MatchLoadCombine() 7571 DAG.ReplaceAllUsesOfValueWith(SDValue(MGT, 1), Chain); in visitMGATHER() [all …]
|
D | LegalizeTypes.cpp | 658 DAG.ReplaceAllUsesOfValueWith(From, To); in ReplaceValueWith() 689 DAG.ReplaceAllUsesOfValueWith(OldVal, NewVal); in ReplaceValueWith()
|
D | LegalizeDAG.cpp | 697 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal); in LegalizeLoadOps() 698 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), RChain); in LegalizeLoadOps() 939 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), Value); in LegalizeLoadOps() 940 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), Chain); in LegalizeLoadOps() 1302 DAG.ReplaceAllUsesOfValueWith(Ch, SDValue(NewLoad.getNode(), 1)); in ExpandExtractFromVectorThroughStack() 4375 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), Tmp2); in PromoteNode() 4376 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), Chain); in PromoteNode()
|
D | ScheduleDAGRRList.cpp | 1045 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i)); in TryUnfoldSU() 1046 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals - 1), in TryUnfoldSU()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 309 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDCNode, 0), CopyFromLo); in SelectMadd() 312 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDENode, 0), CopyFromHi); in SelectMadd() 383 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), CopyFromLo); in SelectMsub() 386 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBENode, 0), CopyFromHi); in SelectMsub() 437 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), CopyFromLo); in PerformDivRemCombine() 446 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), CopyFromHi); in PerformDivRemCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1689 DAG.ReplaceAllUsesOfValueWith(OldChain, NewChain); in emitIntrinsicWithCCAndChain() 1819 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), C.Op0.getValue(1)); in adjustSubwordCmp() 2898 DAG.ReplaceAllUsesOfValueWith(SDValue(LoadN, 1), NewLoad.getValue(1)); in lowerBITCAST() 3561 DAG.ReplaceAllUsesOfValueWith(Op.getValue(0), AtomicOp.getValue(0)); in lowerATOMIC_CMP_SWAP() 3562 DAG.ReplaceAllUsesOfValueWith(Op.getValue(1), Success); in lowerATOMIC_CMP_SWAP() 3563 DAG.ReplaceAllUsesOfValueWith(Op.getValue(2), AtomicOp.getValue(2)); in lowerATOMIC_CMP_SWAP() 3596 DAG.ReplaceAllUsesOfValueWith(Op.getValue(0), AtomicOp.getValue(0)); in lowerATOMIC_CMP_SWAP() 3597 DAG.ReplaceAllUsesOfValueWith(Op.getValue(1), Success); in lowerATOMIC_CMP_SWAP() 3598 DAG.ReplaceAllUsesOfValueWith(Op.getValue(2), AtomicOp.getValue(2)); in lowerATOMIC_CMP_SWAP() 3671 DAG.ReplaceAllUsesOfValueWith(SDValue(Op.getNode(), 0), CC); in lowerINTRINSIC_W_CHAIN() [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 446 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDCNode, 0), LoOut); in selectMADD() 450 CurDAG->ReplaceAllUsesOfValueWith(SDValue(ADDENode, 0), HiOut); in selectMADD() 518 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBCNode, 0), LoOut); in selectMSUB() 522 CurDAG->ReplaceAllUsesOfValueWith(SDValue(SUBENode, 0), HiOut); in selectMSUB()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6550 DAG.ReplaceAllUsesOfValueWith(ResChain, TF); in spliceIntoChain() 9947 DAG.ReplaceAllUsesOfValueWith(Inputs[i], Inputs[i].getOperand(0)); in DAGCombineTruncBoolExt() 9978 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt() 10009 DAG.ReplaceAllUsesOfValueWith(PromOp, in DAGCombineTruncBoolExt() 10192 DAG.ReplaceAllUsesOfValueWith(Inputs[i], InSrc); in DAGCombineExtBoolTrunc() 10194 DAG.ReplaceAllUsesOfValueWith(Inputs[i], in DAGCombineExtBoolTrunc() 10197 DAG.ReplaceAllUsesOfValueWith(Inputs[i], in DAGCombineExtBoolTrunc() 10200 DAG.ReplaceAllUsesOfValueWith(Inputs[i], in DAGCombineExtBoolTrunc() 10278 DAG.ReplaceAllUsesOfValueWith(PromOp, in DAGCombineExtBoolTrunc() 10747 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), BasePtr); in PerformDAGCombine() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7165 DAG.ReplaceAllUsesOfValueWith(ResChain, TF); in spliceIntoChain() 11395 DAG.ReplaceAllUsesOfValueWith(Inputs[i], Inputs[i].getOperand(0)); in DAGCombineTruncBoolExt() 11426 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt() 11457 DAG.ReplaceAllUsesOfValueWith(PromOp, in DAGCombineTruncBoolExt() 11640 DAG.ReplaceAllUsesOfValueWith(Inputs[i], InSrc); in DAGCombineExtBoolTrunc() 11642 DAG.ReplaceAllUsesOfValueWith(Inputs[i], in DAGCombineExtBoolTrunc() 11645 DAG.ReplaceAllUsesOfValueWith(Inputs[i], in DAGCombineExtBoolTrunc() 11648 DAG.ReplaceAllUsesOfValueWith(Inputs[i], in DAGCombineExtBoolTrunc() 11726 DAG.ReplaceAllUsesOfValueWith(PromOp, in DAGCombineExtBoolTrunc() 12667 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), BasePtr); in PerformDAGCombine() [all …]
|