Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DAffineLoopNormalize.cpp69 iv.replaceAllUsesExcept(apply, SmallPtrSet<Operation *, 1>{apply}); in normalizeAffineParallel()
178 op.getInductionVar().replaceAllUsesExcept(newIV->getResult(0), in normalizeAffineFor()
/external/llvm-project/mlir/test/lib/Transforms/
DTestVectorTransforms.cpp215 op.getResult().replaceAllUsesExcept(ops->insert.getResult(), in runOnFunction()
276 op.getResult().replaceAllUsesExcept(ops->insert.getResult(), extractOp); in runOnFunction()
/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DParallelLoopTiling.cpp122 inner_index.replaceAllUsesExcept( in tileParallelLoop()
/external/llvm-project/mlir/lib/IR/
DValue.cpp131 void Value::replaceAllUsesExcept( in replaceAllUsesExcept() function in Value
/external/llvm-project/mlir/include/mlir/IR/
DValue.h161 replaceAllUsesExcept(Value newValue,
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusion.cpp147 oldIndex.replaceAllUsesExcept(newIndex, in cloneWithLoopRanges()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtensor_array_ops_decomposition.cc182 old_val.replaceAllUsesExcept(new_val, exceptions); in ReplaceAllUsesExceptTerminator()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1949 inductionVar.replaceAllUsesExcept(shifted, preserve); in normalizeLoop()