Home
last modified time | relevance | path

Searched refs:isProperAncestor (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/mlir/include/mlir/Transforms/
DRegionUtils.h25 if (!v.getParentRegion()->isProperAncestor(&limit)) in areValuesDefinedAbove()
/external/llvm-project/mlir/lib/IR/
DRegion.cpp53 bool Region::isProperAncestor(Region *other) { in isProperAncestor() function in Region
172 if (operand.getParentRegion()->isProperAncestor(&limit)) { in isIsolatedAbove()
DOperation.cpp237 bool Operation::isProperAncestor(Operation *other) { in isProperAncestor() function in Operation
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_extract_head_tail_outside_compilation.cc302 return !launch.getOperation()->isProperAncestor(operand.getOwner()); in CreateTailComputation()
333 return !new_cluster.getOperation()->isProperAncestor(operand.getOwner()); in UpdateClusterResults()
388 cluster.getOperation()->isProperAncestor( in RemoveClusterAliasedOutputs()
Dannotate_parameter_replication.cc81 } else if (!operand.getParentRegion()->isProperAncestor( in runOnOperation()
Dmerge_control_flow.cc148 return second_if_op->isProperAncestor(op); in GetReturnIndicesToKeep()
185 if (!source_op->isProperAncestor(successor)) queue.push(successor); in MoveResultsAfter()
Dreplicate_invariant_op_hoisting.cc135 return region && region->isProperAncestor(replicate_region); in IsOpReplicateInvariant()
Dtpu_extract_outside_compilation.cc485 if (!parallel_execute_op.getOperation()->isProperAncestor(use.getOwner())) in CreateParallelExecuteForOutsideCompilation()
Dtpu_variable_runtime_reformatting.cc222 replicate_operand.getParentRegion()->isProperAncestor(&body); in AnnotateCompileOpAndGetExecuteArgToWhileArgsMapping()
/external/llvm-project/mlir/include/mlir/IR/
DRegion.h201 bool isProperAncestor(Region *other);
206 return this == other || isProperAncestor(other); in isAncestor()
DOperation.h140 bool isProperAncestor(Operation *other);
146 return this == other || isProperAncestor(other); in isAncestor()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dlhlo_ops.td702 if (load.memref().getParentRegion()->isProperAncestor(&region()))
711 if (store.memref().getParentRegion()->isProperAncestor(&region()))
720 if (load.memref().getParentRegion()->isProperAncestor(&region()))
729 if (store.memref().getParentRegion()->isProperAncestor(&region()))
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DSuperVectorize.cpp1350 if (maybeParent->isProperAncestor(loop)) { in verifyLoopNesting()
1361 assert(!sibling->isProperAncestor(loop) && in verifyLoopNesting()