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

  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 32 bool restrictIT;
200 if (!restrictIT) {
260 restrictIT = TM.getSubtarget<ARMSubtarget>().restrictIT();
ARMSubtarget.h 197 /// RestrictIT - If true, the subtarget disallows generation of deprecated IT
199 bool RestrictIT;
422 bool restrictIT() const { return RestrictIT; }
ARMTargetMachine.cpp 221 if (getARMSubtarget().restrictIT() &&
ARMBaseInstrInfo.cpp 532 if (getSubtarget().restrictIT())
    [all...]

Completed in 51 milliseconds