Searched refs:addDereferenceableParamAttr (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 470 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
|
H A D | InstrTypes.h | 1658 void addDereferenceableParamAttr(unsigned i, uint64_t Bytes) { 1659 Attrs = Attrs.addDereferenceableParamAttr(getContext(), i, Bytes);
|
H A D | Attributes.h | 756 [[nodiscard]] AttributeList addDereferenceableParamAttr(LLVMContext &C,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Function.cpp | 714 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { in addDereferenceableParamAttr() function in Function 716 AttributeSets.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()
|
H A D | Attributes.cpp | 1585 AttributeList AttributeList::addDereferenceableParamAttr(LLVMContext &C, in addDereferenceableParamAttr() function in AttributeList
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 1603 B->addDereferenceableParamAttr(I, Bytes); in tryPromoteAllocaToLDS()
|