Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp32 bool restrictIT; member in __anon8f4905d30111::Thumb2ITBlockPass
218 if (!restrictIT) { in InsertITInstructions()
282 restrictIT = STI.restrictIT(); in runOnMachineFunction()
DARMSubtarget.h575 bool restrictIT() const { return RestrictIT; } in restrictIT() function
DARMTargetMachine.cpp432 return this->TM->getSubtarget<ARMSubtarget>(F).restrictIT(); in addPreSched2()
DARMBaseInstrInfo.cpp585 if (getSubtarget().restrictIT()) in isPredicable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp45 bool restrictIT; member in __anond0b4756b0111::Thumb2ITBlockPass
235 if (!restrictIT) { in InsertITInstructions()
299 restrictIT = STI.restrictIT(); in runOnMachineFunction()
DARMSubtarget.h729 bool restrictIT() const { return RestrictIT; } in restrictIT() function
DARMTargetMachine.cpp492 return this->TM->getSubtarget<ARMSubtarget>(F).restrictIT(); in addPreSched2()
DARMBaseInstrInfo.cpp674 if (getSubtarget().restrictIT()) in isPredicable()