Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.h114 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
H A DRISCV.h124 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
H A DPPC.h201 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
H A DAArch64.h209 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
H A DX86.h363 bool supportsTargetAttributeTune() const override { in supportsTargetAttributeTune() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1389 virtual bool supportsTargetAttributeTune() const { in supportsTargetAttributeTune() function