Searched refs:getMaxInlineSizeThreshold (Results 1 – 7 of 7) sorted by relevance
161 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold() && in shouldGenerateInlineTPLoop()191 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
174 unsigned getMaxInlineSizeThreshold() const { in getMaxInlineSizeThreshold() function
214 return ST->getMaxInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()
11514 if (SizeVal <= Subtarget->getMaxInlineSizeThreshold()) { in EmitStructByval()
69 ConstantSize->getZExtValue() > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemset()215 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepmov()
146 unsigned getMaxInlineSizeThreshold() const { return MaxInlineSizeThreshold; } in getMaxInlineSizeThreshold() function
288 return ST->getMaxInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()