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 208 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
210 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 215 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
217 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }

Completed in 182 milliseconds