| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | User.cpp | 100 bool User::replaceUsesOfWith(Value *FromV, Value *ToV) { in replaceUsesOfWith() function in llvm::sandboxir::User 111 return cast<llvm::User>(Val)->replaceUsesOfWith(FromV->Val, ToV->Val); in replaceUsesOfWith()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVRegularizer.cpp | 94 User->replaceUsesOfWith(CE, ReplInst); in runLowerConstExpr() 136 II->replaceUsesOfWith(Op, ReplInst); in runLowerConstExpr() 239 CI->replaceUsesOfWith(OldF, NewF); in visitCallScalToVec()
|
| H A D | SPIRVPrepareFunctions.cpp | 493 U->replaceUsesOfWith(F, NewF); in removeAggregateTypesFromSignature()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 97 Instr->replaceUsesOfWith(CE, NewInst); in replaceConstantExprOp() 160 U->replaceUsesOfWith(GV, Addr); in lowerGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | DemoteRegToStack.cpp | 96 U->replaceUsesOfWith(&I, V); in DemoteRegToStack() 178 User->replaceUsesOfWith(P, V); in DemotePHIToStack()
|
| H A D | CallPromotionUtils.cpp | 123 U->replaceUsesOfWith(OrigInst, Phi); in createRetPHINode() 190 U->replaceUsesOfWith(&CB, Cast); in createRetBitCast() 311 NewBitCast->replaceUsesOfWith(OrigInst, NewInst); in versionCallSiteWithCond() 322 NewRet->replaceUsesOfWith(Ret->getReturnValue(), NewRetVal); in versionCallSiteWithCond()
|
| H A D | FlattenCFG.cpp | 301 PBI->replaceUsesOfWith(CC, NC); in FlattenParallelAndOr() 497 PBI->replaceUsesOfWith(PBI->getCondition(), NC); in MergeIfRegion()
|
| H A D | CodeExtractor.cpp | 440 Pred->getTerminator()->replaceUsesOfWith(CommonExitBlock, NewExitBlock); in findOrCreateBlockForHoisting() 574 I->replaceUsesOfWith(I->getOperand(1), CastI); in findAllocas() 735 TI->replaceUsesOfWith(OldPred, NewBB); in severSplitPHINodesOfEntry() 794 PredBB->getTerminator()->replaceUsesOfWith(ExitBB, NewBB); in severSplitPHINodesOfExits() 1687 inst->replaceUsesOfWith(inputs[i], RewriteVal); in emitFunctionBody() 2042 I->replaceUsesOfWith(header, codeReplacer); in insertReplacerCall() 2072 inst->replaceUsesOfWith(outputs[i], load); in insertReplacerCall()
|
| H A D | UnifyLoopExits.cpp | 138 U->replaceUsesOfWith(Def, NewPhi); in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | LoopVersioning.cpp | 154 U->replaceUsesOfWith(Inst, PN); in addPHINodes()
|
| H A D | BreakCriticalEdges.cpp | 417 Src->getTerminator()->replaceUsesOfWith(Target, DirectSucc); in SplitIndirectBrCriticalEdges()
|
| H A D | SimplifyIndVar.cpp | 1593 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, Trunc); in truncateIVUse() 1629 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, DU.WideDef); in widenLoopCompare() 1640 DU.NarrowUse->replaceUsesOfWith(Op, ExtOp); in widenLoopCompare() 1910 DU.NarrowUse->replaceUsesOfWith(DU.NarrowDef, DU.WideDef); in widenIVUse()
|
| H A D | ModuleUtils.cpp | 475 UserInst->replaceUsesOfWith(GI, ResolvedCast); in lowerGlobalIFuncUsersAsGlobalCtor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 1633 FC0.ExitingBlock->getTerminator()->replaceUsesOfWith(FC1.Preheader, in performFusion() 1644 FC0.ExitingBlock->getTerminator()->replaceUsesOfWith(FC0.ExitBlock, in performFusion() 1694 FC0.Latch->getTerminator()->replaceUsesOfWith(FC0.Header, FC1.Header); in performFusion() 1695 FC1.Latch->getTerminator()->replaceUsesOfWith(FC1.Header, FC0.Header); in performFusion() 1851 FC0.GuardBranch->replaceUsesOfWith(FC0NonLoopBlock, FC1NonLoopBlock); in fuseGuardedLoops() 1854 BBToUpdate->getTerminator()->replaceUsesOfWith(FC1GuardBlock, FC1.Header); in fuseGuardedLoops() 1919 FC0.ExitingBlock->getTerminator()->replaceUsesOfWith(FC0.ExitBlock, in fuseGuardedLoops() 1981 FC0.Latch->getTerminator()->replaceUsesOfWith(FC0.Header, FC1.Header); in fuseGuardedLoops() 1982 FC1.Latch->getTerminator()->replaceUsesOfWith(FC1.Header, FC0.Header); in fuseGuardedLoops()
|
| H A D | MergeICmps.cpp | 651 LhsLoad->replaceUsesOfWith(LhsLoad->getOperand(0), Lhs); in mergeComparisons() 652 RhsLoad->replaceUsesOfWith(RhsLoad->getOperand(0), Rhs); in mergeComparisons() 713 Pred->getTerminator()->replaceUsesOfWith(EntryBlock_, NextCmpBlock); in simplify()
|
| H A D | InferAddressSpaces.cpp | 428 II->replaceUsesOfWith(OldV, NewV); in rewriteIntrinsicOperands() 1306 CurUser->replaceUsesOfWith( in performPointerReplacement() 1309 CurUserI->replaceUsesOfWith( in performPointerReplacement() 1381 I->replaceUsesOfWith(C, Replace); in rewriteWithNewAddressSpaces()
|
| H A D | DFAJumpThreading.cpp | 234 SIUse->replaceUsesOfWith(SI, SIOp1); in unfold() 246 SIUse->replaceUsesOfWith(SI, EndPhi); in unfold()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | MaterializationUtils.cpp | 206 I->replaceUsesOfWith(D, CurrentMaterialization); in rewriteMaterializableInstructions() 229 R.Use->replaceUsesOfWith(R.Def, R.Remat); in rewriteMaterializableInstructions()
|
| H A D | CoroFrame.cpp | 1158 U->replaceUsesOfWith(Def, CurrentReload); in insertSpills() 1222 DVI->replaceUsesOfWith(Alloca, G); in insertSpills() 1227 I->replaceUsesOfWith(Alloca, G); in insertSpills() 1824 NewLifetime->replaceUsesOfWith(NewLifetime->getOperand(1), AI); in sinkLifetimeStartMarkers()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonOptimizeSZextends.cpp | 125 J->replaceUsesOfWith(Ashr, I); in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PseudoProbe.cpp | 86 II->replaceUsesOfWith(II->getFactor(), Builder.getInt64(IntFactor)); in setProbeDistributionFactor()
|
| H A D | User.cpp | 21 bool User::replaceUsesOfWith(Value *From, Value *To) { in replaceUsesOfWith() function in llvm::User
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | User.h | 136 bool replaceUsesOfWith(Value *FromV, Value *ToV);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | User.h | 358 LLVM_ABI bool replaceUsesOfWith(Value *From, Value *To);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanValue.h | 254 void replaceUsesOfWith(VPValue *From, VPValue *To);
|