HomeSort by: relevance | last modified time | path
    Searched defs:Directive (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 160 unsigned Directive =
164 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 ||
165 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9)
220 unsigned Directive =
225 if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 ||
226 Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9 |
    [all...]
PPCTargetTransformInfo.cpp 895 unsigned Directive = ST->getCPUDirective();
897 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8 ||
898 Directive == PPC::DIR_PWR9 || Directive == PPC::DIR_PWR10 ||
899 Directive == PPC::DIR_PWR_FUTURE)
911 unsigned Directive = ST->getCPUDirective();
914 if (Directive == PPC::DIR_440)
919 if (Directive == PPC::DIR_A2)
923 if (Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500
    [all...]
PPCInstrInfo.cpp 101 unsigned Directive =
103 if (Directive == PPC::DIR_440 || Directive == PPC::DIR_A2 ||
104 Directive == PPC::DIR_E500mc || Directive == PPC::DIR_E5500) {
118 unsigned Directive =
122 if (Directive == PPC::DIR_PWR7 || Directive == PPC::DIR_PWR8)
126 if (Directive != PPC::DIR_440 && Directive != PPC::DIR_A2 &
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
preprocess.h 107 char *Name; /* Directive name */
133 int Directive;
prscan.c 79 char *Directive);
83 int Directive,
254 * #include directive.
360 /* Execute the directive, do not write line to output file */
438 * PARAMETERS: Directive - Pointer to directive name token
457 int Directive;
466 Directive = PrMatchDirective (DirectiveToken);
467 if (Directive == ASL_DIRECTIVE_NOT_FOUND)
473 "#%s: Unknown directive\n"
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 98 /// the diagnostic will appear, rather than placing the expected-* directive in
121 /// The name of a marker used in a directive must be unique within the
160 /// including regexes wrapped in double curly braces in the directive, such as:
178 /// VerifyDiagnosticConsumer expects at least one expected-* directive to
180 /// following directive can be used to indicate this:
189 /// Directive - Abstract class representing a parsed verify directive.
191 class Directive {
193 static std::unique_ptr<Directive>
209 Directive(const Directive &) = delete
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
DirectiveEmitter.h 50 return Records.getAllDerivedDefinitions("Directive");
68 // Base record class used for Directive and Clause class defined in
80 // Returns the name of the directive formatted for output. Whitespace are
98 // Wrapper class that contains a Directive's information defined in
100 class Directive : public BaseRecord {
102 explicit Directive(const llvm::Record *Def) : BaseRecord(Def) {}
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCWinCOFFStreamer.cpp 282 SmallString<128> Directive;
283 raw_svector_ostream OS(Directive);
291 emitBytes(Directive);
MCAsmStreamer.cpp 731 // Assemblers currently do not support a .cold directive.
754 // The intel_syntax directive has one optional argument
816 // We need an XCOFF-specific version of this directive as the AIX syntax
961 // Note: a .zerofill directive does not switch sections.
965 ".zerofill is a Mach-O specific directive");
966 // This is a mach-o specific directive.
992 ".zerofill is a Mach-O specific directive");
993 // This is a mach-o specific directive and section.
1118 // use .ascii or a byte-list directive
1130 "PlainString Directive");
    [all...]
MCStreamer.cpp 65 void MCTargetStreamer::emitDwarfFileDirective(StringRef Directive) {
66 Streamer.emitRawText(Directive);
79 const char *Directive = MAI->getData8bitsDirective();
84 OS << Directive << (unsigned)C;
191 report_fatal_error("unsupported directive in streamer");
195 report_fatal_error("unsupported directive in streamer");
199 report_fatal_error("unsupported directive in streamer");
203 report_fatal_error("unsupported directive in streamer");
207 report_fatal_error("unsupported directive in streamer");
211 report_fatal_error("unsupported directive in streamer")
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Lex/
DependencyDirectivesSourceMinimizer.cpp 67 LLVM_NODISCARD bool lexDefault(TokenKind Kind, StringRef Directive,
657 // Ignore this as a module directive if the next character can't be part of
782 bool Minimizer::lexDefault(TokenKind Kind, StringRef Directive,
785 put('#').append(Directive).put(' ');
904 struct Directive {
912 llvm::SmallVector<Directive, 32> Offsets;
918 Offsets.push_back({T.Offset, Directive::If});
927 Offsets.push_back({T.Offset, Directive::Else});
937 Directive::DirectiveKind Kind = Offsets.pop_back_val().Kind;
938 if (Kind == Directive::If
    [all...]
PPDirectives.cpp 1 //===--- PPDirectives.cpp - Directive Handling for Preprocessor -----------===//
10 /// Implements # directive processing for the Preprocessor.
55 // Utility Methods for Preprocessor Directive Handling.
89 assert(Tmp.isNot(tok::eof) && "EOF seen while discarding directive tokens");
361 /// Returns the location of the end of the directive.
373 // There should be no tokens after the directive, but we allow them as an
382 // or if this is a macro-style preprocessing directive, because it is more
428 /// SkipExcludedConditionalBlock - We just read a \#if or related directive and
432 /// this \#if directive, so \#else/\#elif blocks should never be entered.
434 /// already seen one so a \#else directive is a duplicate. When this returns
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 55 /// Default data sharing attributes, which can be applied to directive.
160 OpenMPDirectiveKind Directive = OMPD_unknown;
189 /// (isOpenMPTargetExecutionDirective(Directive) == true).
191 /// List of decls used in inclusive/exclusive clauses of the scan directive.
198 : Directive(DKind), DirectiveName(Name), CurScope(CurScope),
209 /// true, if check for DSA must be from parent directive, false, if
210 /// from current directive.
221 /// directive.
261 assert(!isStackEmpty() && "no current directive");
388 /// RAII object to temporarily leave the scope of a directive when we want t
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 266 /// declare-reduction-directive:
516 /// Parses 'omp declare mapper' directive.
518 /// declare-mapper-directive:
653 /// The expressions appearing in the clauses of this directive are evaluated in
695 /// Parses clauses for 'declare simd' directive.
1526 /// 'absent' '(' directive-name [, directive-name]* ')'
1527 /// 'contains' '(' directive-name [, directive-name]* ')'
1823 /// threadprivate-directive
    [all...]

Completed in 57 milliseconds