Searched refs:getMaxInlineSizeThreshold (Results 1 – 5 of 5) sorted by relevance
69 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) { in EmitTargetCodeForMemset()244 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepmov()
531 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; } in getMaxInlineSizeThreshold() function
144 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
510 unsigned getMaxInlineSizeThreshold() const { in getMaxInlineSizeThreshold() function
10205 if (SizeVal <= Subtarget->getMaxInlineSizeThreshold()) { in EmitStructByval()