Home
last modified time | relevance | path

Searched refs:getDereferenceableBytes (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h209 uint64_t getDereferenceableBytes() const;
342 uint64_t getDereferenceableBytes() const;
719 uint64_t getDereferenceableBytes(unsigned Index) const;
724 return getDereferenceableBytes(ArgNo + FirstArgIndex);
902 uint64_t getDereferenceableBytes() const { return DerefBytes; }
H A DArgument.h61 uint64_t getDereferenceableBytes() const;
H A DFunction.h524 uint64_t getDereferenceableBytes(unsigned i) const { in getDereferenceableBytes() function
525 return AttributeSets.getDereferenceableBytes(i); in getDereferenceableBytes()
H A DInstrTypes.h1746 uint64_t getDereferenceableBytes(unsigned i) const {
1747 return Attrs.getDereferenceableBytes(i);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp337 uint64_t Attribute::getDereferenceableBytes() const { in getDereferenceableBytes() function in Attribute
683 uint64_t AttributeSet::getDereferenceableBytes() const { in getDereferenceableBytes() function in AttributeSet
684 return SetNode ? SetNode->getDereferenceableBytes() : 0; in getDereferenceableBytes()
832 C, B.getDereferenceableBytes()); in get()
910 uint64_t AttributeSetNode::getDereferenceableBytes() const { in getDereferenceableBytes() function in AttributeSetNode
912 return A->getDereferenceableBytes(); in getDereferenceableBytes()
1467 uint64_t AttributeList::getDereferenceableBytes(unsigned Index) const { in getDereferenceableBytes() function in AttributeList
1468 return getAttributes(Index).getDereferenceableBytes(); in getDereferenceableBytes()
1597 DerefBytes = Attr.getDereferenceableBytes(); in addAttribute()
H A DAttributeImpl.h253 uint64_t getDereferenceableBytes() const;
H A DValue.cpp839 DerefBytes = A->getDereferenceableBytes(); in getPointerDereferenceableBytes()
855 DerefBytes = Call->getDereferenceableBytes(AttributeList::ReturnIndex); in getPointerDereferenceableBytes()
H A DFunction.cpp103 else if (getDereferenceableBytes() > 0 && in hasNonNullAttr()
226 uint64_t Argument::getDereferenceableBytes() const { in getDereferenceableBytes() function in Argument
H A DInstructions.cpp321 if (getDereferenceableBytes(AttributeList::ReturnIndex) > 0 && in isReturnNonNull()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp186 uint64_t DerefBytes = Arg.getDereferenceableBytes(); in runOnFunction()
H A DAMDGPUPromoteAlloca.cpp1069 if (uint64_t Bytes = Intr->getDereferenceableBytes(I)) { in handleAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2659 if (AH.getDereferenceableBytes(Index)) in RemoveNonValidAttrAtIndex()
2661 AH.getDereferenceableBytes(Index))); in RemoveNonValidAttrAtIndex()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1201 if (auto DerefBytes = AB.getDereferenceableBytes()) in IdentifyValidAttributes()
H A DSimplifyLibCalls.cpp149 if (CI->getDereferenceableBytes(ArgNo + AttributeList::FirstArgIndex) < in annotateDereferenceableBytes()