Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h158 bool HasCCDP = false; variable
471 bool hasCCDP() const { return HasCCDP; } in hasCCDP()
H A DAArch64.td365 def FeatureCacheDeepPersist : SubtargetFeature<"ccdp", "HasCCDP",
H A DAArch64InstrInfo.td141 def HasCCDP : Predicate<"Subtarget->hasCCDP()">,