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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 85 /// UseMulOps - True if non-microcoded fused integer multiply-add and
87 bool UseMulOps;
330 bool useMulOps() const { return UseMulOps; }
ARMSubtarget.cpp 143 UseMulOps = UseFusedMulOps;

Completed in 105 milliseconds