Searched defs:target_cpu (Results 1 - 4 of 4) sorted by relevance

/art/compiler/sea_ir/code_gen/
H A Dcode_gen_data.cc37 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/
H A Dllvm_compilation_unit.cc200 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/
H A Delf_writer_mclinker.cc103 std::string target_cpu; local
107 &target_cpu,
/art/compiler/driver/
H A Dcompiler_driver.cc2231 std::string* target_cpu,
2236 *target_cpu = "cortex-a9";
2243 *target_cpu = "cortex-a9";
2229 InstructionSetToLLVMTarget(InstructionSet instruction_set, std::string* target_triple, std::string* target_cpu, std::string* target_attr) argument

Completed in 188 milliseconds