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/ |
D | Attributes.h | 491 LLVM_NODISCARD AttributeList addDereferenceableAttr(LLVMContext &C, 499 return addDereferenceableAttr(C, ArgNo + FirstArgIndex, Bytes); 823 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
|
D | Function.h | 423 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
|
D | InstrTypes.h | 1461 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/ |
D | Attributes.h | 292 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index, 538 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
|
D | Function.h | 285 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 1258 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()
|
D | Function.cpp | 471 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/ |
D | AMDGPUPromoteAlloca.cpp | 244 DispatchPtr->addDereferenceableAttr(AttributeList::ReturnIndex, 64); in getLocalSizeYZ()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1624 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/ |
D | BitcodeReader.cpp | 1629 B.addDereferenceableAttr(Record[++i]); in parseAttributeGroupBlock()
|