Lines Matching refs:DKind
2811 OpenMPDirectiveKind DKind, in emitForStaticInit() argument
2816 assert(isOpenMPWorksharingDirective(DKind) && in emitForStaticInit()
2819 isOpenMPLoopDirective(DKind) in emitForStaticInit()
2848 OpenMPDirectiveKind DKind) { in emitForStaticFinish() argument
2854 isOpenMPDistributeDirective(DKind) in emitForStaticFinish()
2856 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()
9553 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in getNestedDistributeDirective() local
9556 if (isOpenMPDistributeDirective(DKind)) in getNestedDistributeDirective()
9558 if (DKind == OMPD_teams) { in getNestedDistributeDirective()
9566 DKind = NND->getDirectiveKind(); in getNestedDistributeDirective()
9567 if (isOpenMPDistributeDirective(DKind)) in getNestedDistributeDirective()
9573 if (isOpenMPDistributeDirective(DKind)) in getNestedDistributeDirective()
12679 CodeGenFunction &CGF, SourceLocation Loc, OpenMPDirectiveKind DKind, in emitForStaticInit() argument
12699 OpenMPDirectiveKind DKind) { in emitForStaticFinish() argument