HomeSort by: relevance | last modified time | path
    Searched refs:avoidMOVsShifterOperand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 315 /// AvoidMOVsShifterOperand - If true, codegen should avoid using flag setting
317 bool AvoidMOVsShifterOperand = false;
712 bool avoidMOVsShifterOperand() const { return AvoidMOVsShifterOperand; }
Thumb2SizeReduction.cpp 751 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand())
866 if (!OptimizeSize && Entry.AvoidMovs && STI->avoidMOVsShifterOperand())

Completed in 49 milliseconds