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 106 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
108 unsigned getMaxInlineSizeThreshold() const { return 64; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 250 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
252 unsigned getMaxInlineSizeThreshold() const {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 259 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
261 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }

Completed in 941 milliseconds