Home
last modified time | relevance | path

Searched refs:supportsTargetAttributeTune (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.h121 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
H A DAArch64.h166 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
H A DPPC.h201 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
H A DX86.h351 bool supportsTargetAttributeTune() const override { in supportsTargetAttributeTune() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1321 virtual bool supportsTargetAttributeTune() const { in supportsTargetAttributeTune() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3452 if (!Context.getTargetInfo().supportsTargetAttributeTune() && in checkTargetAttr()