Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h555 AttrBuilder &addAllocSizeAttrFromRawRepr(uint64_t RawAllocSizeRepr);
/external/llvm/include/llvm/IR/
DAttributes.h558 AttrBuilder &addAllocSizeAttrFromRawRepr(uint64_t RawAllocSizeRepr);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h838 AttrBuilder &addAllocSizeAttrFromRawRepr(uint64_t RawAllocSizeRepr);
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h914 AttrBuilder &addAllocSizeAttrFromRawRepr(uint64_t RawAllocSizeRepr);
/external/llvm/lib/IR/
DAttributes.cpp1391 return addAllocSizeAttrFromRawRepr(packAllocSizeArgs(ElemSize, NumElems)); in addAllocSizeAttr()
1394 AttrBuilder &AttrBuilder::addAllocSizeAttrFromRawRepr(uint64_t RawArgs) { in addAllocSizeAttrFromRawRepr() function in AttrBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1562 return addAllocSizeAttrFromRawRepr(packAllocSizeArgs(ElemSize, NumElems)); in addAllocSizeAttr()
1565 AttrBuilder &AttrBuilder::addAllocSizeAttrFromRawRepr(uint64_t RawArgs) { in addAllocSizeAttrFromRawRepr() function in AttrBuilder
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1704 return addAllocSizeAttrFromRawRepr(packAllocSizeArgs(ElemSize, NumElems)); in addAllocSizeAttr()
1707 AttrBuilder &AttrBuilder::addAllocSizeAttrFromRawRepr(uint64_t RawArgs) { in addAllocSizeAttrFromRawRepr() function in AttrBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1633 B.addAllocSizeAttrFromRawRepr(Record[++i]); in parseAttributeGroupBlock()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1555 B.addAllocSizeAttrFromRawRepr(Record[++i]); in parseAttributeGroupBlock()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1631 B.addAllocSizeAttrFromRawRepr(Record[++i]); in parseAttributeGroupBlock()