Searched refs:isOpenMPSimdDirective (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h297 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp245 if (!isOpenMPSimdDirective(S.getDirectiveKind()))
1044 if (isOpenMPSimdDirective(D.getDirectiveKind())) {
2337 if (isOpenMPSimdDirective(D.getDirectiveKind())) {
2401 isOpenMPSimdDirective(D.getDirectiveKind()))) &&
2489 if (isOpenMPSimdDirective(S.getDirectiveKind())) {
2510 assert(isOpenMPSimdDirective(S.getDirectiveKind()) &&
2871 if (!isOpenMPSimdDirective(S.getDirectiveKind())) {
3177 if (!isOpenMPSimdDirective(S.getDirectiveKind())) {
3195 isOpenMPSimdDirective(S.getDirectiveKind()) ? OMPD_for_simd : OMPD_for,
3401 if (isOpenMPSimdDirective(
[all...]
H A DCGOpenMPRuntime.cpp6036 isOpenMPSimdDirective(NestedDir->getDirectiveKind())) {
6271 if (isOpenMPSimdDirective(Dir->getDirectiveKind()))
6353 } else if (Dir && isOpenMPSimdDirective(Dir->getDirectiveKind()))
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp684 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { function in class:clang
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp579 !isOpenMPSimdDirective(getTopOfStack().Directive))) &&
1591 !isOpenMPSimdDirective(getTopOfStack().Directive))) &&
1616 !isOpenMPSimdDirective(getTopOfStack().Directive))) &&
2585 !isOpenMPSimdDirective(DSAStack->getCurrentDirective()))
2615 !isOpenMPSimdDirective(K));
2825 isOpenMPSimdDirective(CurDir))
4191 if (isOpenMPSimdDirective(DKind))
4910 isOpenMPSimdDirective(DSAStack->getCurrentDirective()) && OC &&
5024 if (isOpenMPSimdDirective(ParentRegion) &&
5197 !(isOpenMPSimdDirective(ParentRegio
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp2875 if (isOpenMPSimdDirective(DKind))

Completed in 363 milliseconds