Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h514 uint64_t getParamDereferenceableBytes(unsigned ArgNo) const { in getParamDereferenceableBytes() function
515 return AttributeSets.getParamDereferenceableBytes(ArgNo); in getParamDereferenceableBytes()
H A DInstrTypes.h1909 uint64_t getParamDereferenceableBytes(unsigned i) const {
1910 return Attrs.getParamDereferenceableBytes(i);
H A DAttributes.h916 uint64_t getParamDereferenceableBytes(unsigned Index) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp133 auto Size = Resume->getParamDereferenceableBytes(0); in getFrameLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1602 if (uint64_t Bytes = Intr->getParamDereferenceableBytes(I)) { in tryPromoteAllocaToLDS()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp255 return getParent()->getParamDereferenceableBytes(getArgNo()); in getDereferenceableBytes()
H A DAttributes.cpp1716 uint64_t AttributeList::getParamDereferenceableBytes(unsigned Index) const { in getParamDereferenceableBytes() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp279 if (CI->getParamDereferenceableBytes(ArgNo) < DerefBytes) { in annotateDereferenceableBytes()