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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSubtarget.h 175 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
177 unsigned getMaxInlineSizeThreshold() const {
ARMSelectionDAGInfo.cpp 46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
  /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/X86/
X86Subtarget.h 154 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
156 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }
X86SelectionDAGInfo.cpp 48 Subtarget->getMaxInlineSizeThreshold()) {
187 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 70 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) {
208 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
X86Subtarget.h 339 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; }
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 145 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
ARMSubtarget.h 349 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
351 unsigned getMaxInlineSizeThreshold() const {
ARMISelLowering.cpp     [all...]

Completed in 297 milliseconds