Home
last modified time | relevance | path

Searched refs:dropAllUses (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dpost_quantize.cc80 arg.dropAllUses(); in RemoveQuantizationAdaptorOps()
97 arg.dropAllUses(); in RemoveQuantizationAdaptorOps()
Ddilated_conv.h303 stb_op.getResult().dropAllUses(); in matchAndRewrite()
/external/llvm-project/mlir/lib/IR/
DValue.cpp119 void Value::dropAllUses() const { return getUseList()->dropAllUses(); } in dropAllUses() function in Value
DBlock.cpp95 arg.dropAllUses(); in dropAllDefinedValueUses()
98 dropAllUses(); in dropAllDefinedValueUses()
DPatternMatch.cpp208 source->dropAllUses(); in mergeBlocks()
DOperation.cpp546 dropAllUses(); in dropAllDefinedValueUses()
/external/llvm-project/mlir/include/mlir/Reducer/Passes/
DOpReducer.h81 o->dropAllUses(); in deleteOps()
/external/llvm-project/mlir/include/mlir/IR/
DOperation.h534 void dropAllUses() { in dropAllUses() function
536 result.dropAllUses(); in dropAllUses()
DUseDefLists.h41 void dropAllUses() { in dropAllUses() function
DValue.h150 void dropAllUses() const;
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_merge_variables_with_execute.cc402 parallel_execute_op->dropAllUses(); in ReplaceParallelExecute()
418 execute_launch.getOperation()->dropAllUses(); in ReplaceExecute()
Dtpu_rewrite_pass.cc721 operand.dropAllUses(); in EraseClusterFuncs()
/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp317 arg.dropAllUses(); in notifyOpRemoved()
331 block->getArgument(i).dropAllUses(); in discardRewrites()
/external/llvm-project/mlir/lib/Parser/
DParser.cpp325 fwd.first.dropAllUses(); in ~OperationParser()