Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h158 bool HasCCDP = false; variable
458 bool hasCCDP() const { return HasCCDP; } in hasCCDP()
H A DAArch64.td365 def FeatureCacheDeepPersist : SubtargetFeature<"ccdp", "HasCCDP",
H A DAArch64InstrInfo.td135 def HasCCDP : Predicate<"Subtarget->hasCCDP()">,