/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 184 CurDAG->ReplaceAllUsesOfValueWith(F, T); in ReplaceUses()
|
D | SelectionDAG.h | 1019 void ReplaceAllUsesOfValueWith(SDValue From, SDValue To);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 250 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i)); in CopyAndMoveSuccessors() 251 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1), in CopyAndMoveSuccessors()
|
D | DAGCombiner.cpp | 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() [all …]
|
D | SelectionDAGISel.cpp | 2073 CurDAG->ReplaceAllUsesOfValueWith(ChainVal, InputChain); in UpdateChainsAndGlue() 2095 CurDAG->ReplaceAllUsesOfValueWith(SDValue(FRN, FRN->getNumValues()-1), in UpdateChainsAndGlue() 2328 CurDAG->ReplaceAllUsesOfValueWith(SDValue(Node, OldGlueResultNo), in MorphNode() 2337 CurDAG->ReplaceAllUsesOfValueWith(SDValue(Node, OldChainResultNo), in MorphNode() 2641 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, 0), in SelectCodeCommon() 3347 CurDAG->ReplaceAllUsesOfValueWith(SDValue(NodeToMatch, i), Res); in SelectCodeCommon()
|
D | LegalizeTypes.cpp | 697 DAG.ReplaceAllUsesOfValueWith(From, To); in ReplaceValueWith() 726 DAG.ReplaceAllUsesOfValueWith(OldVal, NewVal); in ReplaceValueWith()
|
D | LegalizeDAG.cpp | 919 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), RVal); in LegalizeLoadOps() 920 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), RChain); in LegalizeLoadOps() 1146 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), Value); in LegalizeLoadOps() 1147 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), Chain); in LegalizeLoadOps() 1456 DAG.ReplaceAllUsesOfValueWith(Ch, SDValue(NewLoad.getNode(), 1)); in ExpandExtractFromVectorThroughStack() 4111 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 0), Tmp2); in PromoteNode() 4112 DAG.ReplaceAllUsesOfValueWith(SDValue(Node, 1), Chain); in PromoteNode()
|
D | ScheduleDAGRRList.cpp | 979 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i)); in CopyAndMoveSuccessors() 980 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1), in CopyAndMoveSuccessors()
|
D | SelectionDAG.cpp | 6096 void SelectionDAG::ReplaceAllUsesOfValueWith(SDValue From, SDValue To){ in ReplaceAllUsesOfValueWith() function in SelectionDAG 6178 return ReplaceAllUsesOfValueWith(*From, *To); in ReplaceAllUsesOfValuesWith()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelDAGToDAG.cpp | 440 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 1), NewLoad.getValue(1)); in Select() 441 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), BitCast); in Select() 459 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), NewStore); in Select()
|
D | SIISelLowering.cpp | 806 DAG.ReplaceAllUsesOfValueWith( in LowerBRCOND() 1318 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), NewLoad.getValue(1)); in performUCharToFloatCombine()
|
D | AMDGPUISelLowering.cpp | 647 DAG.ReplaceAllUsesOfValueWith(SDValue(N,1), SDValue(Node, 1)); in ReplaceNodeResults()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | SIISelLowering.cpp | 369 DAG.ReplaceAllUsesOfValueWith(Op, CreateLiveInRegister(DAG, dstClass, Reg, in LowerLOAD()
|
/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()
|
D | MipsISelLowering.cpp | 473 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), CopyFromLo); in performDivRemCombine() 482 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), CopyFromHi); in performDivRemCombine()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6030 DAG.ReplaceAllUsesOfValueWith(ResChain, TF); in spliceIntoChain() 9332 DAG.ReplaceAllUsesOfValueWith(Inputs[i], Inputs[i].getOperand(0)); in DAGCombineTruncBoolExt() 9359 DAG.ReplaceAllUsesOfValueWith(PromOp, RepValue); in DAGCombineTruncBoolExt() 9390 DAG.ReplaceAllUsesOfValueWith(PromOp, in DAGCombineTruncBoolExt() 9573 DAG.ReplaceAllUsesOfValueWith(Inputs[i], InSrc); in DAGCombineExtBoolTrunc() 9575 DAG.ReplaceAllUsesOfValueWith(Inputs[i], in DAGCombineExtBoolTrunc() 9578 DAG.ReplaceAllUsesOfValueWith(Inputs[i], in DAGCombineExtBoolTrunc() 9581 DAG.ReplaceAllUsesOfValueWith(Inputs[i], in DAGCombineExtBoolTrunc() 9655 DAG.ReplaceAllUsesOfValueWith(PromOp, in DAGCombineExtBoolTrunc() 10287 DAG.ReplaceAllUsesOfValueWith(Cond.getValue(1), Cond.getOperand(0)); in PerformDAGCombine() [all …]
|
D | PPCISelDAGToDAG.cpp | 3287 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Res); in PreprocessISelDAG()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4826 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain); in EltsFromConsecutiveLoads() 4854 DAG.ReplaceAllUsesOfValueWith(SDValue(LDBase, 1), NewChain); in EltsFromConsecutiveLoads() 13832 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), Load.getValue(1)); in LowerExtendedLoad() 13920 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), TF); in LowerExtendedLoad() 13946 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), TF); in LowerExtendedLoad() 13960 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), TF); in LowerExtendedLoad() 16871 DAG.ReplaceAllUsesOfValueWith(Op.getValue(0), cpOut); in LowerCMP_SWAP() 16872 DAG.ReplaceAllUsesOfValueWith(Op.getValue(1), Success); in LowerCMP_SWAP() 16873 DAG.ReplaceAllUsesOfValueWith(Op.getValue(2), EFLAGS.getValue(1)); in LowerCMP_SWAP() 19500 DAG.ReplaceAllUsesOfValueWith(SDValue(Ld, 1), NewChain); in PerformShuffleCombine256() [all …]
|
D | X86ISelDAGToDAG.cpp | 556 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Result); in PreprocessISelDAG()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1081 DAG.ReplaceAllUsesOfValueWith(OldChain, NewChain); in emitIntrinsicWithChainAndGlue() 2688 DAG.ReplaceAllUsesOfValueWith(SDValue(Op.getNode(), 0), CC); in lowerINTRINSIC_W_CHAIN()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7976 DAG.ReplaceAllUsesOfValueWith(SDValue(AddeNode, 0), HiMLALResult); in AddCombineTo64bitMLAL() 7979 DAG.ReplaceAllUsesOfValueWith(SDValue(AddcNode, 0), LoMLALResult); in AddCombineTo64bitMLAL() 8499 DAG.ReplaceAllUsesOfValueWith(SDValue(LD, 1), NewLD2.getValue(1)); in PerformVMOVRRDCombine()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7099 DAG.ReplaceAllUsesOfValueWith(SDValue(LN0, 1), Load.getValue(1)); in performIntToFpCombine()
|