Home
last modified time | relevance | path

Searched refs:replaceUsesWithIf (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp66 Arg->replaceUsesWithIf(&CB, in visitCallBase()
/llvm-project-15.0.7/mlir/lib/IR/
H A DValue.cpp82 void Value::replaceUsesWithIf(Value newValue, in replaceUsesWithIf() function in Value
H A DPatternMatch.cpp224 std::get<0>(it).replaceUsesWithIf(std::get<1>(it), functor); in replaceOpWithIf()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDecomposeLinalgOps.cpp341 inputBlockArg.value().replaceUsesWithIf( in matchAndRewrite()
348 inputBlockArg.value().replaceUsesWithIf( in matchAndRewrite()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp124 Ptr->replaceUsesWithIf(CastBack, in promotePointer()
H A DAMDGPULowerModuleLDSPass.cpp418 GV->replaceUsesWithIf(GEP, Predicate); in replaceLDSVariablesWithStruct()
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DCSE.cpp125 std::get<0>(it).replaceUsesWithIf( in replaceUsesAndDelete()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp242 I.replaceUsesWithIf(IC, [N](Use &U) { in sinkInstruction()
H A DConstraintElimination.cpp762 Cmp->replaceUsesWithIf( in eliminateConstraints()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DValue.h180 void replaceUsesWithIf(Value newValue,
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp537 void Value::replaceUsesWithIf(Value *New, in replaceUsesWithIf() function in Value
590 replaceUsesWithIf(New, [BB](Use &U) { in replaceUsesOutsideBlock()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DTileUsingInterface.cpp369 source.replaceUsesWithIf(target, [&](OpOperand &use) { in replaceIterArgs()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp85 std::get<0>(it).replaceUsesWithIf(std::get<1>(it), [&](OpOperand &use) { in replaceLoopWithNewYields()
235 orig.replaceUsesWithIf(repl, [&](OpOperand &opOperand) { in outlineSingleBlockRegion()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValue.h314 void replaceUsesWithIf(Value *New,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp330 DefBefore->replaceUsesWithIf(MD, [MD](Use &U) { in insertDef()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1331 AI->replaceUsesWithIf(Replacement, [AICast, AILong](Use &U) { in instrumentStack()
H A DDataFlowSanitizer.cpp1492 F.replaceUsesWithIf(WrappedFnCst, IsNotCmpUse); in runImpl()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1778 Old->replaceUsesWithIf(New, isDirectCall); in replaceDirectCalls()
H A DIROutliner.cpp1947 CST->replaceUsesWithIf(Arg, [OutlinedFunction](Use &U) { in replaceConstants()
H A DAttributor.cpp2415 F->replaceUsesWithIf(InternalizedFn, IsNotInternalized); in internalizeFunctions()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1809 Alias.first->replaceUsesWithIf( in insertSpills()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1090 arg.replaceUsesWithIf(repl, [&](OpOperand &operand) { in applyRewrites()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3906 Op->replaceUsesWithIf(&FI, [&](Use &U) -> bool { in freezeOtherUses()
H A DInstCombineAndOrXor.cpp3276 Y->replaceUsesWithIf(NotY, in foldXorOfICmps()