Searched refs:target_cpu (Results 1 - 5 of 5) 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.cc203 std::string target_cpu; local
205 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), target_triple, target_cpu, target_attr); local
222 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options,
/art/compiler/
H A Delf_writer_mclinker.cc99 std::string target_cpu; local
103 target_cpu,
/art/compiler/driver/
H A Dcompiler_driver.h234 std::string& target_cpu,
H A Dcompiler_driver.cc2452 std::string& target_cpu,
2457 target_cpu = "cortex-a9";
2464 target_cpu = "cortex-a9";
2450 InstructionSetToLLVMTarget(InstructionSet instruction_set, std::string& target_triple, std::string& target_cpu, std::string& target_attr) argument

Completed in 132 milliseconds