| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | SystemZ.h | 124 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override; 131 fillValidCPUList(Values); in fillValidTuneCPUList()
|
| H A D | Sparc.h | 137 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override; 224 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| H A D | BPF.cpp | 41 void BPFTargetInfo::fillValidCPUList(SmallVectorImpl<StringRef> &Values) const { in fillValidCPUList() function in BPFTargetInfo
|
| H A D | Lanai.cpp | 42 void LanaiTargetInfo::fillValidCPUList( in fillValidCPUList() function in LanaiTargetInfo
|
| H A D | Sparc.cpp | 132 void SparcTargetInfo::fillValidCPUList( in fillValidCPUList() function in SparcTargetInfo 255 void SparcV9TargetInfo::fillValidCPUList( in fillValidCPUList() function in SparcV9TargetInfo
|
| H A D | Lanai.h | 67 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| H A D | BPF.h | 106 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| H A D | Hexagon.h | 123 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| H A D | SystemZ.cpp | 120 void SystemZTargetInfo::fillValidCPUList( in fillValidCPUList() function in SystemZTargetInfo
|
| H A D | AVR.h | 171 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| H A D | NVPTX.h | 123 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override { in fillValidCPUList() function
|
| H A D | AVR.cpp | 409 void AVRTargetInfo::fillValidCPUList(SmallVectorImpl<StringRef> &Values) const { in fillValidCPUList() function in AVRTargetInfo
|
| H A D | RISCV.h | 108 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| H A D | WebAssembly.h | 88 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const final;
|
| H A D | Hexagon.cpp | 251 void HexagonTargetInfo::fillValidCPUList( in fillValidCPUList() function in HexagonTargetInfo
|
| H A D | WebAssembly.cpp | 67 void WebAssemblyTargetInfo::fillValidCPUList( in fillValidCPUList() function in WebAssemblyTargetInfo
|
| H A D | Mips.cpp | 56 void MipsTargetInfo::fillValidCPUList( in fillValidCPUList() function in MipsTargetInfo
|
| H A D | ARM.h | 152 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| H A D | Mips.h | 166 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| H A D | AArch64.h | 95 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| H A D | RISCV.cpp | 326 void RISCVTargetInfo::fillValidCPUList( in fillValidCPUList() function in RISCVTargetInfo
|
| H A D | AMDGPU.cpp | 366 void AMDGPUTargetInfo::fillValidCPUList( in fillValidCPUList() function in AMDGPUTargetInfo
|
| H A D | AMDGPU.h | 275 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| H A D | PPC.h | 104 void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const override;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1282 virtual void fillValidCPUList(SmallVectorImpl<StringRef> &Values) const {} in fillValidCPUList() function 1286 fillValidCPUList(Values); in fillValidTuneCPUList()
|