Home
last modified time | relevance | path

Searched refs:restrictIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2ITBlockPass.cpp45 bool restrictIT; member in __anon128e7aa60111::Thumb2ITBlock
226 if (!restrictIT) { in InsertITInstructions()
289 restrictIT = STI.restrictIT(); in runOnMachineFunction()
H A DARMSubtarget.h404 bool restrictIT() const { return RestrictIT; } in restrictIT() function
H A DARMTargetMachine.cpp549 this->TM->getSubtarget<ARMSubtarget>(F).restrictIT(); in addPreSched2()
H A DARMBaseInstrInfo.cpp578 if (getSubtarget().restrictIT()) in isPredicable()
2038 unsigned MaxInsts = Subtarget.restrictIT() ? 1 : 4; in extraSizeToPredicateInstructions()