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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h687 bool avoidMOVsShifterOperand() const { return AvoidMOVsShifterOperand; } function in class:llvm::ARMSubtarget
H A DThumb2SizeReduction.cpp751 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand())
866 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand())

Completed in 112 milliseconds