/external/mesa3d/src/mesa/x86/ |
D | common_x86.c | 296 char cpu_name[49]; in _mesa_get_x86_features() local 298 …002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name… in _mesa_get_x86_features() 299 cpu_name[48] = '\0'; /* the name should be NULL terminated, but just to be sure */ in _mesa_get_x86_features() 302 _mesa_debug(NULL, "CPU name: %s\n", cpu_name); in _mesa_get_x86_features()
|
/external/autotest/client/site_tests/power_VideoCall/ |
D | power_VideoCall.py | 130 cpu_name = utils.get_cpu_name() 132 if re.search(HIGH_IF_HAS_FAN_REGEX, cpu_name, re.VERBOSE): 137 if re.search(MEDIUM_REGEX, cpu_name, re.VERBOSE):
|
/external/llvm-project/llvm/test/tools/llvm-exegesis/X86/ |
D | analysis-naive-clusterization.test | 42 cpu_name: bdver2 59 cpu_name: bdver2 75 cpu_name: bdver2 92 cpu_name: bdver2
|
D | analysis-cluster-stabilization-config.test | 17 cpu_name: bdver2 34 cpu_name: bdver2
|
D | analysis-cluster-stabilization.test | 41 cpu_name: bdver2 57 cpu_name: bdver2 74 cpu_name: bdver2
|
D | analysis-same-cluster-for-ops-in-different-sched-clusters.test | 29 cpu_name: bdver2 46 cpu_name: bdver2
|
D | analysis-clustering-algorithms.test | 88 cpu_name: bdver2 133 cpu_name: bdver2 178 cpu_name: bdver2 223 cpu_name: bdver2
|
D | analysis-naive-cluster-stabilization.test | 37 cpu_name: bdver2 54 cpu_name: bdver2
|
D | analysis-noise.test | 15 cpu_name: haswell
|
D | analysis-epsilons.test | 38 cpu_name: bdver2 55 cpu_name: bdver2
|
D | analysis-inconsistencies-uops.test | 12 cpu_name: haswell
|
D | analysis-inconsistencies-uops-backwards.test | 13 cpu_name: haswell
|
D | analysis-uops-variant.test | 16 cpu_name: sandybridge
|
D | analysis-uops.test | 13 cpu_name: haswell
|
D | analysis-uops-backwards.test | 14 cpu_name: haswell
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetPfmCounters.td | 42 class PfmCountersBinding<string cpu_name, ProcPfmCounters counters> { 43 string CpuName = cpu_name;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetPfmCounters.td | 44 class PfmCountersBinding<string cpu_name, ProcPfmCounters counters> { 45 string CpuName = cpu_name;
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_compiler.h | 54 CpuAotCompilationOptions(string triple, string cpu_name, string features, 65 const string& cpu_name() const { return cpu_name_; } in cpu_name() function
|
D | cpu_compiler.cc | 156 string triple, string cpu_name, string features, string entry_point_name, in CpuAotCompilationOptions() argument 159 cpu_name_(std::move(cpu_name)), in CpuAotCompilationOptions() 888 triple.getTriple(), options.cpu_name(), options.features(), in CompileAheadOfTime()
|
/external/llvm-project/libc/benchmarks/ |
D | render.py3 | 73 cpu_name = host["CpuName"] 85 title = "%s (%s)" % (cpu_name, cpu_freq)
|
/external/crosvm/aarch64/src/ |
D | fdt.rs | 76 let cpu_name = format!("cpu@{:x}", cpu_id); in create_cpu_nodes() localVariable 77 let cpu_node = fdt.begin_node(&cpu_name)?; in create_cpu_nodes()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/ |
D | gpu_backend_lib.cc | 144 llvm::Triple triple, absl::string_view cpu_name, in GetTargetMachine() argument 178 triple.str(), llvm_ir::AsStringRef(cpu_name), in GetTargetMachine()
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-exegesis.rst | 60 cpu_name: haswell
|