Searched refs:DerefBytes (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/IR/ |
D | Value.cpp | 544 unsigned DerefBytes = 0; in getPointerDereferenceableBytes() local 547 DerefBytes = A->getDereferenceableBytes(); in getPointerDereferenceableBytes() 548 if (DerefBytes == 0 && A->hasByValAttr() && A->getType()->isSized()) { in getPointerDereferenceableBytes() 549 DerefBytes = DL.getTypeStoreSize(A->getType()); in getPointerDereferenceableBytes() 552 if (DerefBytes == 0) { in getPointerDereferenceableBytes() 553 DerefBytes = A->getDereferenceableOrNullBytes(); in getPointerDereferenceableBytes() 557 DerefBytes = CS.getDereferenceableBytes(0); in getPointerDereferenceableBytes() 558 if (DerefBytes == 0) { in getPointerDereferenceableBytes() 559 DerefBytes = CS.getDereferenceableOrNullBytes(0); in getPointerDereferenceableBytes() 565 DerefBytes = CI->getLimitedValue(); in getPointerDereferenceableBytes() [all …]
|
D | Attributes.cpp | 1238 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0), in AttrBuilder() 1257 Alignment = StackAlignment = DerefBytes = DerefOrNullBytes = 0; in clear() 1284 DerefBytes = Attr.getDereferenceableBytes(); in addAttribute() 1306 DerefBytes = 0; in removeAttribute() 1376 DerefBytes = Bytes; in addDereferenceableAttr() 1413 if (!DerefBytes) in merge() 1414 DerefBytes = B.DerefBytes; in merge() 1438 if (B.DerefBytes) in remove() 1439 DerefBytes = 0; in remove() 1514 DerefBytes == B.DerefBytes; in operator ==()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 448 uint64_t DerefBytes; 454 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0), 457 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0), 462 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0), 526 uint64_t getDereferenceableBytes() const { return DerefBytes; }
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 450 uint64_t DerefBytes; 456 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0), 459 : Attrs(0), Alignment(0), StackAlignment(0), DerefBytes(0), 523 uint64_t getDereferenceableBytes() const { return DerefBytes; }
|