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()
284 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function
213 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function
379 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const;1770 virtual uint64_t getMaxMemIntrinsicInlineSizeThreshold() const = 0;2165 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const override { in getMaxMemIntrinsicInlineSizeThreshold() function2166 return Impl.getMaxMemIntrinsicInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()
87 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function
1090 uint64_t TargetTransformInfo::getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function in TargetTransformInfo1091 return TTIImpl->getMaxMemIntrinsicInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()