Home
last modified time | relevance | path

Searched refs:addDereferenceableAttr (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h491 LLVM_NODISCARD AttributeList addDereferenceableAttr(LLVMContext &C,
499 return addDereferenceableAttr(C, ArgNo + FirstArgIndex, Bytes);
823 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
DFunction.h423 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
DInstrTypes.h1461 void addDereferenceableAttr(unsigned i, uint64_t Bytes) {
1463 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h292 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index,
538 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
DFunction.h285 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1258 AttributeList AttributeList::addDereferenceableAttr(LLVMContext &C, in addDereferenceableAttr() function in AttributeList
1262 B.addDereferenceableAttr(Bytes); in addDereferenceableAttr()
1543 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr() function in AttrBuilder
1712 .addDereferenceableAttr(1) // the int here is ignored in typeIncompatible()
DFunction.cpp471 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in Function
473 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp244 DispatchPtr->addDereferenceableAttr(AttributeList::ReturnIndex, 64); in getLocalSizeYZ()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1624 B.addDereferenceableAttr(Bytes); in ParseOptionalParamAttrs()
1714 B.addDereferenceableAttr(Bytes); in ParseOptionalReturnAttrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1629 B.addDereferenceableAttr(Record[++i]); in parseAttributeGroupBlock()