Home
last modified time | relevance | path

Searched refs:target_cpu (Results 1 – 5 of 5) sorted by relevance

/art/compiler/sea_ir/code_gen/
Dcode_gen_data.cc37 std::string target_cpu; in GetElf() local
40 target_triple, target_cpu, target_attr); in GetElf()
58 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options, in GetElf()
/art/compiler/llvm/
Dllvm_compilation_unit.cc200 std::string target_cpu; in MaterializeToRawOStream() local
202 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), &target_triple, &target_cpu, in MaterializeToRawOStream()
220 target->createTargetMachine(target_triple, target_cpu, target_attr, target_options, in MaterializeToRawOStream()
/art/compiler/
Delf_writer_mclinker.cc103 std::string target_cpu; in Init() local
107 &target_cpu, in Init()
/art/compiler/driver/
Dcompiler_driver.cc2231 std::string* target_cpu, in InstructionSetToLLVMTarget() argument
2236 *target_cpu = "cortex-a9"; in InstructionSetToLLVMTarget()
2243 *target_cpu = "cortex-a9"; in InstructionSetToLLVMTarget()
Dcompiler_driver.h402 std::string* target_cpu,