Home
last modified time | relevance | path

Searched refs:OffsetBytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp35 unsigned OffsetBytes = 2 * (getStackWidth(MF) * 4); in getFrameIndexReference() local
39 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()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h91 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const { in getAddressWithOffset() argument
92 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getAddressWithOffset()
93 return Address + OffsetBytes; in getAddressWithOffset()
102 uint64_t getLoadAddressWithOffset(unsigned OffsetBytes) const { in getLoadAddressWithOffset() argument
103 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getLoadAddressWithOffset()
104 return LoadAddress + OffsetBytes; in getLoadAddressWithOffset()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp90 void emitLoadCompareByteBlock(unsigned BlockIndex, unsigned OffsetBytes);
96 uint64_t OffsetBytes);
264 uint64_t OffsetBytes) { in getPtrToElementAtOffset() argument
265 if (OffsetBytes > 0) { in getPtrToElementAtOffset()
269 ConstantInt::get(ByteType, OffsetBytes)); in getPtrToElementAtOffset()
279 unsigned OffsetBytes) { in emitLoadCompareByteBlock() argument
283 getPtrToElementAtOffset(CI->getArgOperand(0), LoadSizeType, OffsetBytes); in emitLoadCompareByteBlock()
285 getPtrToElementAtOffset(CI->getArgOperand(1), LoadSizeType, OffsetBytes); in emitLoadCompareByteBlock()