HomeSort by relevance Sort by last modified time
    Searched refs:getMaxInlineSizeThreshold (Results 1 - 6 of 6) 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/X86/
X86SelectionDAGInfo.cpp 78 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) {
216 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
X86Subtarget.h 285 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 47 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
ARMSubtarget.h 243 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
245 unsigned getMaxInlineSizeThreshold() const {
ARMISelLowering.cpp     [all...]

Completed in 129 milliseconds