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.h68 LLVM_ABI uint64_t getDereferenceableOrNullBytes() const;
H A DAttributes.h281 LLVM_ABI uint64_t getDereferenceableOrNullBytes() const;
444 LLVM_ABI uint64_t getDereferenceableOrNullBytes() const;
1174 uint64_t getDereferenceableOrNullBytes() const {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp454 uint64_t Attribute::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in Attribute
1146 uint64_t AttributeSet::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in AttributeSet
1147 return SetNode ? SetNode->getDereferenceableOrNullBytes() : 0; in getDereferenceableOrNullBytes()
1350 uint64_t AttributeSetNode::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in AttributeSetNode
1352 return A->getDereferenceableOrNullBytes(); in getDereferenceableOrNullBytes()
1964 return getRetAttrs().getDereferenceableOrNullBytes(); in getRetDereferenceableOrNullBytes()
1969 return getParamAttrs(Index).getDereferenceableOrNullBytes(); in getParamDereferenceableOrNullBytes()
H A DAttributeImpl.h335 uint64_t getDereferenceableOrNullBytes() const;
H A DFunction.cpp251 uint64_t Argument::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes() function in Argument
H A DValue.cpp904 DerefBytes = A->getDereferenceableOrNullBytes(); in getPointerDereferenceableBytes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp201 uint64_t DerefOrNullBytes = Arg.getDereferenceableOrNullBytes(); in lowerKernelArguments()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1460 NewAB.getDereferenceableOrNullBytes()) in AddParamAndFnBasicAttributes()
1605 if (ValidUB.getDereferenceableOrNullBytes() < in AddReturnAttributes()