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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp240 RestrictIT = hasV8Ops();
243 RestrictIT = true;
246 RestrictIT = false;
H A DARMSubtarget.h434 /// RestrictIT - If true, the subtarget disallows generation of deprecated IT
436 bool RestrictIT = false; member in class:llvm::ARMSubtarget
820 bool restrictIT() const { return RestrictIT; }

Completed in 101 milliseconds