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.h1663 void addDereferenceableRetAttr(uint64_t Bytes) {
1664 Attrs = Attrs.addDereferenceableRetAttr(getContext(), Bytes);
H A DAttributes.h751 [[nodiscard]] AttributeList addDereferenceableRetAttr(LLVMContext &C,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1033 DispatchPtr->addDereferenceableRetAttr(64); in getLocalSizeYZ()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp1578 AttributeList AttributeList::addDereferenceableRetAttr(LLVMContext &C, in addDereferenceableRetAttr() function in AttributeList