Searched refs:getMaxInlineSizeThreshold (Results 1 – 7 of 7) sorted by relevance
166 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold() && in shouldGenerateInlineTPLoop()196 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
213 unsigned getMaxInlineSizeThreshold() const { in getMaxInlineSizeThreshold() function
220 return ST->getMaxInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()
11577 if (SizeVal <= Subtarget->getMaxInlineSizeThreshold()) { in EmitStructByval()
150 if (Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepstos()279 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepmov()
146 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; } in getMaxInlineSizeThreshold() function
300 return ST->getMaxInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()