OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureRegions
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
OpenMPKinds.cpp
587
SmallVectorImpl<OpenMPDirectiveKind> &
CaptureRegions
,
598
CaptureRegions
.push_back(OMPD_parallel);
603
CaptureRegions
.push_back(OMPD_task);
604
CaptureRegions
.push_back(OMPD_target);
605
CaptureRegions
.push_back(OMPD_teams);
610
CaptureRegions
.push_back(OMPD_teams);
614
CaptureRegions
.push_back(OMPD_task);
615
CaptureRegions
.push_back(OMPD_target);
619
CaptureRegions
.push_back(OMPD_teams);
620
CaptureRegions
.push_back(OMPD_parallel)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenMPKinds.h
277
llvm::SmallVectorImpl<OpenMPDirectiveKind> &
CaptureRegions
,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
531
SmallVector<OpenMPDirectiveKind, 4>
CaptureRegions
;
532
getOpenMPCaptureRegions(
CaptureRegions
, getDirectiveKind());
533
return Data->getCapturedStmt(RegionKind,
CaptureRegions
);
540
SmallVector<OpenMPDirectiveKind, 4>
CaptureRegions
;
541
getOpenMPCaptureRegions(
CaptureRegions
, getDirectiveKind());
542
return Data->getInnermostCapturedStmt(
CaptureRegions
);
OpenMPClause.h
8538
ArrayRef<OpenMPDirectiveKind>
CaptureRegions
) const {
8540
CaptureRegions
,
8542
"RegionKind not found in OpenMP
CaptureRegions
.");
8544
for (auto ThisCaptureRegion :
CaptureRegions
) {
8554
getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind>
CaptureRegions
) {
8556
assert(!
CaptureRegions
.empty() &&
8559
for (unsigned Level =
CaptureRegions
.size(); Level > 1; --Level)
8565
getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind>
CaptureRegions
) const {
8567
CaptureRegions
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
621
SmallVector<OpenMPDirectiveKind, 4>
CaptureRegions
;
622
getOpenMPCaptureRegions(
CaptureRegions
, getDirective(Level));
623
return
CaptureRegions
[OpenMPCaptureLevel];
2317
SmallVector<OpenMPDirectiveKind, 4>
CaptureRegions
;
2318
getOpenMPCaptureRegions(
CaptureRegions
, DKind);
2319
if (isOpenMPTaskingDirective(
CaptureRegions
[CapLevel]) &&
2321
!isOpenMPTaskLoopDirective(
CaptureRegions
[CapLevel]))) {
4289
SmallVector<OpenMPDirectiveKind, 4>
CaptureRegions
;
4290
getOpenMPCaptureRegions(
CaptureRegions
, DKind);
4291
return
CaptureRegions
.size()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
374
llvm::SmallVector<OpenMPDirectiveKind, 4>
CaptureRegions
;
375
getOpenMPCaptureRegions(
CaptureRegions
, D->getDirectiveKind());
376
if (
CaptureRegions
.size() == 1 &&
CaptureRegions
.back() == OMPD_unknown) {
382
CaptureRegions
.back() == OMPD_parallel &&
CGStmtOpenMP.cpp
799
llvm::SmallVector<OpenMPDirectiveKind, 4>
CaptureRegions
;
800
getOpenMPCaptureRegions(
CaptureRegions
, D.getDirectiveKind());
804
CaptureRegions
.size() == 1 &&
CaptureRegions
.back() == OMPD_unknown;
CGOpenMPRuntime.cpp
12140
SmallVector<OpenMPDirectiveKind, 4>
CaptureRegions
;
12141
getOpenMPCaptureRegions(
CaptureRegions
, S.getDirectiveKind());
12142
const CapturedStmt *CS = S.getCapturedStmt(
CaptureRegions
.front());
12533
SmallVector<OpenMPDirectiveKind, 4>
CaptureRegions
;
12534
getOpenMPCaptureRegions(
CaptureRegions
, D.getDirectiveKind());
12535
const CapturedStmt *CS = D.getCapturedStmt(
CaptureRegions
.back());
Completed in 59 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026