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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 114 /// UseMulOps - True if non-microcoded fused integer multiply-add and
116 bool UseMulOps = false;
446 bool useMulOps() const { return UseMulOps; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.h 175 /// UseMulOps - True if non-microcoded fused integer multiply-add and
177 bool UseMulOps = false;
580 bool useMulOps() const { return UseMulOps; }

Completed in 250 milliseconds