Searched refs:getMaxInlineSizeThreshold (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h180 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
182 unsigned getMaxInlineSizeThreshold() const { function in class:llvm::ARMSubtarget
H A DARMSelectionDAGInfo.cpp46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
H A DARMISelLowering.cpp6296 // We expand it to a loop if size > Subtarget->getMaxInlineSizeThreshold().
6355 if (SizeVal <= Subtarget->getMaxInlineSizeThreshold()) {
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h178 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
180 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; } function in class:llvm::X86Subtarget
H A DX86SelectionDAGInfo.cpp48 Subtarget->getMaxInlineSizeThreshold()) {
190 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())

Completed in 428 milliseconds