Lines Matching refs:PrintOMPExecutableDirective

129     void PrintOMPExecutableDirective(OMPExecutableDirective *S,
643 void StmtPrinter::PrintOMPExecutableDirective(OMPExecutableDirective *S, in PrintOMPExecutableDirective() function in StmtPrinter
659 PrintOMPExecutableDirective(Node); in VisitOMPParallelDirective()
664 PrintOMPExecutableDirective(Node); in VisitOMPSimdDirective()
669 PrintOMPExecutableDirective(Node); in VisitOMPTileDirective()
674 PrintOMPExecutableDirective(Node); in VisitOMPUnrollDirective()
679 PrintOMPExecutableDirective(Node); in VisitOMPForDirective()
684 PrintOMPExecutableDirective(Node); in VisitOMPForSimdDirective()
689 PrintOMPExecutableDirective(Node); in VisitOMPSectionsDirective()
694 PrintOMPExecutableDirective(Node); in VisitOMPSectionDirective()
699 PrintOMPExecutableDirective(Node); in VisitOMPSingleDirective()
704 PrintOMPExecutableDirective(Node); in VisitOMPMasterDirective()
714 PrintOMPExecutableDirective(Node); in VisitOMPCriticalDirective()
719 PrintOMPExecutableDirective(Node); in VisitOMPParallelForDirective()
725 PrintOMPExecutableDirective(Node); in VisitOMPParallelForSimdDirective()
731 PrintOMPExecutableDirective(Node); in VisitOMPParallelMasterDirective()
737 PrintOMPExecutableDirective(Node); in VisitOMPParallelSectionsDirective()
742 PrintOMPExecutableDirective(Node); in VisitOMPTaskDirective()
747 PrintOMPExecutableDirective(Node); in VisitOMPTaskyieldDirective()
752 PrintOMPExecutableDirective(Node); in VisitOMPBarrierDirective()
757 PrintOMPExecutableDirective(Node); in VisitOMPTaskwaitDirective()
762 PrintOMPExecutableDirective(Node); in VisitOMPTaskgroupDirective()
767 PrintOMPExecutableDirective(Node); in VisitOMPFlushDirective()
772 PrintOMPExecutableDirective(Node); in VisitOMPDepobjDirective()
777 PrintOMPExecutableDirective(Node); in VisitOMPScanDirective()
782 PrintOMPExecutableDirective(Node, Node->hasClausesOfKind<OMPDependClause>()); in VisitOMPOrderedDirective()
787 PrintOMPExecutableDirective(Node); in VisitOMPAtomicDirective()
792 PrintOMPExecutableDirective(Node); in VisitOMPTargetDirective()
797 PrintOMPExecutableDirective(Node); in VisitOMPTargetDataDirective()
803 PrintOMPExecutableDirective(Node, /*ForceNoStmt=*/true); in VisitOMPTargetEnterDataDirective()
809 PrintOMPExecutableDirective(Node, /*ForceNoStmt=*/true); in VisitOMPTargetExitDataDirective()
815 PrintOMPExecutableDirective(Node); in VisitOMPTargetParallelDirective()
821 PrintOMPExecutableDirective(Node); in VisitOMPTargetParallelForDirective()
826 PrintOMPExecutableDirective(Node); in VisitOMPTeamsDirective()
833 PrintOMPExecutableDirective(Node); in VisitOMPCancellationPointDirective()
839 PrintOMPExecutableDirective(Node); in VisitOMPCancelDirective()
844 PrintOMPExecutableDirective(Node); in VisitOMPTaskLoopDirective()
850 PrintOMPExecutableDirective(Node); in VisitOMPTaskLoopSimdDirective()
856 PrintOMPExecutableDirective(Node); in VisitOMPMasterTaskLoopDirective()
862 PrintOMPExecutableDirective(Node); in VisitOMPMasterTaskLoopSimdDirective()
868 PrintOMPExecutableDirective(Node); in VisitOMPParallelMasterTaskLoopDirective()
874 PrintOMPExecutableDirective(Node); in VisitOMPParallelMasterTaskLoopSimdDirective()
879 PrintOMPExecutableDirective(Node); in VisitOMPDistributeDirective()
885 PrintOMPExecutableDirective(Node, /*ForceNoStmt=*/true); in VisitOMPTargetUpdateDirective()
891 PrintOMPExecutableDirective(Node); in VisitOMPDistributeParallelForDirective()
897 PrintOMPExecutableDirective(Node); in VisitOMPDistributeParallelForSimdDirective()
903 PrintOMPExecutableDirective(Node); in VisitOMPDistributeSimdDirective()
909 PrintOMPExecutableDirective(Node); in VisitOMPTargetParallelForSimdDirective()
914 PrintOMPExecutableDirective(Node); in VisitOMPTargetSimdDirective()
920 PrintOMPExecutableDirective(Node); in VisitOMPTeamsDistributeDirective()
926 PrintOMPExecutableDirective(Node); in VisitOMPTeamsDistributeSimdDirective()
932 PrintOMPExecutableDirective(Node); in VisitOMPTeamsDistributeParallelForSimdDirective()
938 PrintOMPExecutableDirective(Node); in VisitOMPTeamsDistributeParallelForDirective()
943 PrintOMPExecutableDirective(Node); in VisitOMPTargetTeamsDirective()
949 PrintOMPExecutableDirective(Node); in VisitOMPTargetTeamsDistributeDirective()
955 PrintOMPExecutableDirective(Node); in VisitOMPTargetTeamsDistributeParallelForDirective()
961 PrintOMPExecutableDirective(Node); in VisitOMPTargetTeamsDistributeParallelForSimdDirective()
967 PrintOMPExecutableDirective(Node); in VisitOMPTargetTeamsDistributeSimdDirective()
972 PrintOMPExecutableDirective(Node); in VisitOMPInteropDirective()
977 PrintOMPExecutableDirective(Node); in VisitOMPDispatchDirective()
982 PrintOMPExecutableDirective(Node); in VisitOMPMaskedDirective()