| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | SelectionDAGISel.h | 222 CurDAG->ReplaceAllUsesWith(F, T); in ReplaceUses() 228 CurDAG->ReplaceAllUsesWith(F, T); in ReplaceNode()
|
| D | SelectionDAG.h | 1548 void ReplaceAllUsesWith(SDValue From, SDValue To); 1549 void ReplaceAllUsesWith(SDNode *From, SDNode *To); 1550 void ReplaceAllUsesWith(SDNode *From, const SDValue *To);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelDAGToDAG.cpp | 905 CurDAG->ReplaceAllUsesWith(N, Res.getNode()); in PreprocessISelDAG() 929 CurDAG->ReplaceAllUsesWith(N, Res.getNode()); in PreprocessISelDAG() 958 CurDAG->ReplaceAllUsesWith(N, To); in PreprocessISelDAG() 976 CurDAG->ReplaceAllUsesWith(N, Blendv.getNode()); in PreprocessISelDAG() 1012 CurDAG->ReplaceAllUsesWith(N, Res.getNode()); in PreprocessISelDAG() 1109 CurDAG->ReplaceAllUsesWith(N, Res.getNode()); in PreprocessISelDAG() 1343 CurDAG->ReplaceAllUsesWith(N, Result.getNode()); in PreprocessISelDAG() 1870 DAG.ReplaceAllUsesWith(N, Shl); in foldMaskAndShiftToExtract() 1937 DAG.ReplaceAllUsesWith(N, NewShift); in foldMaskedShiftToScaledMask() 2048 DAG.ReplaceAllUsesWith(N, NewSHL); in foldMaskAndShiftToScale() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| D | BPFISelDAGToDAG.cpp | 491 CurDAG->ReplaceAllUsesWith(SDValue(Node, 0), BaseV); in PreprocessTrunc()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LowerMatrixIntrinsics.cpp | 688 auto ReplaceAllUsesWith = [this](Instruction &Old, Value *New) { in optimizeTransposes() local 733 ReplaceAllUsesWith(I, TATA); in optimizeTransposes() 756 ReplaceAllUsesWith(I, NewInst); in optimizeTransposes() 790 ReplaceAllUsesWith(*I, NewInst); in optimizeTransposes()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonISelDAGToDAG.cpp | 1016 DAG.ReplaceAllUsesWith(I, NewSel.getNode()); in ppSimplifyOrSelect0() 1020 DAG.ReplaceAllUsesWith(I, NewSel.getNode()); in ppSimplifyOrSelect0() 1215 DAG.ReplaceAllUsesWith(U, Ret.getNode()); in ppHoistZextI1() 2236 CurDAG->ReplaceAllUsesWith(N, NewRoot.getNode()); in balanceSubTree()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | StatepointLowering.cpp | 976 DAG.ReplaceAllUsesWith(CallNode, StatepointValues); in LowerAsSTATEPOINT()
|
| D | SelectionDAG.cpp | 1052 ReplaceAllUsesWith(N, Existing); in AddModifiedNodeToCSEMaps() 8445 ReplaceAllUsesWith(N, New); in SelectNodeTo() 8572 ReplaceAllUsesWith(Node, Res); in mutateStrictFPToFP() 9019 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To) { in ReplaceAllUsesWith() function in SelectionDAG 9070 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To) { in ReplaceAllUsesWith() function in SelectionDAG 9126 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, const SDValue *To) { in ReplaceAllUsesWith() function in SelectionDAG 9128 return ReplaceAllUsesWith(SDValue(From, 0), To[0]); in ReplaceAllUsesWith() 9179 ReplaceAllUsesWith(From, To); in ReplaceAllUsesOfValueWith()
|
| D | LegalizeDAG.cpp | 212 DAG.ReplaceAllUsesWith(Old, New); in ReplaceNode() 222 DAG.ReplaceAllUsesWith(Old, New); in ReplaceNode() 231 DAG.ReplaceAllUsesWith(Old, New); in ReplaceNode()
|
| D | DAGCombiner.cpp | 1116 DAG.ReplaceAllUsesWith(N, To); in CombineTo() 1577 DAG.ReplaceAllUsesWith(N, RV.getNode()); in Run() 1581 DAG.ReplaceAllUsesWith(N, &RV); in Run() 2032 DAG.ReplaceAllUsesWith(N, Ops.data()); in visitMERGE_VALUES() 5497 DAG.ReplaceAllUsesWith(N, N->getOperand(0).getNode()); in BackwardsPropagateMask() 7466 DAG.ReplaceAllUsesWith(N, NewStore.getNode()); in mergeTruncStores()
|
| D | SelectionDAGBuilder.cpp | 9310 DAG.ReplaceAllUsesWith(Call, MN); in visitPatchpoint()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 3809 DAG.ReplaceAllUsesWith(N0, DAG.getNode(ISD::FNEG, SL, VT, Res)); in performFNegCombine() 3830 DAG.ReplaceAllUsesWith(N0, DAG.getNode(ISD::FNEG, SL, VT, Res)); in performFNegCombine() 3860 DAG.ReplaceAllUsesWith(N0, DAG.getNode(ISD::FNEG, SL, VT, Res)); in performFNegCombine() 3890 DAG.ReplaceAllUsesWith(N0, DAG.getNode(ISD::FNEG, SL, VT, Res)); in performFNegCombine() 3904 DAG.ReplaceAllUsesWith(N0, Neg); in performFNegCombine()
|
| D | VOPCInstructions.td | 764 // We need to use COPY_TO_REGCLASS to w/a the problem when ReplaceAllUsesWith()
|
| D | SIISelLowering.cpp | 5101 DAG.ReplaceAllUsesWith(BR, NewBR.getNode()); in LowerBRCOND() 5118 DAG.ReplaceAllUsesWith(SDValue(CopyToReg, 0), CopyToReg->getOperand(0)); in LowerBRCOND() 11065 DAG.ReplaceAllUsesWith(Users[Lane], Copy); in adjustWritemask() 11126 DAG.ReplaceAllUsesWith(Node, ToResultReg.getNode()); in legalizeTargetIndependentNode()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kISelLowering.cpp | 1836 DAG.ReplaceAllUsesWith(Op, New); in EmitTest()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 2528 DAG.ReplaceAllUsesWith(LHS, ANDSNode); in emitComparison() 10284 DAG.ReplaceAllUsesWith(Vec.getNode(), &Val); in LowerBUILD_VECTOR() 10899 DAG.ReplaceAllUsesWith(Op, NewSetcc); in LowerVSETCC() 15659 DAG.ReplaceAllUsesWith(SubsNode, NewValue.getNode()); in performCONDCombine()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 16289 DAG.ReplaceAllUsesWith(N, Merge.getNode()); in PerformLongShiftCombine() 16298 DAG.ReplaceAllUsesWith(N, NewShift.getNode()); in PerformLongShiftCombine() 17108 DAG.ReplaceAllUsesWith(Int.getNode(), LoopDec.getNode()); in PerformHWLoopCombine()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 5798 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(), in LowerCall_32SVR4() 5894 DAG.ReplaceAllUsesWith(CallSeqStart.getNode(), in createMemcpyOutsideCallSeq()
|