HomeSort by relevance Sort by last modified time
    Searched refs:RestrictIT (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 257 RestrictIT = hasV8Ops();
260 RestrictIT = true;
263 RestrictIT = false;
ARMSubtarget.h 195 /// RestrictIT - If true, the subtarget disallows generation of deprecated IT
197 bool RestrictIT;
419 bool restrictIT() const { return RestrictIT; }

Completed in 154 milliseconds