Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h496 uint64_t getParamDereferenceableBytes(unsigned ArgNo) const { in getParamDereferenceableBytes() function
497 return AttributeSets.getParamDereferenceableBytes(ArgNo); in getParamDereferenceableBytes()
H A DInstrTypes.h1893 uint64_t getParamDereferenceableBytes(unsigned i) const {
1894 return Attrs.getParamDereferenceableBytes(i);
H A DAttributes.h873 uint64_t getParamDereferenceableBytes(unsigned Index) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp110 auto Size = Resume->getParamDereferenceableBytes(0); in getFrameLayout()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1520 if (uint64_t Bytes = Intr->getParamDereferenceableBytes(I)) { in tryPromoteAllocaToLDS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp245 return getParent()->getParamDereferenceableBytes(getArgNo()); in getDereferenceableBytes()
H A DAttributes.cpp1579 uint64_t AttributeList::getParamDereferenceableBytes(unsigned Index) const { in getParamDereferenceableBytes() function in AttributeList
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp270 if (CI->getParamDereferenceableBytes(ArgNo) < DerefBytes) { in annotateDereferenceableBytes()