HomeSort by relevance Sort by last modified time
    Searched refs:AvoidMOVsShifterOperand (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 154 /// AvoidMOVsShifterOperand - If true, codegen should avoid using flag setting
156 bool AvoidMOVsShifterOperand;
341 bool avoidMOVsShifterOperand() const { return AvoidMOVsShifterOperand; }
ARMSubtarget.cpp 203 AvoidMOVsShifterOperand = false;

Completed in 38 milliseconds