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

/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h225 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
227 unsigned getMaxInlineSizeThreshold() const { function in class:llvm::ARMSubtarget
H A DARMSelectionDAGInfo.cpp46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
H A DARMISelLowering.cpp7377 // We expand it to a loop if size > Subtarget->getMaxInlineSizeThreshold().
7433 if (SizeVal <= Subtarget->getMaxInlineSizeThreshold()) {
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp48 Subtarget->getMaxInlineSizeThreshold()) {
188 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
H A DX86Subtarget.h221 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
223 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; } function in class:llvm::X86Subtarget

Completed in 65 milliseconds