Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDRISCV.h123 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
HDAArch64.h166 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
HDPPC.h212 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
HDX86.h351 bool supportsTargetAttributeTune() const override { in supportsTargetAttributeTune() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h1360 virtual bool supportsTargetAttributeTune() const { in supportsTargetAttributeTune() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclAttr.cpp2960 if (!Context.getTargetInfo().supportsTargetAttributeTune() && in checkTargetAttr()