Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp238 RestrictIT = false; in initSubtargetFeatures()
241 RestrictIT = true; in initSubtargetFeatures()
H A DARMSubtarget.h179 bool RestrictIT = false; variable
465 bool restrictIT() const { return RestrictIT; } in restrictIT()