Searched refs:HasCCDP (Results 1 – 7 of 7) sorted by relevance
140 bool HasCCDP = false; variable394 bool hasCCDP() const { return HasCCDP; } in hasCCDP()
341 def FeatureCacheDeepPersist : SubtargetFeature<"ccdp", "HasCCDP",
133 def HasCCDP : Predicate<"Subtarget->hasCCDP()">,
155 bool HasCCDP = false; variable438 bool hasCCDP() const { return HasCCDP; } in hasCCDP()
364 def FeatureCacheDeepPersist : SubtargetFeature<"ccdp", "HasCCDP",
132 def HasCCDP : Predicate<"Subtarget->hasCCDP()">,
19200 if (Bits[AArch64::FeatureCacheDeepPersist]) HasCCDP = true;