Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h97 bool EnableStackSize; variable
184 bool enableStackSize() const { return EnableStackSize; } in enableStackSize()
H A DCSKYSubtarget.cpp72 EnableStackSize = false; in initializeSubtargetDependencies()
H A DCSKY.td247 def FeatureStackSize : SubtargetFeature<"stack-size", "EnableStackSize", "true",
249 def EnableStackSize : Predicate<"Subtarget->enableStackSize()">,