Searched refs:OMPLoopTransformationDirective (Results 1 – 8 of 8) sorted by relevance
230 def OMPLoopTransformationDirective : StmtNode<OMPLoopBasedDirective, 1>;231 def OMPTileDirective : StmtNode<OMPLoopTransformationDirective>;232 def OMPStripeDirective : StmtNode<OMPLoopTransformationDirective>;233 def OMPUnrollDirective : StmtNode<OMPLoopTransformationDirective>;234 def OMPReverseDirective : StmtNode<OMPLoopTransformationDirective>;235 def OMPInterchangeDirective : StmtNode<OMPLoopTransformationDirective>;
896 llvm::function_ref<void(OMPLoopTransformationDirective *)>902 llvm::function_ref<void(const OMPLoopTransformationDirective *)> in doForAllLoops()908 [OnTransformationCallback](OMPLoopTransformationDirective *A) { in doForAllLoops()921 auto &&TransformCb = [](OMPLoopTransformationDirective *) {}; in doForAllLoops()959 class OMPLoopTransformationDirective : public OMPLoopBasedDirective {966 explicit OMPLoopTransformationDirective(StmtClass SC, in OMPLoopTransformationDirective() function5548 class OMPTileDirective final : public OMPLoopTransformationDirective {5560 : OMPLoopTransformationDirective(OMPTileDirectiveClass, in OMPTileDirective()5625 class OMPStripeDirective final : public OMPLoopTransformationDirective {5637 : OMPLoopTransformationDirective(OMPStripeDirectiveClass, in OMPStripeDirective()[all …]
128 llvm::function_ref<void(OMPLoopTransformationDirective *)> in doForAllLoops()133 auto *Dir = dyn_cast<OMPLoopTransformationDirective>(CurStmt); in doForAllLoops()372 Stmt *OMPLoopTransformationDirective::getTransformedStmt() const { in getTransformedStmt()385 Stmt *OMPLoopTransformationDirective::getPreInits() const { in getPreInits()
1004 const OMPLoopTransformationDirective *S) { in VisitOMPLoopTransformationDirective()
2449 OMPLoopTransformationDirective *D) { in VisitOMPLoopTransformationDirective()
2444 OMPLoopTransformationDirective *D) { in VisitOMPLoopTransformationDirective()
1930 if (auto *Dir = dyn_cast<OMPLoopTransformationDirective>(SimplifiedS)) in emitBody()
4148 void VisitOMPLoopTransformationDirective(OMPLoopTransformationDirective *S) { in VisitOMPLoopTransformationDirective()9732 [&SemaRef, &Captures](OMPLoopTransformationDirective *Transform) { in checkOpenMPLoop()