Searched refs:getMaxMemIntrinsicInlineSizeThreshold (Results 1 – 9 of 9) sorted by relevance
60 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const override;141 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const override;
280 uint64_t AMDGPUTTIImpl::getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function in AMDGPUTTIImpl421 uint64_t GCNTTIImpl::getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function in GCNTTIImpl
219 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const override { in getMaxMemIntrinsicInlineSizeThreshold() function
2917 unsigned MaxMemIntrinsicSize = getMaxMemIntrinsicInlineSizeThreshold(); in getNumBytesToPadGlobalArray()
299 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const override { in getMaxMemIntrinsicInlineSizeThreshold() function
225 : TTI.getMaxMemIntrinsicInlineSizeThreshold(); in shouldExpandMemIntrinsicWithSize()
1247 uint64_t TargetTransformInfo::getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function in TargetTransformInfo1248 return TTIImpl->getMaxMemIntrinsicInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()
397 LLVM_ABI uint64_t getMaxMemIntrinsicInlineSizeThreshold() const;
116 virtual uint64_t getMaxMemIntrinsicInlineSizeThreshold() const { return 64; } in getMaxMemIntrinsicInlineSizeThreshold() function