Home
last modified time | relevance | path

Searched refs:setCpu (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.h40 void setCpu(const char *cpu);
Dlto.cpp239 return cg->setCpu(cpu); in lto_codegen_set_cpu()
DLTOCodeGenerator.cpp137 void LTOCodeGenerator::setCpu(const char* mCpu) in setCpu() function in LTOCodeGenerator
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h160 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu() function
DLTOCodeGenerator.h88 void setCpu(const char *MCpu) { this->MCpu = MCpu; } in setCpu() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
DLTOCodeGenerator.h91 void setCpu(StringRef MCpu) { this->MCpu = MCpu; } in setCpu() function
DThinLTOCodeGenerator.h217 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); } in setCpu() function
/external/llvm/tools/lto/
Dlto.cpp377 return unwrap(cg)->setCpu(cpu); in lto_codegen_set_cpu()
523 return unwrap(cg)->setCpu(cpu); in thinlto_codegen_set_cpu()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
Dlto.cpp390 return unwrap(cg)->setCpu(cpu); in lto_codegen_set_cpu()
566 return unwrap(cg)->setCpu(cpu); in thinlto_codegen_set_cpu()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp809 CodeGen.setCpu(MCPU.c_str()); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp915 CodeGen.setCpu(MCPU.c_str()); in main()