Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DFunction.h434 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
DInstrTypes.h1595 void addDereferenceableParamAttr(unsigned i, uint64_t Bytes) {
1596 Attrs = Attrs.addDereferenceableParamAttr(getContext(), i, Bytes);
DAttributes.h720 [[nodiscard]] AttributeList addDereferenceableParamAttr(LLVMContext &C,
/openbsd/src/gnu/llvm/llvm/lib/IR/
DFunction.cpp635 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { in addDereferenceableParamAttr() function in Function
637 AttributeSets.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()
DAttributes.cpp1426 AttributeList AttributeList::addDereferenceableParamAttr(LLVMContext &C, in addDereferenceableParamAttr() function in AttributeList
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp1148 B->addDereferenceableParamAttr(I, Bytes); in handleAlloca()