Home
last modified time | relevance | path

Searched defs:getLoopBody (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Tosa/IR/
DTosaOps.cpp63 Region &tosa::WhileOp::getLoopBody() { return body(); } in getLoopBody() function in tosa::WhileOp
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp234 Region &ForOp::getLoopBody() { return region(); } in getLoopBody() function in ForOp
1000 Region &ParallelOp::getLoopBody() { return region(); } in getLoopBody() function in ParallelOp
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp753 mlir::Region &fir::IterWhileOp::getLoopBody() { return region(); } in getLoopBody() function in fir::IterWhileOp
939 mlir::Region &fir::LoopOp::getLoopBody() { return region(); } in getLoopBody() function in fir::LoopOp
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1759 Region &AffineForOp::getLoopBody() { return region(); } in getLoopBody() function in AffineForOp
2562 Region &AffineParallelOp::getLoopBody() { return region(); } in getLoopBody() function in AffineParallelOp
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp840 const Stmt *getLoopBody(DynTypedNode N) { in getLoopBody() function
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc2785 Region &WhileOp::getLoopBody() { return body(); } in getLoopBody() function in mlir::TFL::WhileOp
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2951 Region &WhileRegionOp::getLoopBody() { return body(); } in getLoopBody() function in mlir::TF::WhileRegionOp