/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | Lanai.cpp | 47 bool LanaiTargetInfo::setCPU(const std::string &Name) { in setCPU() function in LanaiTargetInfo
|
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
|
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 | M68k.cpp | 63 bool M68kTargetInfo::setCPU(const std::string &Name) { in setCPU() function in clang::targets::M68kTargetInfo
|
H A D | LoongArch.h | 51 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 | NVPTX.h | 135 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 | SystemZ.h | 142 bool setCPU(const std::string &Name) override { in setCPU() function
|
H A D | WebAssembly.h | 120 bool setCPU(const std::string &Name) final { return isValidCPUName(Name); } in setCPU() function
|
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
|
H A D | ARM.cpp | 675 bool ARMTargetInfo::setCPU(const std::string &Name) { in setCPU() function in ARMTargetInfo
|
H A D | AArch64.cpp | 271 bool AArch64TargetInfo::setCPU(const std::string &Name) { in setCPU() function in AArch64TargetInfo
|
H A D | X86.h | 373 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/MC/MCDisassembler/ |
H A D | Disassembler.h | 119 void setCPU(const char *CPU) { this->CPU = CPU; } in setCPU() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1334 virtual bool setCPU(const std::string &Name) { in setCPU() function
|