Home
last modified time | relevance | path

Searched refs:HasCCDP (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAArch64.h68 bool HasCCDP = false; variable
H A DAArch64.cpp688 .Case("dpb2", HasCCDP) in hasFeature()
889 HasCCDP = true; in handleTargetFeatures()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64.td426 def FeatureCacheDeepPersist : SubtargetFeature<"ccdp", "HasCCDP",
H A DAArch64InstrInfo.td243 def HasCCDP : Predicate<"Subtarget->hasCCDP()">,