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 180 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
182 unsigned getMaxInlineSizeThreshold() const {
ARMSelectionDAGInfo.cpp 46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86Subtarget.h 178 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
180 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }
X86SelectionDAGInfo.cpp 48 Subtarget->getMaxInlineSizeThreshold()) {
190 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())

Completed in 54 milliseconds