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

  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetID.cpp 38 llvm::StringRef Processor) {
41 return getAllPossibleAMDGPUTargetIDFeatures(T, Processor);
45 /// Returns canonical processor name or empty string if \p Processor is invalid.
47 llvm::StringRef Processor) {
49 return llvm::AMDGPU::getCanonicalArchName(T, Processor);
50 return Processor;
59 // Parse a target ID with format checking only. Do not check whether processor
60 // name or features are valid for the processor.
62 // A target ID is a processor name followed by a list of target feature
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp 46 ASTSrcLocGenerationAction() : Processor(JsonOutputPath) {}
51 Processor.generateEmpty();
53 Processor.generate();
59 return Processor.createASTConsumer(Compiler, File);
63 ASTSrcLocProcessor Processor;
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.h 105 // A Processor represents a physical thread, or a P for Go.
110 // In Go it is tied to a P, so there are significantly fewer Processor's than
112 // A ThreadState must be wired with a Processor to handle events.
113 struct Processor {
125 // ScopedGlobalProcessor temporary setups a global processor for the current
127 // at the very thread end, when we already destroyed the thread processor.
214 // Current wired Processor, or nullptr. Required to handle any events.
215 Processor *proc1;
217 Processor *proc() { return proc1; }
219 Processor *proc()
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.h 103 // A Processor represents a physical thread, or a P for Go.
108 // In Go it is tied to a P, so there are significantly fewer Processor's than
110 // A ThreadState must be wired with a Processor to handle events.
111 struct Processor {
124 // ScopedGlobalProcessor temporary setups a global processor for the current
126 // at the very thread end, when we already destroyed the thread processor.
194 // Current wired Processor, or nullptr. Required to handle any events.
195 Processor *proc1;
197 Processor *proc() { return proc1; }
199 Processor *proc()
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h 343 // A Processor represents a physical thread, or a P for Go.
348 // In Go it is tied to a P, so there are significantly fewer Processor's than
350 // A ThreadState must be wired with a Processor to handle events.
351 struct Processor {
364 // ScopedGlobalProcessor temporary setups a global processor for the current
366 // at the very thread end, when we already destroyed the thread processor.
434 // Current wired Processor, or nullptr. Required to handle any events.
435 Processor *proc1;
437 Processor *proc() { return proc1; }
439 Processor *proc()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 362 errs() << "warning: xnack 'On' was requested for a processor that does "
365 errs() << "warning: xnack 'Off' was requested for a processor that "
380 errs() << "warning: sramecc 'On' was requested for a processor that "
383 errs() << "warning: sramecc 'Off' was requested for a processor that "
424 std::string Processor = "";
429 Processor = STI.getCPU().str();
431 Processor = (Twine("gfx") + Twine(Version.Major) + Twine(Version.Minor) +
441 if (Processor == "gfx600") {
442 } else if (Processor == "gfx601") {
443 } else if (Processor == "gfx602")
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 257 /* COMMON NOTIFY for POWER, PROCESSOR, DEVICE, and THERMAL */
531 ACPI_OBJECT_PROCESSOR Processor;
actypes.h 108 * processor, and may be 16-bit, 32-bit, or 64-bit as required. They are
174 * In the case of the Itanium Processor Family (IPF), the hardware does not
1017 } Processor;
1290 /* Structures used for device/processor HID, UID, CID */
  /src/external/mit/expat/dist/lib/
xmlparse.c 482 typedef enum XML_Error PTRCALL Processor(XML_Parser parser, const char *start,
485 static Processor prologProcessor;
486 static Processor prologInitProcessor;
487 static Processor contentProcessor;
488 static Processor cdataSectionProcessor;
490 static Processor ignoreSectionProcessor;
491 static Processor externalParEntProcessor;
492 static Processor externalParEntInitProcessor;
493 static Processor entityValueProcessor;
494 static Processor entityValueInitProcessor
    [all...]

Completed in 238 milliseconds