Home
last modified time | relevance | path

Searched refs:getCallableRegion (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/mlir/lib/Transforms/
DInliner.cpp56 node = cg.lookupNode(callableOp.getCallableRegion()); in walkReferencedSymbolNodes()
135 if (auto *node = cg.lookupNode(callable.getCallableRegion())) { in CGUseList()
191 Operation *nodeOp = node->getCallableRegion()->getParentOp(); in isDead()
202 Operation *nodeOp = node->getCallableRegion()->getParentOp(); in hasOneUseAndDiscardable()
212 Operation *parentOp = node->getCallableRegion()->getParentOp(); in recomputeUses()
390 node->getCallableRegion()->getParentOp()->erase(); in eraseDeadCallables()
416 if (resolvedCall.targetNode->getCallableRegion()->isAncestor( in shouldInline()
445 collectCallOps(*node->getCallableRegion(), node, cg, inliner.symbolTable, in inlineCallsInSCC()
465 Region *targetRegion = it.targetNode->getCallableRegion(); in inlineCallsInSCC()
525 auto *region = node->getCallableRegion(); in canonicalizeSCC()
[all …]
DSCCP.cpp396 Region *callableRegion = callable.getCallableRegion(); in initializeSymbolCallables()
/external/llvm-project/mlir/lib/Analysis/
DCallGraph.cpp32 Region *CallGraphNode::getCallableRegion() const { in getCallableRegion() function in CallGraphNode
84 if (auto *callableRegion = callable.getCallableRegion()) in computeCallGraph()
145 if (auto *node = lookupNode(callableOp.getCallableRegion())) in resolveCallable()
166 nodes.erase(node->getCallableRegion()); in eraseNode()
184 auto *callableRegion = node->getCallableRegion(); in print()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_identity_pruning.cc67 if (!func_to_visit.getCallableRegion()) continue; in CollectReachableFunctions()
68 collect_reachable_funcs(*func_to_visit.getCallableRegion(), in CollectReachableFunctions()
97 RemoveIdentityFromRegion(*reachable_func.getCallableRegion()); in runOnOperation()
Dexecutor_tpuv1_inline_tpu_island.cc70 called_func.getCallableRegion(), in runOnOperation()
/external/llvm-project/mlir/include/mlir/Analysis/
DCallGraph.h96 Region *getCallableRegion() const;
/external/llvm-project/mlir/include/mlir/Interfaces/
DCallInterfaces.td79 "Region *", "getCallableRegion"
/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
Ddecompose.cc266 callee.getCallableRegion(), in InlineTFRFuncCalls()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dconvert_tfl_uint8.cc132 mlir::Region *region = function.getCallableRegion(); in convert_graph_uint8_tensor()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/
Dresource_alias_analysis.cc169 Region* region = node->getCallableRegion(); in BacktrackAnalysis()
/external/llvm-project/mlir/include/mlir/IR/
DBuiltinOps.td121 Region *getCallableRegion() { return isExternal() ? nullptr : &getBody(); }
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_ops.cc559 Region *TFRFuncOp::getCallableRegion() { in getCallableRegion() function in mlir::TFR::TFRFuncOp
/external/llvm-project/mlir/docs/
DInterfaces.md221 - `Region * getCallableRegion()`
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestOps.td335 Region *getCallableRegion() { return &body(); }
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp1834 Region *spirv::FuncOp::getCallableRegion() { in getCallableRegion() function in spirv::FuncOp