Searched refs:HasCache (Results 1 – 3 of 3) sorted by relevance
76 bool HasCache; variable160 bool hasCache() const { return HasCache; } in hasCache()
51 HasCache = false; in initializeSubtargetDependencies()
174 : SubtargetFeature<"cache", "HasCache", "true", "Enable cache">;175 def HasCache : Predicate<"Subtarget->hasCache()">,