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;
213 if (!restrictIT) {
277 restrictIT = STI.restrictIT();
ARMSubtarget.h 210 /// RestrictIT - If true, the subtarget disallows generation of deprecated IT
212 bool RestrictIT;
450 bool restrictIT() const { return RestrictIT; }
ARMTargetMachine.cpp 408 return this->TM->getSubtarget<ARMSubtarget>(F).restrictIT();
ARMBaseInstrInfo.cpp 569 if (getSubtarget().restrictIT())
    [all...]

Completed in 3041 milliseconds