mcpu               67 src/CodeGen_ARM.h     std::string mcpu() const;
mcpu               30 src/CodeGen_Hexagon.h     std::string mcpu() const;
mcpu              386 src/CodeGen_Internal.cpp void get_target_options(const llvm::Module &module, llvm::TargetOptions &options, std::string &mcpu, std::string &mattrs) {
mcpu              389 src/CodeGen_Internal.cpp     get_md_string(module.getModuleFlag("halide_mcpu"), mcpu);
mcpu              433 src/CodeGen_Internal.cpp     std::string mcpu;
mcpu              434 src/CodeGen_Internal.cpp     if (get_md_string(from.getModuleFlag("halide_mcpu"), mcpu)) {
mcpu              435 src/CodeGen_Internal.cpp         to.addModuleFlag(llvm::Module::Warning, "halide_mcpu", llvm::MDString::get(context, mcpu));
mcpu              455 src/CodeGen_Internal.cpp     std::string mcpu = "";
mcpu              457 src/CodeGen_Internal.cpp     get_target_options(module, options, mcpu, mattrs);
mcpu              460 src/CodeGen_Internal.cpp                                                 mcpu, mattrs,
mcpu               70 src/CodeGen_Internal.h void get_target_options(const llvm::Module &module, llvm::TargetOptions &options, std::string &mcpu, std::string &mattrs);
mcpu              494 src/CodeGen_LLVM.cpp     module->addModuleFlag(llvm::Module::Warning, "halide_mcpu", MDString::get(*context, mcpu()));
mcpu              106 src/CodeGen_LLVM.h     virtual std::string mcpu() const = 0;
mcpu               26 src/CodeGen_MIPS.h     std::string mcpu() const;
mcpu              296 src/CodeGen_PTX_Dev.cpp                                                    mcpu(), mattrs(), options,
mcpu               65 src/CodeGen_PTX_Dev.h     std::string mcpu() const;
mcpu               24 src/CodeGen_PowerPC.h     std::string mcpu() const;
mcpu               27 src/CodeGen_X86.h     std::string mcpu() const;
mcpu              264 src/JITModule.cpp     string mcpu;
mcpu              267 src/JITModule.cpp     get_target_options(*m, options, mcpu, mattrs);
mcpu              280 src/JITModule.cpp     if (!mcpu.empty()) {
mcpu              281 src/JITModule.cpp         engine_builder.setMCPU(mcpu);