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 125 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
127 unsigned getMaxInlineSizeThreshold() const { return 64; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 243 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
245 unsigned getMaxInlineSizeThreshold() const {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 285 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }

Completed in 485 milliseconds