HomeSort by relevance Sort by last modified time
    Searched full:restrictit (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 32 bool restrictIT;
218 if (!restrictIT) {
282 restrictIT = STI.restrictIT();
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; }
ARMTargetMachine.cpp 432 return this->TM->getSubtarget<ARMSubtarget>(F).restrictIT();
ARMBaseInstrInfo.cpp 585 if (getSubtarget().restrictIT())
    [all...]

Completed in 566 milliseconds