Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Dialect/CUF/
H A DCUFOps.cpp134 llvm::SmallVector<mlir::Region *> cuf::KernelOp::getLoopRegions() { getLoopRegions() function in cuf::KernelOp
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp533 SmallVector<Region *> ForOp::getLoopRegions() { return {&getRegion()}; } in getLoopRegions() function in ForOp
619 SmallVector<Region *> ForallOp::getLoopRegions() { return {&getRegion()}; } in getLoopRegions() function in ForallOp
3007 SmallVector<Region *> ParallelOp::getLoopRegions() { return {&getRegion()}; } getLoopRegions() function in ParallelOp
3345 SmallVector<Region *> WhileOp::getLoopRegions() { getLoopRegions() function in WhileOp
/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp124 SmallVector<Region *> tosa::WhileOp::getLoopRegions() { return {&getBody()}; } getLoopRegions() function in tosa::WhileOp
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp2332 llvm::SmallVector<mlir::Region *> fir::IterWhileOp::getLoopRegions() { getLoopRegions() function in fir::IterWhileOp
2697 llvm::SmallVector<mlir::Region *> fir::DoLoopOp::getLoopRegions() { getLoopRegions() function in fir::DoLoopOp
/llvm-project/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2459 SmallVector<Region *> AffineForOp::getLoopRegions() { return {&getRegion()}; } getLoopRegions() function in AffineForOp
3761 SmallVector<Region *> AffineParallelOp::getLoopRegions() { getLoopRegions() function in AffineParallelOp
/llvm-project/mlir/lib/Dialect/OpenACC/IR/
H A DOpenACC.cpp2038 llvm::SmallVector<mlir::Region *> acc::LoopOp::getLoopRegions() { getLoopRegions() function in acc::LoopOp
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp2461 SmallVector<Region *> IterateOp::getLoopRegions() { return {&getRegion()}; } getLoopRegions() function in IterateOp