Home
last modified time | relevance | path

Searched refs:ReplaceAllUsesOfValueWith (Results 1 – 22 of 22) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAGISel.h184 CurDAG->ReplaceAllUsesOfValueWith(F, T); in ReplaceUses()
DSelectionDAG.h1019 void ReplaceAllUsesOfValueWith(SDValue From, SDValue To);
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp250 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i)); in CopyAndMoveSuccessors()
251 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1), in CopyAndMoveSuccessors()
DDAGCombiner.cpp852 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 …]
DSelectionDAGISel.cpp2073 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()
DLegalizeTypes.cpp697 DAG.ReplaceAllUsesOfValueWith(From, To); in ReplaceValueWith()
726 DAG.ReplaceAllUsesOfValueWith(OldVal, NewVal); in ReplaceValueWith()
DLegalizeDAG.cpp919 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()
DScheduleDAGRRList.cpp979 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), i), SDValue(N, i)); in CopyAndMoveSuccessors()
980 DAG->ReplaceAllUsesOfValueWith(SDValue(SU->getNode(), OldNumVals-1), in CopyAndMoveSuccessors()
DSelectionDAG.cpp6096 void SelectionDAG::ReplaceAllUsesOfValueWith(SDValue From, SDValue To){ in ReplaceAllUsesOfValueWith() function in SelectionDAG
6178 return ReplaceAllUsesOfValueWith(*From, *To); in ReplaceAllUsesOfValuesWith()
/external/llvm/lib/Target/R600/
DAMDGPUISelDAGToDAG.cpp440 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()
DSIISelLowering.cpp806 DAG.ReplaceAllUsesOfValueWith( in LowerBRCOND()
1318 DAG.ReplaceAllUsesOfValueWith(SDValue(Load, 1), NewLoad.getValue(1)); in performUCharToFloatCombine()
DAMDGPUISelLowering.cpp647 DAG.ReplaceAllUsesOfValueWith(SDValue(N,1), SDValue(Node, 1)); in ReplaceNodeResults()
/external/mesa3d/src/gallium/drivers/radeon/
DSIISelLowering.cpp369 DAG.ReplaceAllUsesOfValueWith(Op, CreateLiveInRegister(DAG, dstClass, Reg, in LowerLOAD()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp446 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()
DMipsISelLowering.cpp473 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), CopyFromLo); in performDivRemCombine()
482 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), CopyFromHi); in performDivRemCombine()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6030 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 …]
DPPCISelDAGToDAG.cpp3287 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Res); in PreprocessISelDAG()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4826 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 …]
DX86ISelDAGToDAG.cpp556 CurDAG->ReplaceAllUsesOfValueWith(SDValue(N, 0), Result); in PreprocessISelDAG()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1081 DAG.ReplaceAllUsesOfValueWith(OldChain, NewChain); in emitIntrinsicWithChainAndGlue()
2688 DAG.ReplaceAllUsesOfValueWith(SDValue(Op.getNode(), 0), CC); in lowerINTRINSIC_W_CHAIN()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp7976 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/
DAArch64ISelLowering.cpp7099 DAG.ReplaceAllUsesOfValueWith(SDValue(LN0, 1), Load.getValue(1)); in performIntToFpCombine()