Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h67 uint64_t getDereferenceableOrNullBytes() const;
H A DAttributes.h257 uint64_t getDereferenceableOrNullBytes() const;
407 uint64_t getDereferenceableOrNullBytes() const;
1124 uint64_t getDereferenceableOrNullBytes() const {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp445 uint64_t Attribute::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in Attribute
937 uint64_t AttributeSet::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in AttributeSet
938 return SetNode ? SetNode->getDereferenceableOrNullBytes() : 0; in getDereferenceableOrNullBytes()
1137 uint64_t AttributeSetNode::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in AttributeSetNode
1139 return A->getDereferenceableOrNullBytes(); in getDereferenceableOrNullBytes()
1721 return getRetAttrs().getDereferenceableOrNullBytes(); in getRetDereferenceableOrNullBytes()
1726 return getParamAttrs(Index).getDereferenceableOrNullBytes(); in getParamDereferenceableOrNullBytes()
H A DAttributeImpl.h338 uint64_t getDereferenceableOrNullBytes() const;
H A DValue.cpp873 DerefBytes = A->getDereferenceableOrNullBytes(); in getPointerDereferenceableBytes()
H A DFunction.cpp258 uint64_t Argument::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in Argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp243 uint64_t DerefOrNullBytes = Arg.getDereferenceableOrNullBytes(); in lowerKernelArguments()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1519 if (ValidUB.getDereferenceableOrNullBytes() < in AddReturnAttributes()