Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DSparc.h139 bool setCPU(const std::string &Name) override { in setCPU() function
226 bool setCPU(const std::string &Name) override { in setCPU() function
227 if (!SparcTargetInfo::setCPU(Name)) in setCPU()
H A DLanai.cpp47 bool LanaiTargetInfo::setCPU(const std::string &Name) { in setCPU() function in LanaiTargetInfo
H A DM68k.h53 bool setCPU(const std::string &Name) override;
H A DLanai.h69 bool setCPU(const std::string &Name) override;
H A DCSKY.h70 bool setCPU(const std::string &Name) override;
H A DAVR.cpp355 bool AVRTargetInfo::setCPU(const std::string &Name) { in setCPU() function in AVRTargetInfo
H A DBPF.h107 bool setCPU(const std::string &Name) override { in setCPU() function
H A DHexagon.h126 bool setCPU(const std::string &Name) override { in setCPU() function
H A DNVPTX.h128 bool setCPU(const std::string &Name) override { in setCPU() function
H A DAVR.h171 bool setCPU(const std::string &Name) override;
H A DM68k.cpp62 bool M68kTargetInfo::setCPU(const std::string &Name) { in setCPU() function in clang::targets::M68kTargetInfo
H A DRISCV.h46 bool setCPU(const std::string &Name) override { in setCPU() function
H A DSystemZ.h134 bool setCPU(const std::string &Name) override { in setCPU() function
H A DCSKY.cpp22 bool CSKYTargetInfo::setCPU(const std::string &Name) { in setCPU() function in CSKYTargetInfo
H A DWebAssembly.h91 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); } in setCPU() function
H A DAArch64.h77 bool setCPU(const std::string &Name) override;
H A DARM.h156 bool setCPU(const std::string &Name) override;
H A DMips.h169 bool setCPU(const std::string &Name) override { in setCPU() function
H A DAMDGPU.h273 bool setCPU(const std::string &Name) override { in setCPU() function
H A DPPC.h107 bool setCPU(const std::string &Name) override { in setCPU() function
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DJITTargetMachineBuilderTest.cpp28 JTMB.setCPU(""); in TEST()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp38 TMBuilder.setCPU(std::string(llvm::sys::getHostCPUName())); in detectHost()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h77 JITTargetMachineBuilder &setCPU(std::string CPU) { in setCPU() function
/llvm-project-15.0.7/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h119 void setCPU(const char *CPU) { this->CPU = CPU; } in setCPU() function
H A DDisassembler.cpp110 DC->setCPU(CPU); in LLVMCreateDisasmCPUFeatures()

12