Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600FrameLowering.cpp30 unsigned OffsetBytes = 2 * (getStackWidth(MF) * 4); in getFrameIndexReference() local
34 OffsetBytes = alignTo(OffsetBytes, MFI.getObjectAlign(i)); in getFrameIndexReference()
35 OffsetBytes += MFI.getObjectSize(i); in getFrameIndexReference()
38 OffsetBytes = alignTo(OffsetBytes, Align(4)); in getFrameIndexReference()
42 OffsetBytes = alignTo(OffsetBytes, MFI.getObjectAlign(FI)); in getFrameIndexReference()
44 return StackOffset::getFixed(OffsetBytes / (getStackWidth(MF) * 4)); in getFrameIndexReference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp107 void emitLoadCompareByteBlock(unsigned BlockIndex, unsigned OffsetBytes);
117 unsigned OffsetBytes);
280 unsigned OffsetBytes) { in getLoadPair() argument
286 if (OffsetBytes > 0) { in getLoadPair()
290 OffsetBytes); in getLoadPair()
293 OffsetBytes); in getLoadPair()
294 LhsAlign = commonAlignment(LhsAlign, OffsetBytes); in getLoadPair()
295 RhsAlign = commonAlignment(RhsAlign, OffsetBytes); in getLoadPair()
334 unsigned OffsetBytes) { in emitLoadCompareByteBlock() argument
339 Type::getInt32Ty(CI->getContext()), OffsetBytes); in emitLoadCompareByteBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h89 uint8_t *getAddressWithOffset(unsigned OffsetBytes) const { in getAddressWithOffset() argument
90 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getAddressWithOffset()
91 return Address + OffsetBytes; in getAddressWithOffset()
100 uint64_t getLoadAddressWithOffset(unsigned OffsetBytes) const { in getLoadAddressWithOffset() argument
101 assert(OffsetBytes <= AllocationSize && "Offset out of bounds!"); in getLoadAddressWithOffset()
102 return LoadAddress + OffsetBytes; in getLoadAddressWithOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp464 static MCInst fillStackSpace(unsigned MovOpcode, unsigned OffsetBytes, in fillStackSpace() argument
471 .addImm(OffsetBytes) // Disp in fillStackSpace()