Searched refs:getMaxInlineSizeThreshold (Results 1 – 7 of 7) sorted by relevance
70 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemset()213 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepmov()
153 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; } in getMaxInlineSizeThreshold() function
285 return ST->getMaxInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()
161 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold() && in shouldGenerateInlineTPLoop()191 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
243 unsigned getMaxInlineSizeThreshold() const { in getMaxInlineSizeThreshold() function
214 return ST->getMaxInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()
11497 if (SizeVal <= Subtarget->getMaxInlineSizeThreshold()) { in EmitStructByval()