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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 149 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
151 unsigned getMaxInlineSizeThreshold() const { return 64; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 264 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
266 unsigned getMaxInlineSizeThreshold() const {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 298 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }

Completed in 863 milliseconds