| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | Sparc.h | 139 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 D | M68k.h | 54 bool setCPU(const std::string &Name) override;
|
| H A D | Lanai.cpp | 47 bool LanaiTargetInfo::setCPU(const std::string &Name) { in setCPU() function in LanaiTargetInfo
|
| H A D | Lanai.h | 69 bool setCPU(const std::string &Name) override;
|
| H A D | CSKY.h | 70 bool setCPU(const std::string &Name) override;
|
| H A D | BPF.h | 108 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | Hexagon.h | 125 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | AVR.h | 172 bool setCPU(const std::string &Name) override;
|
| H A D | NVPTX.h | 129 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | AVR.cpp | 414 bool AVRTargetInfo::setCPU(const std::string &Name) { in setCPU() function in AVRTargetInfo
|
| H A D | M68k.cpp | 63 bool M68kTargetInfo::setCPU(const std::string &Name) { in setCPU() function in clang::targets::M68kTargetInfo
|
| H A D | RISCV.h | 46 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | SystemZ.h | 134 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | CSKY.cpp | 22 bool CSKYTargetInfo::setCPU(const std::string &Name) { in setCPU() function in CSKYTargetInfo
|
| H A D | WebAssembly.h | 90 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); } in setCPU() function
|
| H A D | ARM.h | 154 bool setCPU(const std::string &Name) override;
|
| H A D | Mips.h | 168 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | AArch64.h | 96 bool setCPU(const std::string &Name) override;
|
| H A D | AMDGPU.h | 277 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | PPC.h | 106 bool setCPU(const std::string &Name) override { in setCPU() function
|
| H A D | X86.h | 358 bool setCPU(const std::string &Name) override { in setCPU() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.h | 77 JITTargetMachineBuilder &setCPU(std::string CPU) { in setCPU() function
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 38 TMBuilder.setCPU(std::string(llvm::sys::getHostCPUName())); in detectHost()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.h | 119 void setCPU(const char *CPU) { this->CPU = CPU; } in setCPU() function
|
| H A D | Disassembler.cpp | 110 DC->setCPU(CPU); in LLVMCreateDisasmCPUFeatures()
|