Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMSubtarget.cpp239 RestrictIT = hasV8Ops() ? true : false; in resetSubtargetFeatures()
242 RestrictIT = true; in resetSubtargetFeatures()
245 RestrictIT = false; in resetSubtargetFeatures()
DARMSubtarget.h182 bool RestrictIT; variable
334 bool restrictIT() const { return RestrictIT; } in restrictIT()