Home
last modified time | relevance | path

Searched refs:getMaxMemIntrinsicInlineSizeThreshold (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h59 int64_t getMaxMemIntrinsicInlineSizeThreshold() const;
139 int64_t getMaxMemIntrinsicInlineSizeThreshold() const;
H A DAMDGPUTargetTransformInfo.cpp270 int64_t AMDGPUTTIImpl::getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function in AMDGPUTTIImpl
408 int64_t GCNTTIImpl::getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function in GCNTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp191 : TTI.getMaxMemIntrinsicInlineSizeThreshold(); in shouldExpandMemIntrinsicWithSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h287 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h213 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h383 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const;
1832 virtual uint64_t getMaxMemIntrinsicInlineSizeThreshold() const = 0;
2241 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const override { in getMaxMemIntrinsicInlineSizeThreshold() function
2242 return Impl.getMaxMemIntrinsicInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()
H A DTargetTransformInfoImpl.h88 uint64_t getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1145 uint64_t TargetTransformInfo::getMaxMemIntrinsicInlineSizeThreshold() const { in getMaxMemIntrinsicInlineSizeThreshold() function in TargetTransformInfo
1146 return TTIImpl->getMaxMemIntrinsicInlineSizeThreshold(); in getMaxMemIntrinsicInlineSizeThreshold()