| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 13 include "llvm/Frontend/Directive/DirectiveBase.td" 448 def OMP_ThreadPrivate : Directive<"threadprivate"> {} 449 def OMP_Parallel : Directive<"parallel"> { 465 def OMP_Task : Directive<"task"> { 485 def OMP_Simd : Directive<"simd"> { 503 def OMP_Tile : Directive<"tile"> { 508 def OMP_Unroll : Directive<"unroll"> { 514 def OMP_For : Directive<"for"> { 529 def OMP_Do : Directive<"do"> { 544 def OMP_Sections : Directive<"sections"> { [all …]
|
| H A D | OMPIRBuilder.h | 218 omp::Directive DK; 328 InsertPointTy createBarrier(const LocationDescription &Loc, omp::Directive DK, 340 omp::Directive CanceledDirective); 978 omp::Directive CanceledDirective, 1006 omp::Directive DK, bool ForceSimpleCall, 1021 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable() 1583 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall, 1597 InsertPointTy emitCommonDirectiveExit(omp::Directive OMPD, 1620 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 191 class Directive { 193 static std::unique_ptr<Directive> 209 Directive(const Directive &) = delete; 210 Directive &operator=(const Directive &) = delete; 211 virtual ~Directive() = default; 221 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, in Directive() function 233 using DirectiveList = std::vector<std::unique_ptr<Directive>>;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenACC/ |
| H A D | ACC.td | 13 include "llvm/Frontend/Directive/DirectiveBase.td" 267 def ACC_Atomic : Directive<"atomic"> {} 270 def ACC_Data : Directive<"data"> { 289 def ACC_Declare : Directive<"declare"> { 303 def ACC_Kernels : Directive<"kernels"> { 328 def ACC_Parallel : Directive<"parallel"> { 356 def ACC_Serial : Directive<"serial"> { 383 def ACC_Loop : Directive<"loop"> { 404 def ACC_Cache : Directive<"cache"> {} 407 def ACC_Init : Directive<"init"> { [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | DependencyDirectivesScanner.h | 94 struct Directive { struct 100 Directive() = default; argument 101 Directive(DirectiveKind K, ArrayRef<Token> Tokens) in Directive() argument 118 SmallVectorImpl<dependency_directives_scan::Directive> &Directives, 134 ArrayRef<dependency_directives_scan::Directive> Directives,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCHazardRecognizers.cpp | 160 unsigned Directive = in PreEmitNoops() local 164 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 || in PreEmitNoops() 165 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9) in PreEmitNoops() 220 unsigned Directive = in EmitNoop() local 225 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 || in EmitNoop() 226 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9 || in EmitNoop()
|
| H A D | PPCTargetTransformInfo.cpp | 505 unsigned Directive = ST->getCPUDirective(); in getCacheLineSize() local 507 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getCacheLineSize() 508 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 || in getCacheLineSize() 509 Directive == PPC::DIR_PWR_FUTURE) in getCacheLineSize() 521 unsigned Directive = ST->getCPUDirective(); in getMaxInterleaveFactor() local 524 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor() 529 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor() 533 if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) in getMaxInterleaveFactor() 541 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getMaxInterleaveFactor() 542 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 || in getMaxInterleaveFactor() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 32 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument 35 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler() 242 bool COFFMasmParser::ParseDirectiveSegment(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegment() argument 378 bool COFFMasmParser::ParseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegmentEnd() argument 391 bool COFFMasmParser::ParseDirectiveIncludelib(StringRef Directive, SMLoc Loc) { in ParseDirectiveIncludelib() argument 410 bool COFFMasmParser::ParseDirectiveOption(StringRef Directive, SMLoc Loc) { in ParseDirectiveOption() argument 450 bool COFFMasmParser::ParseDirectiveProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveProc() argument 486 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveEndProc() argument 506 bool COFFMasmParser::ParseDirectiveAlias(StringRef Directive, SMLoc Loc) { in ParseDirectiveAlias() argument 512 return addErrorSuffix(" in " + Directive + " directive"); in ParseDirectiveAlias() [all …]
|
| H A D | DarwinAsmParser.cpp | 44 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument 47 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler() 446 bool parseWatchOSVersionMin(StringRef Directive, SMLoc Loc) { in parseWatchOSVersionMin() argument 447 return parseVersionMin(Directive, Loc, MCVM_WatchOSVersionMin); in parseWatchOSVersionMin() 449 bool parseTvOSVersionMin(StringRef Directive, SMLoc Loc) { in parseTvOSVersionMin() argument 450 return parseVersionMin(Directive, Loc, MCVM_TvOSVersionMin); in parseTvOSVersionMin() 452 bool parseIOSVersionMin(StringRef Directive, SMLoc Loc) { in parseIOSVersionMin() argument 453 return parseVersionMin(Directive, Loc, MCVM_IOSVersionMin); in parseIOSVersionMin() 455 bool parseMacOSXVersionMin(StringRef Directive, SMLoc Loc) { in parseMacOSXVersionMin() argument 456 return parseVersionMin(Directive, Loc, MCVM_OSXVersionMin); in parseMacOSXVersionMin() [all …]
|
| H A D | GOFFAsmParser.cpp | 17 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument 21 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
|
| H A D | XCOFFAsmParser.cpp | 23 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument 27 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
|
| H A D | WasmAsmParser.cpp | 40 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument 44 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler() 282 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument 283 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) in ParseDirectiveSymbolAttribute()
|
| H A D | COFFAsmParser.cpp | 33 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument 36 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler() 142 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc); 281 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument 282 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) in ParseDirectiveSymbolAttribute()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| H A D | NVPTXTargetStreamer.cpp | 41 void NVPTXTargetStreamer::emitDwarfFileDirective(StringRef Directive) { in emitDwarfFileDirective() argument 42 DwarfFiles.emplace_back(Directive); in emitDwarfFileDirective() 115 const char *Directive = MAI->getData8bitsDirective(); in emitRawBytes() 125 const char *Label = Directive; in emitRawBytes() 132 if (Label == Directive) in emitRawBytes()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| H A D | HeaderIncludes.h | 78 IncludeDirective Directive) const; 92 : Name(Name), R(R), Directive(D) {} in Include() 100 IncludeDirective Directive; member
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 49 using Directive = VerifyDiagnosticConsumer::Directive; typedef 89 class StandardDirective : public Directive { 94 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyFileAndLine, in StandardDirective() 106 class RegexDirective : public Directive { 111 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyFileAndLine, in RegexDirective() 301 std::unique_ptr<Directive> D = Directive::create( in attachDirective() 587 D.Max = Directive::MaxCount; in ParseDirective() 602 D.Max = Directive::MaxCount; in ParseDirective() 888 std::vector<Directive *> &DL, const char *Kind) { in PrintExpected() 939 std::vector<Directive *> LeftOnly; in CheckLists() [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Extensions.rst | 74 ``.linkonce`` Directive 111 ``.section`` Directive 212 ``.section`` Directive 469 ``.cv_file`` Directive 474 ``.cv_func_id`` Directive 481 ``.cv_inline_site_id`` Directive 490 ``.cv_loc`` Directive 500 ``.cv_linetable`` Directive 505 ``.cv_inline_linetable`` Directive 510 ``.cv_def_range`` Directive [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-xtensa.texi | 171 @code{no-generics} directive. @xref{Generics Directive, ,generics}. 214 (@pxref{Density Directive, ,density}). 343 (@pxref{Longcalls Directive, ,longcalls}). 493 * Density Directive:: Disable Use of Density Instructions. 494 * Relax Directive:: Disable Assembler Relaxation. 495 * Longcalls Directive:: Use Indirect Calls for Greater Range. 496 * Generics Directive:: Disable All Assembler Transformations. 497 * Literal Directive:: Intermix Literals with Instructions. 498 * Literal Position Directive:: Specify Inline Literal Pool Locations. 499 * Literal Prefix Directive:: Specify Literal Section Name Prefix. [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DirectiveEmitter.cpp | 121 const Directive &Directive, in HasDuplicateClauses() argument 129 " already defined on directive " + Directive.getRecordName()); in HasDuplicateClauses() 142 Directive Dir{D}; in HasDuplicateClausesInDirectives() 395 Directive Dir{D}; in GenerateIsAllowedClause() 436 StringRef ClauseSetPrefix, Directive &Dir, in GenerateClauseSet() 468 Directive Dir{D}; in GenerateDirectiveClauseSets() 502 Directive Dir{D}; in GenerateDirectiveClauseMap()
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | DependencyDirectivesScanner.cpp | 81 bool scan(SmallVectorImpl<Directive> &Directives); 820 bool Scanner::scan(SmallVectorImpl<Directive> &Directives) { in scan() 845 SmallVectorImpl<Directive> &Directives, DiagnosticsEngine *Diags, in scanSourceForDependencyDirectives() 852 ArrayRef<dependency_directives_scan::Directive> Directives, in printDependencyDirectivesAsSource() 875 for (const dependency_directives_scan::Directive &Directive : Directives) { in printDependencyDirectivesAsSource() local 876 if (Directive.Kind == tokens_present_before_eof) in printDependencyDirectivesAsSource() 879 for (const dependency_directives_scan::Token &Tok : Directive.Tokens) { in printDependencyDirectivesAsSource()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 27 SmallVector<dependency_directives_scan::Directive, 20>; 92 std::optional<ArrayRef<dependency_directives_scan::Directive>> 99 return ArrayRef<dependency_directives_scan::Directive>(**Directives); in getDirectiveTokens() 266 std::optional<ArrayRef<dependency_directives_scan::Directive>>
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-xtensa.texi | 186 @code{no-transform} directive. @xref{Transform Directive, ,transform}. 229 (@pxref{Transform Directive, ,transform}). 347 (@pxref{Transform Directive, ,transform}). 389 @code{longcalls} directive (@pxref{Longcalls Directive, ,longcalls}). 400 @code{no-transform} directive (@pxref{Transform Directive, ,transform}). 530 * Schedule Directive:: Enable instruction scheduling. 531 * Longcalls Directive:: Use Indirect Calls for Greater Range. 532 * Transform Directive:: Disable All Assembler Transformations. 533 * Literal Directive:: Intermix Literals with Instructions. 534 * Literal Position Directive:: Specify Inline Literal Pool Locations. [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParserExtension.h | 33 StringRef Directive, in HandleDirective() argument 36 return (Obj->*Handler)(Directive, DirectiveLoc); in HandleDirective()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 348 IncludeDirective Directive) const { in insert() 356 if (Inc.Directive == Directive && in insert() 380 Directive == IncludeDirective::Include ? "include" : "import"; in insert()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 100 class Directive : public BaseRecord { 102 explicit Directive(const llvm::Record *Def) : BaseRecord(Def) {} in Directive() function
|