Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h76 bool HasCache; variable
160 bool hasCache() const { return HasCache; } in hasCache()
H A DCSKYSubtarget.cpp51 HasCache = false; in initializeSubtargetDependencies()
H A DCSKY.td174 : SubtargetFeature<"cache", "HasCache", "true", "Enable cache">;
175 def HasCache : Predicate<"Subtarget->hasCache()">,