Searched refs:addDereferenceableParamAttr (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | Function.h | 434 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
|
| D | InstrTypes.h | 1595 void addDereferenceableParamAttr(unsigned i, uint64_t Bytes) { 1596 Attrs = Attrs.addDereferenceableParamAttr(getContext(), i, Bytes);
|
| D | Attributes.h | 720 [[nodiscard]] AttributeList addDereferenceableParamAttr(LLVMContext &C,
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Function.cpp | 635 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { in addDereferenceableParamAttr() function in Function 637 AttributeSets.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()
|
| D | Attributes.cpp | 1426 AttributeList AttributeList::addDereferenceableParamAttr(LLVMContext &C, in addDereferenceableParamAttr() function in AttributeList
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUPromoteAlloca.cpp | 1148 B->addDereferenceableParamAttr(I, Bytes); in handleAlloca()
|