HomeSort by: relevance | last modified time | path
    Searched refs:restrictIT (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 47 bool restrictIT;
231 if (!restrictIT) {
293 restrictIT = STI.restrictIT();
ARMSubtarget.h 441 /// RestrictIT - If true, the subtarget disallows generation of deprecated IT
443 bool RestrictIT = false;
845 bool restrictIT() const { return RestrictIT; }
ARMTargetMachine.cpp 528 this->TM->getSubtarget<ARMSubtarget>(F).restrictIT();
ARMBaseInstrInfo.cpp 724 if (getSubtarget().restrictIT())
2182 unsigned MaxInsts = Subtarget.restrictIT() ? 1 : 4;

Completed in 24 milliseconds