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

  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 194 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
196 unsigned getMaxInlineSizeThreshold() const {
ARMSelectionDAGInfo.cpp 46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 48 Subtarget->getMaxInlineSizeThreshold()) {
190 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
X86Subtarget.h 190 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
192 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }

Completed in 48 milliseconds