HomeSort by relevance Sort by last modified time
    Searched defs:cpu_name (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/x86/
common_x86.c 296 char cpu_name[49]; local
298 _mesa_x86_cpuid(0x80000002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name + (16*ofs)+8), (GLuint *)(cpu_name + (16*ofs)+12));
299 cpu_name[48] = '\0'; /* the name should be NULL terminated, but just to be sure */
302 _mesa_debug(NULL, "CPU name: %s\n", cpu_name);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.h 51 CpuAotCompilationOptions(string triple, string cpu_name, string features,
61 const string& cpu_name() const { return cpu_name_; } function in class:xla::cpu::CpuAotCompilationOptions
simple_orc_jit.cc 66 auto cpu_name = llvm::sys::getHostCPUName(); local
68 cpu_name.consume_back("-avx512");
69 return cpu_name;
cpu_compiler.cc 107 string triple, string cpu_name, string features, string entry_point_name,
110 cpu_name_(std::move(cpu_name)),
782 llvm::StringRef cpu_name = llvm_ir::AsStringRef(options.cpu_name()); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-rx.c 112 const char *cpu_name;
184 if (strcasecmp (arg, cpu_type_list[i].cpu_name) == 0)
111 const char *cpu_name; member in struct:cpu_type
    [all...]
  /external/syslinux/lzo/src/
miniacc.h 3888 const char* cpu_name; member in struct:__anon38504
    [all...]

Completed in 336 milliseconds