| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | prscan.c | 187 char *Directive); 191 int Directive, 565 int Directive; in PrDoDirective() local 603 switch (Directive) in PrDoDirective() 626 switch (Directive) in PrDoDirective() 637 Directive = PR_DIRECTIVE_IF; in PrDoDirective() 704 switch (Directive) in PrDoDirective() 726 switch (Directive) in PrDoDirective() 1150 if (!Directive || Directive[0] == 0) in PrMatchDirective() 1186 int Directive, in PrPushDirective() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 483 def OMP_Task : Directive<"task"> { 503 def OMP_Simd : Directive<"simd"> { 521 def OMP_Tile : Directive<"tile"> { 532 def OMP_For : Directive<"for"> { 547 def OMP_Do : Directive<"do"> { 591 def OMP_Error : Directive<"error"> { 610 def OMP_Flush : Directive<"flush"> { 671 def OMP_Teams : Directive<"teams"> { 1984 def OMP_Scan : Directive<"scan"> { 1995 def OMP_scope : Directive<"scope"> { [all …]
|
| H A D | OMPIRBuilder.h | 495 omp::Directive DK; 605 InsertPointTy createBarrier(const LocationDescription &Loc, omp::Directive DK, 617 omp::Directive CanceledDirective); 1391 omp::Directive CanceledDirective, 1421 omp::Directive DK, bool ForceSimpleCall, 1436 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable() 2293 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall, 2307 InsertPointTy emitCommonDirectiveExit(omp::Directive OMPD, 2330 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 43 class Directive { 45 static std::unique_ptr<Directive> 61 Directive(const Directive &) = delete; 62 Directive &operator=(const Directive &) = delete; 63 virtual ~Directive() = default; 73 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, in Directive() function 85 using DirectiveList = std::vector<std::unique_ptr<Directive>>;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/ |
| H A D | ACC.td | 269 def ACC_Atomic : Directive<"atomic"> {} 272 def ACC_Data : Directive<"data"> { 296 def ACC_Declare : Directive<"declare"> { 310 def ACC_Kernels : Directive<"kernels"> { 363 def ACC_Serial : Directive<"serial"> { 390 def ACC_Loop : Directive<"loop"> { 409 def ACC_Cache : Directive<"cache"> {} 412 def ACC_Init : Directive<"init"> { 436 def ACC_Set : Directive<"set"> { 463 def ACC_Update : Directive<"update"> { [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DependencyDirectivesScanner.h | 95 struct Directive { struct 101 Directive() = default; argument 102 Directive(DirectiveKind K, ArrayRef<Token> Tokens) in Directive() function 119 SmallVectorImpl<dependency_directives_scan::Directive> &Directives, 135 ArrayRef<dependency_directives_scan::Directive> Directives,
|
| /freebsd-14.2/contrib/llvm-project/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 | 503 unsigned Directive = ST->getCPUDirective(); in getCacheLineSize() local 505 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getCacheLineSize() 506 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 || in getCacheLineSize() 507 Directive == PPC::DIR_PWR_FUTURE) in getCacheLineSize() 519 unsigned Directive = ST->getCPUDirective(); in getMaxInterleaveFactor() local 522 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor() 527 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor() 531 if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) in getMaxInterleaveFactor() 539 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getMaxInterleaveFactor() 540 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 || in getMaxInterleaveFactor() [all …]
|
| /freebsd-14.2/contrib/llvm-project/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 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() 525 bool COFFMasmParser::ParseSEHDirectiveAllocStack(StringRef Directive, in ParseSEHDirectiveAllocStack() argument [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 449 bool parseTvOSVersionMin(StringRef Directive, SMLoc Loc) { in parseTvOSVersionMin() argument 452 bool parseIOSVersionMin(StringRef Directive, SMLoc Loc) { in parseIOSVersionMin() argument 455 bool parseMacOSXVersionMin(StringRef Directive, SMLoc Loc) { in parseMacOSXVersionMin() argument 459 bool parseBuildVersion(StringRef Directive, SMLoc Loc); 588 bool IsDump = Directive == ".dump"; in parseDirectiveDumpOrLoad() 1095 Warning(Loc, Twine(Directive) + in checkVersion() 1137 checkVersion(Directive, StringRef(), Loc, ExpectedOS); in parseVersionMin() [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 | 41 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument 45 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler() 283 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument 284 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() 150 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc); 289 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument 290 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) in ParseDirectiveSymbolAttribute()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| H A D | NVPTXTargetStreamer.h | 44 void emitDwarfFileDirective(StringRef Directive) override;
|
| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/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() 586 D.Max = Directive::MaxCount; in ParseDirective() 601 D.Max = Directive::MaxCount; in ParseDirective() 949 std::vector<Directive *> LeftOnly; in CheckLists() 953 Directive &D = *Owner; in CheckLists() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DirectiveEmitter.cpp | 121 const Directive &Directive, in HasDuplicateClauses() argument 129 " already defined on directive " + Directive.getRecordName()); in HasDuplicateClauses() 143 Directive Dir{D}; in HasDuplicateClausesInDirectives() 399 Directive Dir{D}; in GenerateIsAllowedClause() 441 Directive &Dir, in GenerateClauseSet() 473 Directive Dir{D}; in GenerateDirectiveClauseSets() 507 Directive Dir{D}; in GenerateDirectiveClauseMap()
|
| /freebsd-14.2/contrib/llvm-project/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() 268 std::optional<ArrayRef<dependency_directives_scan::Directive>>
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | DependencyDirectivesScanner.cpp | 84 bool scan(SmallVectorImpl<Directive> &Directives); 928 bool Scanner::scan(SmallVectorImpl<Directive> &Directives) { in scan() 953 SmallVectorImpl<Directive> &Directives, DiagnosticsEngine *Diags, in scanSourceForDependencyDirectives() 960 ArrayRef<dependency_directives_scan::Directive> Directives, in printDependencyDirectivesAsSource() 983 for (const dependency_directives_scan::Directive &Directive : Directives) { in printDependencyDirectivesAsSource() local 984 if (Directive.Kind == tokens_present_before_eof) in printDependencyDirectivesAsSource() 987 for (const dependency_directives_scan::Token &Tok : Directive.Tokens) { in printDependencyDirectivesAsSource()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParserExtension.h | 33 StringRef Directive, in HandleDirective() argument 36 return (Obj->*Handler)(Directive, DirectiveLoc); in HandleDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 351 IncludeDirective Directive) const { in insert() 359 if (Inc.Directive == Directive && in insert() 383 Directive == IncludeDirective::Include ? "include" : "import"; in insert()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | DirectiveEmitter.h | 105 class Directive : public BaseRecord { 107 explicit Directive(const llvm::Record *Def) : BaseRecord(Def) {} in Directive() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWinCOFFStreamer.cpp | 284 SmallString<128> Directive; in emitCommonSymbol() local 285 raw_svector_ostream OS(Directive); in emitCommonSymbol() 293 emitBytes(Directive); in emitCommonSymbol()
|