Searched refs:avoidMOVsShifterOperand (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h362 bool avoidMOVsShifterOperand() const { return AvoidMOVsShifterOperand; } function in class:llvm::ARMSubtarget
H A DThumb2SizeReduction.cpp653 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand())
771 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand())

Completed in 594 milliseconds