Searched refs:getMaxMemIntrinsicInlineSizeThreshold (Results 1 – 8 of 8) sorted by relevance
59 int64_t getMaxMemIntrinsicInlineSizeThreshold() const;139 int64_t getMaxMemIntrinsicInlineSizeThreshold() const;
270 int64_t AMDGPUTTIImpl::getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function in AMDGPUTTIImpl408 int64_t GCNTTIImpl::getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function in GCNTTIImpl
191 : TTI.getMaxMemIntrinsicInlineSizeThreshold(); in shouldExpandMemIntrinsicWithSize()
287 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function
213 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function
383 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const;1832 virtual uint64_t getMaxMemIntrinsicInlineSizeThreshold() const = 0;2241 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const override { in getMaxMemIntrinsicInlineSizeThreshold() function2242 return Impl.getMaxMemIntrinsicInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()
88 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function
1145 uint64_t TargetTransformInfo::getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function in TargetTransformInfo1146 return TTIImpl->getMaxMemIntrinsicInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()