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

  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 228 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
230 unsigned getMaxInlineSizeThreshold() const { return 64; }
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 175 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
177 unsigned getMaxInlineSizeThreshold() const {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 154 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
156 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 339 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 349 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
351 unsigned getMaxInlineSizeThreshold() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMSubtarget.h 459 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
461 unsigned getMaxInlineSizeThreshold() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 488 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }

Completed in 99 milliseconds