Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h427 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
DAttributes.h497 LLVM_NODISCARD AttributeList addDereferenceableParamAttr(
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h459 void addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes);
DAttributes.h539 LLVM_NODISCARD AttributeList addDereferenceableParamAttr(
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp477 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { in addDereferenceableParamAttr() function in Function
479 PAL = PAL.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()
/external/llvm-project/llvm/lib/IR/
DFunction.cpp562 void Function::addDereferenceableParamAttr(unsigned ArgNo, uint64_t Bytes) { in addDereferenceableParamAttr() function in Function
564 PAL = PAL.addDereferenceableParamAttr(getContext(), ArgNo, Bytes); in addDereferenceableParamAttr()