Lines Matching full:compute

371   // This is only a requirement on compute and loop constructs so far, so this  in checkValidAfterDeviceType()
495 // Restrictions only properly implemented on 'compute' constructs, and in VisitDefaultClause()
496 // 'compute' constructs are the only construct that can do anything with in VisitDefaultClause()
519 // Restrictions only properly implemented on 'compute' constructs, and in VisitIfClause()
520 // 'compute' constructs are the only construct that can do anything with in VisitIfClause()
552 // Restrictions only properly implemented on 'compute' constructs, and in VisitSelfClause()
553 // 'compute' constructs are the only construct that can do anything with in VisitSelfClause()
585 // Restrictions only properly implemented on 'compute' constructs, and in VisitNumGangsClause()
586 // 'compute' constructs are the only construct that can do anything with in VisitNumGangsClause()
640 // Restrictions only properly implemented on 'compute' constructs, and in VisitNumWorkersClause()
641 // 'compute' constructs are the only construct that can do anything with in VisitNumWorkersClause()
661 // Restrictions only properly implemented on 'compute' constructs, and in VisitVectorLengthClause()
662 // 'compute' constructs are the only construct that can do anything with in VisitVectorLengthClause()
682 // Restrictions only properly implemented on 'compute' constructs, and in VisitAsyncClause()
683 // 'compute' constructs are the only construct that can do anything with in VisitAsyncClause()
704 // Restrictions only properly implemented on 'compute' and 'loop' in VisitPrivateClause()
705 // constructs, and 'compute'/'loop' constructs are the only construct that in VisitPrivateClause()
723 // Restrictions only properly implemented on 'compute' constructs, and in VisitFirstPrivateClause()
724 // 'compute' constructs are the only construct that can do anything with in VisitFirstPrivateClause()
740 // Restrictions only properly implemented on 'compute' constructs, and in VisitNoCreateClause()
741 // 'compute' constructs are the only construct that can do anything with in VisitNoCreateClause()
756 // Restrictions only properly implemented on 'compute' constructs, and in VisitPresentClause()
757 // 'compute' constructs are the only construct that can do anything with in VisitPresentClause()
772 // Restrictions only properly implemented on 'compute' constructs, and in VisitCopyClause()
773 // 'compute' constructs are the only construct that can do anything with in VisitCopyClause()
788 // Restrictions only properly implemented on 'compute' constructs, and in VisitCopyInClause()
789 // 'compute' constructs are the only construct that can do anything with in VisitCopyInClause()
804 // Restrictions only properly implemented on 'compute' constructs, and in VisitCopyOutClause()
805 // 'compute' constructs are the only construct that can do anything with in VisitCopyOutClause()
820 // Restrictions only properly implemented on 'compute' constructs, and in VisitCreateClause()
821 // 'compute' constructs are the only construct that can do anything with in VisitCreateClause()
836 // Restrictions only properly implemented on 'compute' constructs, and in VisitAttachClause()
837 // 'compute' constructs are the only construct that can do anything with in VisitAttachClause()
857 // Restrictions only properly implemented on 'compute' constructs, and in VisitDevicePtrClause()
858 // 'compute' constructs are the only construct that can do anything with in VisitDevicePtrClause()
879 // Restrictions only properly implemented on 'compute' constructs, and in VisitWaitClause()
880 // 'compute' constructs are the only construct that can do anything with in VisitWaitClause()
892 // Restrictions only properly implemented on 'compute' and 'loop' in VisitDeviceTypeClause()
893 // constructs, and 'compute'/'loop' constructs are the only construct that in VisitDeviceTypeClause()
999 // Restrictions only properly implemented on 'compute' constructs, and in VisitReductionClause()
1000 // 'compute' constructs are the only construct that can do anything with in VisitReductionClause()
1048 // Compute constructs end up taking their 'loop'. in AssociatedStmtRAII()
1659 // If we are in the scope of a compute construct, add this to the list of in ActOnEndStmtDirective()
1660 // loop constructs that need assigning to the next closing compute in ActOnEndStmtDirective()