<
typenameStreamTy>
74 returnOut <<
"parallel";
77 returnOut <<
"serial";
80 returnOut <<
"kernels";
83 returnOut <<
"data";
86 returnOut <<
"enter data";
89 returnOut <<
"exit data";
92 returnOut <<
"host_data";
95 returnOut <<
"loop";
98 returnOut <<
"cache";
101 returnOut <<
"parallel loop";
104 returnOut <<
"serial loop";
107 returnOut <<
"kernels loop";
110 returnOut <<
"atomic";
113 returnOut <<
"declare";
116 returnOut <<
"init";
119 returnOut <<
"shutdown";
122 returnOut <<
"set";
125 returnOut <<
"update";
128 returnOut <<
"wait";
131 returnOut <<
"routine";
134 returnOut <<
"<invalid>";
136llvm_unreachable(
"Uncovered directive kind");
144inlinellvm::raw_ostream &
operator<<(llvm::raw_ostream &Out,
307template<
typenameStreamTy>
311 returnOut <<
"finalize";
314 returnOut <<
"if_present";
317 returnOut <<
"seq";
320 returnOut <<
"independent";
323 returnOut <<
"auto";
326 returnOut <<
"worker";
329 returnOut <<
"vector";
332 returnOut <<
"nohost";
335 returnOut <<
"default";
341 returnOut <<
"self";
344 returnOut <<
"copy";
347 returnOut <<
"pcopy";
350 returnOut <<
"present_or_copy";
353 returnOut <<
"use_device";
356 returnOut <<
"attach";
359 returnOut <<
"delete";
362 returnOut <<
"detach";
365 returnOut <<
"device";
368 returnOut <<
"deviceptr";
371 returnOut <<
"device_resident";
374 returnOut <<
"firstprivate";
377 returnOut <<
"host";
380 returnOut <<
"link";
383 returnOut <<
"no_create";
386 returnOut <<
"present";
389 returnOut <<
"private";
392 returnOut <<
"copyout";
395 returnOut <<
"pcopyout";
398 returnOut <<
"present_or_copyout";
401 returnOut <<
"copyin";
404 returnOut <<
"pcopyin";
407 returnOut <<
"present_or_copyin";
410 returnOut <<
"create";
413 returnOut <<
"pcreate";
416 returnOut <<
"present_or_create";
419 returnOut <<
"reduction";
422 returnOut <<
"collapse";
425 returnOut <<
"bind";
428 returnOut <<
"vector_length";
431 returnOut <<
"num_gangs";
434 returnOut <<
"num_workers";
437 returnOut <<
"device_num";
440 returnOut <<
"default_async";
443 returnOut <<
"device_type";
446 returnOut <<
"dtype";
449 returnOut <<
"async";
452 returnOut <<
"tile";
455 returnOut <<
"gang";
458 returnOut <<
"wait";
461 returnOut <<
"<invalid>";
463llvm_unreachable(
"Uncovered clause kind");
471inlinellvm::raw_ostream &
operator<<(llvm::raw_ostream &Out,
485template<
typenameStreamTy>
490 returnOut <<
"none";
492 returnOut <<
"present";
494 returnOut <<
"<invalid>";
496llvm_unreachable(
"Unknown OpenACCDefaultClauseKind enum");
504inlinellvm::raw_ostream &
operator<<(llvm::raw_ostream &Out,
532template<
typenameStreamTy>
541 returnOut <<
"max";
543 returnOut <<
"min";
555 returnOut <<
"<invalid>";
557llvm_unreachable(
"Unknown reduction operator kind");
563inlinellvm::raw_ostream &
operator<<(llvm::raw_ostream &Out,
577template<
typenameStreamTy>
581 returnOut <<
"num";
583 returnOut <<
"dim";
585 returnOut <<
"static";
587llvm_unreachable(
"unknown gang kind");
593inlinellvm::raw_ostream &
operator<<(llvm::raw_ostream &Out,
Defines the Diagnostic-related interfaces.
The streaming interface shared between DiagnosticBuilder and PartialDiagnostic.
The JSON file list parser is used to communicate input to InstallAPI.
@ Invalid
Invalid Reduction Clause Kind.
bool isOpenACCComputeDirectiveKind(OpenACCDirectiveKind K)
bool isOpenACCCombinedDirectiveKind(OpenACCDirectiveKind K)
bool isOpenACCDataDirectiveKind(OpenACCDirectiveKind K)
OpenACCClauseKind
Represents the kind of an OpenACC clause.
@ Auto
'auto' clause, allowed on 'loop' directives.
@ Bind
'bind' clause, allowed on routine constructs.
@ Gang
'gang' clause, allowed on 'loop' and Combined constructs.
@ Wait
'wait' clause, allowed on Compute, Data, 'update', and Combined constructs.
@ DevicePtr
'deviceptr' clause, allowed on Compute and Combined Constructs, plus 'data' and 'declare'.
@ PCopyOut
'copyout' clause alias 'pcopyout'. Preserved for diagnostic purposes.
@ VectorLength
'vector_length' clause, allowed on 'parallel', 'kernels', 'parallel loop', and 'kernels loop' constru...
@ Async
'async' clause, allowed on Compute, Data, 'update', 'wait', and Combined constructs.
@ PresentOrCreate
'create' clause alias 'present_or_create'.
@ Collapse
'collapse' clause, allowed on 'loop' and Combined constructs.
@ NoHost
'nohost' clause, allowed on 'routine' directives.
@ PresentOrCopy
'copy' clause alias 'present_or_copy'. Preserved for diagnostic purposes.
@ DeviceNum
'device_num' clause, allowed on 'init', 'shutdown', and 'set' constructs.
@ Private
'private' clause, allowed on 'parallel', 'serial', 'loop', 'parallel loop', and 'serial loop' constru...
@ Invalid
Represents an invalid clause, for the purposes of parsing.
@ Vector
'vector' clause, allowed on 'loop', Combined, and 'routine' directives.
@ Copy
'copy' clause, allowed on Compute and Combined Constructs, plus 'data' and 'declare'.
@ Worker
'worker' clause, allowed on 'loop', Combined, and 'routine' directives.
@ Create
'create' clause, allowed on Compute and Combined constructs, plus 'data', 'enter data',...
@ DeviceType
'device_type' clause, allowed on Compute, 'data', 'init', 'shutdown', 'set', update',...
@ DefaultAsync
'default_async' clause, allowed on 'set' construct.
@ Attach
'attach' clause, allowed on Compute and Combined constructs, plus 'data' and 'enter data'.
@ NumGangs
'num_gangs' clause, allowed on 'parallel', 'kernels', parallel loop', and 'kernels loop' constructs.
@ If
'if' clause, allowed on all the Compute Constructs, Data Constructs, Executable Constructs,...
@ Default
'default' clause, allowed on parallel, serial, kernel (and compound) constructs.
@ UseDevice
'use_device' clause, allowed on 'host_data' construct.
@ NoCreate
'no_create' clause, allowed on allowed on Compute and Combined constructs, plus 'data'.
@ PresentOrCopyOut
'copyout' clause alias 'present_or_copyout'.
@ Link
'link' clause, allowed on 'declare' construct.
@ Reduction
'reduction' clause, allowed on Parallel, Serial, Loop, and the combined constructs.
@ Self
'self' clause, allowed on Compute and Combined Constructs, plus 'update'.
@ CopyOut
'copyout' clause, allowed on Compute and Combined constructs, plus 'data', 'exit data',...
@ Seq
'seq' clause, allowed on 'loop' and 'routine' directives.
@ FirstPrivate
'firstprivate' clause, allowed on 'parallel', 'serial', 'parallel loop', and 'serial loop' constructs...
@ Host
'host' clause, allowed on 'update' construct.
@ PCopy
'copy' clause alias 'pcopy'. Preserved for diagnostic purposes.
@ Tile
'tile' clause, allowed on 'loop' and Combined constructs.
@ PCopyIn
'copyin' clause alias 'pcopyin'. Preserved for diagnostic purposes.
@ DeviceResident
'device_resident' clause, allowed on the 'declare' construct.
@ PCreate
'create' clause alias 'pcreate'. Preserved for diagnostic purposes.
@ Present
'present' clause, allowed on Compute and Combined constructs, plus 'data' and 'declare'.
@ DType
'dtype' clause, an alias for 'device_type', stored separately for diagnostic purposes.
@ CopyIn
'copyin' clause, allowed on Compute and Combined constructs, plus 'data', 'enter data',...
@ Device
'device' clause, allowed on the 'update' construct.
@ Independent
'independent' clause, allowed on 'loop' directives.
@ NumWorkers
'num_workers' clause, allowed on 'parallel', 'kernels', parallel loop', and 'kernels loop' constructs...
@ IfPresent
'if_present' clause, allowed on 'host_data' and 'update' directives.
@ Detach
'detach' clause, allowed on the 'exit data' construct.
@ Delete
'delete' clause, allowed on the 'exit data' construct.
@ PresentOrCopyIn
'copyin' clause alias 'present_or_copyin'.
@ Finalize
'finalize' clause, allowed on 'exit data' directive.
StreamTy & printOpenACCDefaultClauseKind(StreamTy &Out, OpenACCDefaultClauseKind K)
@ Invalid
Not a valid option.
@ Present
'present' option.
const StreamingDiagnostic & operator<<(const StreamingDiagnostic &DB, const ASTContext::SectionInfo &Section)
Insertion operator for diagnostics.
StreamTy & printOpenACCGangKind(StreamTy &Out, OpenACCGangKind GK)
StreamTy & printOpenACCClauseKind(StreamTy &Out, OpenACCClauseKind K)
StreamTy & printOpenACCDirectiveKind(StreamTy &Out, OpenACCDirectiveKind K)
@ None
The alignment was not explicit in code.
StreamTy & printOpenACCReductionOperator(StreamTy &Out, OpenACCReductionOperator Op)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4