Home
last modified time | relevance | path

Searched refs:addDereferenceableRetAttr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1581 void addDereferenceableRetAttr(uint64_t Bytes) {
1582 Attrs = Attrs.addDereferenceableRetAttr(getContext(), Bytes);
H A DAttributes.h787 addDereferenceableRetAttr(LLVMContext &C, uint64_t Bytes) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1132 DispatchPtr->addDereferenceableRetAttr(64); in getLocalSizeYZ()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1797 AttributeList AttributeList::addDereferenceableRetAttr(LLVMContext &C, in addDereferenceableRetAttr() function in AttributeList