Home
last modified time | relevance | path

Searched refs:RestrictIT (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp236 RestrictIT = hasV8Ops(); in initSubtargetFeatures()
239 RestrictIT = true; in initSubtargetFeatures()
242 RestrictIT = false; in initSubtargetFeatures()
H A DARMSubtarget.h398 bool RestrictIT = false; variable
747 bool restrictIT() const { return RestrictIT; } in restrictIT()