Searched refs:target_cpu (Results 1 – 5 of 5) sorted by relevance
/art/compiler/sea_ir/code_gen/ |
D | code_gen_data.cc | 37 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/ |
D | llvm_compilation_unit.cc | 200 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/ |
D | elf_writer_mclinker.cc | 103 std::string target_cpu; in Init() local 107 &target_cpu, in Init()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 2231 std::string* target_cpu, in InstructionSetToLLVMTarget() argument 2236 *target_cpu = "cortex-a9"; in InstructionSetToLLVMTarget() 2243 *target_cpu = "cortex-a9"; in InstructionSetToLLVMTarget()
|
D | compiler_driver.h | 402 std::string* target_cpu,
|