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

  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 37 std::string target_cpu; local
40 target_triple, target_cpu, target_attr);
58 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /art/compiler/llvm/
llvm_compilation_unit.cc 200 std::string target_cpu; local
202 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), &target_triple, &target_cpu, local
220 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
  /art/compiler/
elf_writer_mclinker.cc 103 std::string target_cpu; local
107 &target_cpu,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 206 static cpu_set_t bind_to_cpu(int target_cpu)
216 if (target_cpu == -1) {
222 BUG_ON(target_cpu < 0 || target_cpu >= g->p.nr_cpus);
223 CPU_SET(target_cpu, &mask);
1129 int target_cpu; local
1141 target_cpu = g->p.nr_cpus-1;
1143 target_cpu = 0;
1145 orig_mask = bind_to_cpu(target_cpu);
1149 printf(" (injecting perturbalance, moved to CPU#%d)\n", target_cpu);
    [all...]

Completed in 80 milliseconds