OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOpenMPSimdDirective
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h
231
bool
isOpenMPSimdDirective
(OpenMPDirectiveKind DKind);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
238
if (!
isOpenMPSimdDirective
(S.getDirectiveKind()))
1044
if (
isOpenMPSimdDirective
(D.getDirectiveKind())) {
2293
if (
isOpenMPSimdDirective
(D.getDirectiveKind())) {
2361
isOpenMPSimdDirective
(D.getDirectiveKind()))) &&
2449
if (
isOpenMPSimdDirective
(S.getDirectiveKind())) {
2470
assert(
isOpenMPSimdDirective
(S.getDirectiveKind()) &&
2650
if (!
isOpenMPSimdDirective
(S.getDirectiveKind())) {
2958
if (!
isOpenMPSimdDirective
(S.getDirectiveKind())) {
2976
isOpenMPSimdDirective
(S.getDirectiveKind()) ? OMPD_for_simd : OMPD_for,
3181
if (
isOpenMPSimdDirective
(S.getDirectiveKind()))
[
all
...]
CGOpenMPRuntime.cpp
6632
isOpenMPSimdDirective
(NestedDir->getDirectiveKind()))
6808
if (
isOpenMPSimdDirective
(Dir->getDirectiveKind()))
6876
!
isOpenMPSimdDirective
(Dir->getDirectiveKind())) {
6881
if (Dir &&
isOpenMPSimdDirective
(Dir->getDirectiveKind()))
/src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp
526
bool clang::
isOpenMPSimdDirective
(OpenMPDirectiveKind DKind) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
551
!
isOpenMPSimdDirective
(getTopOfStack().Directive))) &&
1438
!
isOpenMPSimdDirective
(getTopOfStack().Directive))) &&
1464
!
isOpenMPSimdDirective
(getTopOfStack().Directive))) &&
2347
!
isOpenMPSimdDirective
(DSAStack->getCurrentDirective()))
2377
!
isOpenMPSimdDirective
(K));
2564
isOpenMPSimdDirective
(CurDir))
4557
isOpenMPSimdDirective
(DSAStack->getCurrentDirective()) && OC &&
4657
if (
isOpenMPSimdDirective
(ParentRegion) &&
4808
!(
isOpenMPSimdDirective
(ParentRegion) ||
8509
isOpenMPSimdDirective
(DKind
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
2479
if (
isOpenMPSimdDirective
(DKind))
Completed in 36 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026