Home
last modified time | relevance | path

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

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