Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGNonTrivialStruct.cpp361 StartAddrs[I] = getAddrWithOffset(Addrs[I], CurStructOffset, FD); in visitArray()
415 NewAddrs[I] = getAddrWithOffset(NewAddrs[I], EltSize); in visitArray()
425 Address getAddrWithOffset(Address Addr, CharUnits Offset) { in getAddrWithOffset() function
434 Address getAddrWithOffset(Address Addr, CharUnits StructFieldOffset, in getAddrWithOffset() function
436 return getAddrWithOffset(Addr, StructFieldOffset + in getAddrWithOffset()
526 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], this->Start); in flushTrivialFields()
527 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], this->Start); in flushTrivialFields()
562 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], Offset); in visitVolatileTrivial()
566 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], Offset); in visitVolatileTrivial()
603 *CGF, getAddrWithOffset(Addrs[DstIdx], CurStructOffset, FD), QT); in visitARCStrong()
[all …]