Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp186 RestrictIT = hasV8Ops(); in initSubtargetFeatures()
189 RestrictIT = true; in initSubtargetFeatures()
192 RestrictIT = false; in initSubtargetFeatures()
DARMSubtarget.h287 bool RestrictIT = false; variable
575 bool restrictIT() const { return RestrictIT; } in restrictIT()