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