Home
last modified time | relevance | path

Searched refs:replaceAllUsesExcept (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DValue.cpp61 void Value::replaceAllUsesExcept( in replaceAllUsesExcept() function in Value
72 void Value::replaceAllUsesExcept(Value newValue, in replaceAllUsesExcept() function in Value
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopTiling.cpp167 .replaceAllUsesExcept(newIndex, newIndex); in tileParallelLoop()
179 innerIndex.replaceAllUsesExcept(newIndex, newIndex); in tileParallelLoop()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DValue.h170 replaceAllUsesExcept(Value newValue,
176 void replaceAllUsesExcept(Value newValue, Operation *exceptedUser) const;
/llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp417 op.getResult().replaceAllUsesExcept(ops->insert.getResult(), in runOnOperation()
478 op.getResult().replaceAllUsesExcept(ops->insert.getResult(), extractOp); in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DFusionOnTensors.cpp399 sliceOp.getResult().replaceAllUsesExcept(newResult, clonedOp); in fuseProducer()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp537 iv.replaceAllUsesExcept(apply, apply); in normalizeAffineParallel()
649 op.getInductionVar().replaceAllUsesExcept(newIV->getResult(0), newIV); in normalizeAffineFor()
H A DLoopUtils.cpp1383 forOp.getResult(pos).replaceAllUsesExcept(lhs, newOps); in loopUnrollJamByFactor()
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp586 inductionVar.replaceAllUsesExcept(shifted, preserve); in normalizeLoop()