| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | Sparc.h | 144 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 D | Lanai.cpp | 48 bool LanaiTargetInfo::setCPU(const std::string &Name) { in setCPU() function in LanaiTargetInfo
|
| H A D | Lanai.h | 70 bool setCPU(const std::string &Name) override;
|
| H A D | BPF.h | 92 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | Hexagon.h | 117 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | NVPTX.h | 109 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | SystemZ.h | 87 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | AVR.h | 171 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | WebAssembly.h | 77 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); } in setCPU() function
|
| H A D | AArch64.h | 52 bool setCPU(const std::string &Name) override;
|
| H A D | ARM.h | 128 bool setCPU(const std::string &Name) override;
|
| H A D | Mips.h | 170 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | AMDGPU.h | 233 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | PPC.h | 92 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | AArch64.cpp | 102 bool AArch64TargetInfo::setCPU(const std::string &Name) { in setCPU() function in AArch64TargetInfo
|
| H A D | X86.h | 290 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | ARM.cpp | 508 bool ARMTargetInfo::setCPU(const std::string &Name) { in setCPU() function in ARMTargetInfo
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.h | 72 JITTargetMachineBuilder &setCPU(std::string CPU) { in setCPU() function
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.h | 122 void setCPU(const char *CPU) { this->CPU = CPU; } in setCPU() function
|
| H A D | Disassembler.cpp | 106 DC->setCPU(CPU); in LLVMCreateDisasmCPUFeatures()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1031 virtual bool setCPU(const std::string &Name) { in setCPU() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Targets.cpp | 621 if (!Opts->CPU.empty() && !Target->setCPU(Opts->CPU)) { in CreateTargetInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lli/ |
| H A D | lli.cpp | 772 JTMB.setCPU(getCPUStr()) in runOrcLazyJIT()
|