Home
last modified time | relevance | path

Searched refs:addDereferenceableParamAttr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h470 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
H A DInstrTypes.h1658 void addDereferenceableParamAttr(unsigned i, uint64_t Bytes) {
1659 Attrs = Attrs.addDereferenceableParamAttr(getContext(), i, Bytes);
H A DAttributes.h756 [[nodiscard]] AttributeList addDereferenceableParamAttr(LLVMContext &C,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp714 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { in addDereferenceableParamAttr() function in Function
716 AttributeSets.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()
H A DAttributes.cpp1585 AttributeList AttributeList::addDereferenceableParamAttr(LLVMContext &C, in addDereferenceableParamAttr() function in AttributeList
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1603 B->addDereferenceableParamAttr(I, Bytes); in tryPromoteAllocaToLDS()