Searched defs:getLoopRegions (Results 1 – 7 of 7) sorted by relevance
134 llvm::SmallVector<mlir::Region *> cuf::KernelOp::getLoopRegions() { getLoopRegions() function in cuf::KernelOp
533 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
124 SmallVector<Region *> tosa::WhileOp::getLoopRegions() { return {&getBody()}; } getLoopRegions() function in tosa::WhileOp
2332 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
2459 SmallVector<Region *> AffineForOp::getLoopRegions() { return {&getRegion()}; } getLoopRegions() function in AffineForOp 3761 SmallVector<Region *> AffineParallelOp::getLoopRegions() { getLoopRegions() function in AffineParallelOp
2038 llvm::SmallVector<mlir::Region *> acc::LoopOp::getLoopRegions() { getLoopRegions() function in acc::LoopOp
2461 SmallVector<Region *> IterateOp::getLoopRegions() { return {&getRegion()}; } getLoopRegions() function in IterateOp