/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | Sparc.h | 139 bool setCPU(const std::string &Name) override { in setCPU() function 230 bool setCPU(const std::string &Name) override { in setCPU() function 231 if (!SparcTargetInfo::setCPU(Name)) in setCPU()
|
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 | M68k.h | 57 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 | 127 bool setCPU(const std::string &Name) override { in setCPU() function
|
H A D | NVPTX.h | 135 bool setCPU(const std::string &Name) override { in setCPU() function
|
H A D | AVR.h | 174 bool setCPU(const std::string &Name) override;
|
H A D | LoongArch.h | 51 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 | SystemZ.h | 142 bool setCPU(const std::string &Name) override { in setCPU() function
|
H A D | RISCV.h | 54 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 | 120 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); } in setCPU() function
|
H A D | ARM.h | 182 bool setCPU(const std::string &Name) override;
|
H A D | AArch64.h | 110 bool setCPU(const std::string &Name) override;
|
H A D | Mips.h | 174 bool setCPU(const std::string &Name) override { in setCPU() function
|
H A D | AMDGPU.h | 266 bool setCPU(const std::string &Name) override { in setCPU() function
|
H A D | PPC.h | 111 bool setCPU(const std::string &Name) override { in setCPU() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 75 JITTargetMachineBuilder &setCPU(std::string CPU) { in setCPU() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 34 TMBuilder.setCPU(std::string(llvm::sys::getHostCPUName())); in detectHost()
|
/freebsd/contrib/llvm-project/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()
|