Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h64 uint64_t getDereferenceableOrNullBytes() const;
H A DAttributes.h230 uint64_t getDereferenceableOrNullBytes() const;
374 uint64_t getDereferenceableOrNullBytes() const;
1081 uint64_t getDereferenceableOrNullBytes() const {
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp361 uint64_t Attribute::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in Attribute
807 uint64_t AttributeSet::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in AttributeSet
808 return SetNode ? SetNode->getDereferenceableOrNullBytes() : 0; in getDereferenceableOrNullBytes()
1007 uint64_t AttributeSetNode::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in AttributeSetNode
1009 return A->getDereferenceableOrNullBytes(); in getDereferenceableOrNullBytes()
1584 return getRetAttrs().getDereferenceableOrNullBytes(); in getRetDereferenceableOrNullBytes()
1589 return getParamAttrs(Index).getDereferenceableOrNullBytes(); in getParamDereferenceableOrNullBytes()
H A DAttributeImpl.h261 uint64_t getDereferenceableOrNullBytes() const;
H A DValue.cpp872 DerefBytes = A->getDereferenceableOrNullBytes(); in getPointerDereferenceableBytes()
H A DFunction.cpp248 uint64_t Argument::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in Argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp245 uint64_t DerefOrNullBytes = Arg.getDereferenceableOrNullBytes(); in lowerKernelArguments()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1426 if (ValidUB.getDereferenceableOrNullBytes() < in AddReturnAttributes()