Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h95 bool HasSTM; variable
182 bool hasSTM() const { return HasSTM; } in hasSTM()
H A DCSKYSubtarget.cpp70 HasSTM = false; in initializeSubtargetDependencies()
H A DCSKY.td105 def FeatureSTM : SubtargetFeature<"multiple_stld", "HasSTM", "true",
107 def HasSTM : Predicate<"Subtarget->hasSTM()">,