Home
last modified time | relevance | path

Searched refs:Directive (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Dprscan.c187 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-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td362 def OMP_Task : Directive<"task"> {
382 def OMP_Simd : Directive<"simd"> {
400 def OMP_Tile : Directive<"tile"> {
405 def OMP_Unroll : Directive<"unroll"> {
411 def OMP_For : Directive<"for"> {
426 def OMP_Do : Directive<"do"> {
452 def OMP_Single : Directive<"single"> {
480 def OMP_Flush : Directive<"flush"> {
497 def OMP_Atomic : Directive<"atomic"> {
531 def OMP_Teams : Directive<"teams"> {
[all …]
H A DOMPIRBuilder.h72 omp::Directive DK;
174 InsertPointTy createBarrier(const LocationDescription &Loc, omp::Directive DK,
186 omp::Directive CanceledDirective);
536 omp::Directive CanceledDirective,
549 omp::Directive DK, bool ForceSimpleCall,
564 bool isLastFinalizationInfoCancellable(omp::Directive DK) { in isLastFinalizationInfoCancellable()
867 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall,
881 InsertPointTy emitCommonDirectiveExit(omp::Directive OMPD,
904 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h191 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>>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenACC/
H A DACC.td261 def ACC_Atomic : Directive<"atomic"> {}
264 def ACC_Data : Directive<"data"> {
283 def ACC_Declare : Directive<"declare"> {
297 def ACC_Kernels : Directive<"kernels"> {
350 def ACC_Serial : Directive<"serial"> {
377 def ACC_Loop : Directive<"loop"> {
398 def ACC_Cache : Directive<"cache"> {}
401 def ACC_Init : Directive<"init"> {
425 def ACC_Set : Directive<"set"> {
452 def ACC_Update : Directive<"update"> {
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp37 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
40 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
254 bool COFFMasmParser::ParseDirectiveSegment(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegment() argument
283 bool COFFMasmParser::ParseDirectiveSegmentEnd(StringRef Directive, SMLoc Loc) { in ParseDirectiveSegmentEnd() argument
296 bool COFFMasmParser::ParseDirectiveIncludelib(StringRef Directive, SMLoc Loc) { in ParseDirectiveIncludelib() argument
318 bool COFFMasmParser::ParseDirectiveProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveProc() argument
354 bool COFFMasmParser::ParseDirectiveEndProc(StringRef Directive, SMLoc Loc) { in ParseDirectiveEndProc() argument
374 bool COFFMasmParser::ParseDirectiveAlias(StringRef Directive, SMLoc Loc) { in ParseDirectiveAlias() argument
380 return addErrorSuffix(" in " + Directive + " directive"); in ParseDirectiveAlias()
393 bool COFFMasmParser::ParseSEHDirectiveAllocStack(StringRef Directive, in ParseSEHDirectiveAllocStack() argument
[all …]
H A DDarwinAsmParser.cpp47 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
50 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
447 bool parseWatchOSVersionMin(StringRef Directive, SMLoc Loc) { in parseWatchOSVersionMin() argument
450 bool parseTvOSVersionMin(StringRef Directive, SMLoc Loc) { in parseTvOSVersionMin() argument
453 bool parseIOSVersionMin(StringRef Directive, SMLoc Loc) { in parseIOSVersionMin() argument
456 bool parseMacOSXVersionMin(StringRef Directive, SMLoc Loc) { in parseMacOSXVersionMin() argument
460 bool parseBuildVersion(StringRef Directive, SMLoc Loc);
588 bool IsDump = Directive == ".dump"; in parseDirectiveDumpOrLoad()
1096 Warning(Loc, Twine(Directive) + in checkVersion()
1138 checkVersion(Directive, StringRef(), Loc, ExpectedOS); in parseVersionMin()
[all …]
H A DXCOFFAsmParser.cpp30 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
34 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
H A DWasmAsmParser.cpp39 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
43 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
269 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument
270 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) in ParseDirectiveSymbolAttribute()
H A DCOFFAsmParser.cpp36 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
39 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
145 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
277 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument
278 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) in ParseDirectiveSymbolAttribute()
H A DMasmParser.cpp465 void addDirectiveHandler(StringRef Directive, in addDirectiveHandler() argument
467 ExtensionDirectiveMap[Directive] = Handler; in addDirectiveHandler()
469 DirectiveKindMap[Directive] = DK_HANDLER_DIRECTIVE; in addDirectiveHandler()
474 DirectiveKindMap[Directive] = DirectiveKindMap[Alias]; in addAliasForDirective()
973 bool parseDirectiveEndMacro(StringRef Directive);
4570 bool MasmParser::parseDirectiveStruct(StringRef Directive, in parseDirectiveStruct() argument
4596 Twine(Directive) + in parseDirectiveStruct()
5967 StringRef Directive, in parseDirectiveExitMacro() argument
5976 return TokError("unexpected '" + Directive + "' in file, " in parseDirectiveExitMacro()
5991 bool MasmParser::parseDirectiveEndMacro(StringRef Directive) { in parseDirectiveEndMacro() argument
[all …]
H A DELFAsmParser.cpp38 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler() argument
42 getParser().addDirectiveHandler(Directive, Handler); in addDirectiveHandler()
169 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument
170 MCSymbolAttr Attr = StringSwitch<MCSymbolAttr>(Directive) in ParseDirectiveSymbolAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp160 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 DPPCTargetTransformInfo.cpp898 unsigned Directive = ST->getCPUDirective(); in getCacheLineSize() local
900 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getCacheLineSize()
901 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 || in getCacheLineSize()
902 Directive == PPC::DIR_PWR_FUTURE) in getCacheLineSize()
914 unsigned Directive = ST->getCPUDirective(); in getMaxInterleaveFactor() local
917 if (Directive == PPC::DIR_440) in getMaxInterleaveFactor()
922 if (Directive == PPC::DIR_A2) in getMaxInterleaveFactor()
926 if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) in getMaxInterleaveFactor()
934 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 || in getMaxInterleaveFactor()
935 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 || in getMaxInterleaveFactor()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp38 void NVPTXTargetStreamer::emitDwarfFileDirective(StringRef Directive) { in emitDwarfFileDirective() argument
39 DwarfFiles.emplace_back(Directive); in emitDwarfFileDirective()
112 const char *Directive = MAI->getData8bitsDirective(); in emitRawBytes()
122 const char *Label = Directive; in emitRawBytes()
129 if (Label == Directive) in emitRawBytes()
H A DNVPTXTargetStreamer.h44 void emitDwarfFileDirective(StringRef Directive) override;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp49 using Directive = VerifyDiagnosticConsumer::Directive; typedef
89 class StandardDirective : public Directive {
94 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyFileAndLine, in StandardDirective()
108 class RegexDirective : public Directive {
113 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyFileAndLine, in RegexDirective()
303 std::unique_ptr<Directive> D = Directive::create( in attachDirective()
590 D.Max = Directive::MaxCount; in ParseDirective()
605 D.Max = Directive::MaxCount; in ParseDirective()
942 std::vector<Directive *> LeftOnly; in CheckLists()
946 Directive &D = *Owner; in CheckLists()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp67 LLVM_NODISCARD bool lexDefault(TokenKind Kind, StringRef Directive,
782 bool Minimizer::lexDefault(TokenKind Kind, StringRef Directive, in lexDefault() argument
785 put('#').append(Directive).put(' '); in lexDefault()
906 struct Directive { in computeSkippedRanges() struct
914 llvm::SmallVector<Directive, 32> Offsets; in computeSkippedRanges()
920 Offsets.push_back({T.Offset, Directive::If}); in computeSkippedRanges()
931 Offsets.push_back({T.Offset, Directive::Else}); in computeSkippedRanges()
941 Directive::DirectiveKind Kind = Offsets.pop_back_val().Kind; in computeSkippedRanges()
942 if (Kind == Directive::If) in computeSkippedRanges()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp121 const Directive &Directive, in HasDuplicateClauses() argument
129 " already defined on directive " + Directive.getRecordName()); in HasDuplicateClauses()
142 Directive Dir{D}; in HasDuplicateClausesInDirectives()
396 Directive Dir{D}; in GenerateIsAllowedClause()
437 StringRef ClauseSetPrefix, Directive &Dir, in GenerateClauseSet()
469 Directive Dir{D}; in GenerateDirectiveClauseSets()
503 Directive Dir{D}; in GenerateDirectiveClauseMap()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h34 StringRef Directive, in HandleDirective() argument
37 return (Obj->*Handler)(Directive, DirectiveLoc); in HandleDirective()
H A DMCAsmParser.h154 virtual void addDirectiveHandler(StringRef Directive,
157 virtual void addAliasForDirective(StringRef Directive, StringRef Alias) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h100 class Directive : public BaseRecord {
102 explicit Directive(const llvm::Record *Def) : BaseRecord(Def) {} in Directive() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp282 SmallString<128> Directive; in emitCommonSymbol() local
283 raw_svector_ostream OS(Directive); in emitCommonSymbol()
291 emitBytes(Directive); in emitCommonSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp336 OpenMPIRBuilder::createBarrier(const LocationDescription &Loc, Directive DK, in createBarrier()
393 omp::Directive CanceledDirective) { in createCancel()
1017 Directive OMPD = Directive::OMPD_sections; in createSection()
1033 Directive OMPD = Directive::OMPD_master; in createMaster()
1056 Directive OMPD = Directive::OMPD_masked; in createMasked()
1352 omp::Directive::OMPD_for, /* ForceSimpleCall */ false, in createStaticWorkshareLoop()
1500 omp::Directive::OMPD_for, /* ForceSimpleCall */ false, in createDynamicWorkshareLoop()
1908 Directive OMPD = Directive::OMPD_single; in createSingle()
1937 Directive OMPD = Directive::OMPD_critical; in createCritical()
1964 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td28 // Optional prefix used for the generation of the enumerator in the Directive
119 class Directive<string d> {

12