Home
last modified time | relevance | path

Searched refs:setCPU (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DSparc.h144 bool setCPU(const std::string &Name) override { in setCPU() function
225 bool setCPU(const std::string &Name) override { in setCPU() function
226 if (!SparcTargetInfo::setCPU(Name)) in setCPU()
H A DLanai.cpp48 bool LanaiTargetInfo::setCPU(const std::string &Name) { in setCPU() function in LanaiTargetInfo
H A DLanai.h70 bool setCPU(const std::string &Name) override;
H A DBPF.h92 bool setCPU(const std::string &Name) override { in setCPU() function
H A DHexagon.h117 bool setCPU(const std::string &Name) override { in setCPU() function
H A DNVPTX.h109 bool setCPU(const std::string &Name) override { in setCPU() function
H A DSystemZ.h87 bool setCPU(const std::string &Name) override { in setCPU() function
H A DAVR.h171 bool setCPU(const std::string &Name) override { in setCPU() function
H A DWebAssembly.h77 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); } in setCPU() function
H A DAArch64.h52 bool setCPU(const std::string &Name) override;
H A DARM.h128 bool setCPU(const std::string &Name) override;
H A DMips.h170 bool setCPU(const std::string &Name) override { in setCPU() function
H A DAMDGPU.h233 bool setCPU(const std::string &Name) override { in setCPU() function
H A DPPC.h92 bool setCPU(const std::string &Name) override { in setCPU() function
H A DAArch64.cpp102 bool AArch64TargetInfo::setCPU(const std::string &Name) { in setCPU() function in AArch64TargetInfo
H A DX86.h290 bool setCPU(const std::string &Name) override { in setCPU() function
H A DARM.cpp508 bool ARMTargetInfo::setCPU(const std::string &Name) { in setCPU() function in ARMTargetInfo
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h72 JITTargetMachineBuilder &setCPU(std::string CPU) { in setCPU() function
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h122 void setCPU(const char *CPU) { this->CPU = CPU; } in setCPU() function
H A DDisassembler.cpp106 DC->setCPU(CPU); in LLVMCreateDisasmCPUFeatures()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h1031 virtual bool setCPU(const std::string &Name) { in setCPU() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp621 if (!Opts->CPU.empty() && !Target->setCPU(Opts->CPU)) { in CreateTargetInfo()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp772 JTMB.setCPU(getCPUStr()) in runOrcLazyJIT()