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 186 RestrictIT = hasV8Ops();
189 RestrictIT = true;
192 RestrictIT = false;
ARMSubtarget.h 285 /// RestrictIT - If true, the subtarget disallows generation of deprecated IT
287 bool RestrictIT = false;
575 bool restrictIT() const { return RestrictIT; }

Completed in 68 milliseconds