Searched defs:target_cpu (Results 1 - 4 of 4) sorted by relevance
/art/compiler/sea_ir/code_gen/ |
H A D | 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/ |
H A D | llvm_compilation_unit.cc | 203 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 D | elf_writer_mclinker.cc | 99 std::string target_cpu; local 103 target_cpu,
|
/art/compiler/driver/ |
H A D | compiler_driver.cc | 2452 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 26 milliseconds