Searched defs:supportsTargetAttributeTune (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | RISCV.h | 121 bool supportsTargetAttributeTune() const override { return true; } supportsTargetAttributeTune() function |
H A D | AArch64.h | 166 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function |
H A D | PPC.h | 201 bool supportsTargetAttributeTune() const override { return true; } supportsTargetAttributeTune() function |
H A D | X86.h | 351 bool supportsTargetAttributeTune() const override { in supportsTargetAttributeTune() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 1321 virtual bool supportsTargetAttributeTune() const { supportsTargetAttributeTune() function |