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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp70 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) {
243 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold())
H A DX86Subtarget.h559 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; } function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp144 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
H A DARMSubtarget.h521 /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
523 unsigned getMaxInlineSizeThreshold() const { function in class:llvm::ARMSubtarget
H A DARMISelLowering.cpp10595 // We expand it to a loop if size > Subtarget->getMaxInlineSizeThreshold().
10646 if (SizeVal <= Subtarget->getMaxInlineSizeThreshold()) {

Completed in 114 milliseconds