Searched refs:OffsetBytes (Results 1 – 3 of 3) sorted by relevance
35 unsigned OffsetBytes = 2 * (getStackWidth(MF) * 4); in getFrameIndexReference() local39 OffsetBytes = alignTo(OffsetBytes, MFI.getObjectAlignment(i)); in getFrameIndexReference()40 OffsetBytes += MFI.getObjectSize(i); in getFrameIndexReference()43 OffsetBytes = alignTo(OffsetBytes, 4); in getFrameIndexReference()47 OffsetBytes = alignTo(OffsetBytes, MFI.getObjectAlignment(FI)); in getFrameIndexReference()49 return OffsetBytes / (getStackWidth(MF) * 4); in getFrameIndexReference()
91 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const { in getAddressWithOffset() argument92 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getAddressWithOffset()93 return Address + OffsetBytes; in getAddressWithOffset()102 uint64_t getLoadAddressWithOffset(unsigned OffsetBytes) const { in getLoadAddressWithOffset() argument103 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getLoadAddressWithOffset()104 return LoadAddress + OffsetBytes; in getLoadAddressWithOffset()
90 void emitLoadCompareByteBlock(unsigned BlockIndex, unsigned OffsetBytes);96 uint64_t OffsetBytes);264 uint64_t OffsetBytes) { in getPtrToElementAtOffset() argument265 if (OffsetBytes > 0) { in getPtrToElementAtOffset()269 ConstantInt::get(ByteType, OffsetBytes)); in getPtrToElementAtOffset()279 unsigned OffsetBytes) { in emitLoadCompareByteBlock() argument283 getPtrToElementAtOffset(CI->getArgOperand(0), LoadSizeType, OffsetBytes); in emitLoadCompareByteBlock()285 getPtrToElementAtOffset(CI->getArgOperand(1), LoadSizeType, OffsetBytes); in emitLoadCompareByteBlock()