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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
LoopIdiomRecognize.h 30 static bool All;
  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexingOptions.h 24 All,
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBRawSymbol.h 31 All = 0xFFFFFFFF,
32 LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ All)
42 /// all properties that are valid for any symbol type. This interface is then
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DependenceFlags.h 38 All = 31,
73 All = 31,
92 All = 15, \
104 // A combined space of all dependence concepts for all node types.
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
XRayInstr.h 43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
59 void clear(XRayInstrMask K = XRayInstrKind::All) { Mask &= ~K; }
63 bool full() const { return Mask == XRayInstrKind::All; }
DiagnosticOptions.h 30 /// Show all overloads.
45 All = Note | Remark | Warning | Error
CodeGenOptions.h 102 // {"labels", "all", "list=<file>", "none"}.
104 // "labels": Only generate basic block symbols (labels) for all basic
109 // "all" : Generate basic block sections for all basic blocks.
118 // support. "none" means that all ELF features can be used, regardless of
123 None, // Omit all frame pointers.
125 All, // Keep all frame pointers.
130 Always, // All loops are assumed to be finite.
339 /// A list of all -fno-builtin-* function names (e.g., memset)
    [all...]
LangOptions.h 84 /// Not compiling a module interface at all.
242 /// Permit vector bitcasts between all vectors with the same total
244 All,
252 /// Sign the return address of all functions,
253 All
340 /// A list of all -fno-builtin-* function names (e.g., memset).
397 /// Reset all of the options that are not considered when building a
429 return getSignReturnAddressScope() == SignReturnAddressScopeKind::All;
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 34 /// All - All diagnostics in the order in which they were generated. That
38 std::vector<std::pair<DiagnosticsEngine::Level, size_t>> All;
ASTUnit.h 86 enum class CaptureDiagsKind { None, All, AllWithoutNonErrorsFromIncludes };
709 /// \param VFS - A llvm::vfs::FileSystem to be used for all file accesses.
810 /// \param VFS - A llvm::vfs::FileSystem to be used for all file accesses.
843 /// \param VFS - A llvm::vfs::FileSystem to be used for all file accesses.
879 /// OwnedBuffers parameters are all disgusting hacks. They will go away.
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBSymbol.cpp 125 defaultDump(outs(), 0, PdbSymbolIdField::All, PdbSymbolIdField::None);
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSubtargetInfo.cpp 299 FeatureBitset Set, All;
304 ::ApplyFeatureFlag(All, F, ProcFeatures);
306 return (FeatureBits & All) == Set;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyTypeDumper.cpp 216 uint32_t All = Classes->getChildCount();
231 uint32_t Shown = All;
233 Filtered = filterAndSortClassDefs(Printer, *Classes, All);
239 if (Shown < All)
240 Printer << ", " << (All - Shown) << " filtered";
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorOptions.h 56 /// Disable validation for all kinds.
57 All = PCH | Module,
74 /// Whether we should maintain a detailed record of all macro
138 /// in preprocessor directive conditions it causes all blocks to be parsed so
192 /// This pointer will be shared among all of the compiler instances created
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
TargetOptions.h 45 Single, // Use a single table for all indirect jumptable calls.
62 All, // Use Basic Block Sections for all basic blocks. A section
184 /// rounding behavior is the default (round-to-zero for all floating point
185 /// to integer conversions, and round-to-nearest for all other arithmetic
198 /// will perform tail call optimization on all calls which use the fastcc
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeEmitterGen.cpp 142 // get the encoding for all of the suboperands.
144 // A custom encoder has all of the information for the
309 // Loop over all of the fields in the instruction, determining which are the
460 // Map to accumulate all the cases.
463 // Construct all cases statement for each opcode
526 const auto &All = SubtargetFeatureInfo::getAll(Records);
528 SubtargetFeatures.insert(All.begin(), All.end());
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_common_mac.cpp 35 All = AllocOnce | LibDispatch | Foundation
196 // region to ensure we find them all.
207 if (scan_state.seen_regions == SeenRegion::All && !use_root_regions) {
214 // as loaded by dyld, and not the complete set of all memory regions.
217 // behavior as sanitizer_procmaps_linux and traverses all memory regions
  /src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
InterfaceFile.h 73 All = ~0U,
75 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/All),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
CommonConfig.h 53 // is format-specific and not all flags are meaningful for all object file
86 All, // --discard-all (-x)
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 71 /// are all scalar types or are themselves expandable types.
259 // Assert that all the non-padding elements have a corresponding element
485 enum All_t { All };
499 if (!prototype->isVariadic()) return All;
532 if (value == ~0U) return All;
591 /// The struct representing all arguments passed in memory. Only used when
613 CGFunctionInfo() : Required(RequiredArgs::All) {}
724 /// Get the struct type used to represent all the arguments in memory.
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 1430 // custom parse the operand, or fallback to the general approach. Force all
1435 FeatureBitset All;
1436 All.set();
1437 setAvailableFeatures(All);
1449 // Check for a register. All real register operands should have used
1662 // are all treated as the same symbol. However, the processing for the case
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 118 bool DisableLIRP::All;
120 DisableLIRPAll("disable-" DEBUG_TYPE "-all",
122 cl::location(DisableLIRP::All), cl::init(false),
268 if (DisableLIRP::All)
316 if (DisableLIRP::All)
317 return PreservedAnalyses::all();
329 return PreservedAnalyses::all();
414 // Scan all the blocks in the loop that are not in subloops.
518 // turned into a memset of i8 -1, assuming that all the consecutive bytes
626 // to dominate all the exit blocks of the loop. Verify this now
    [all...]

Completed in 30 milliseconds