Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h93 bool EnableInterruptAttribute; variable
180 bool enableInterruptAttribute() const { return EnableInterruptAttribute; } in enableInterruptAttribute()
H A DCSKYSubtarget.cpp68 EnableInterruptAttribute = false; in initializeSubtargetDependencies()
H A DCSKY.td234 def FeatureIstack : SubtargetFeature<"istack", "EnableInterruptAttribute",
236 def EnableInterruptAttribute