Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp360 StartAddrs[I] = getAddrWithOffset(Addrs[I], CurStructOffset, FD); in visitArray()
412 NewAddrs[I] = getAddrWithOffset(NewAddrs[I], EltSize); in visitArray()
422 Address getAddrWithOffset(Address Addr, CharUnits Offset) { in getAddrWithOffset() function
431 Address getAddrWithOffset(Address Addr, CharUnits StructFieldOffset, in getAddrWithOffset() function
433 return getAddrWithOffset(Addr, StructFieldOffset + in getAddrWithOffset()
517 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], this->Start); in flushTrivialFields()
518 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], this->Start); in flushTrivialFields()
552 Address DstAddr = this->getAddrWithOffset(Addrs[DstIdx], Offset); in visitVolatileTrivial()
556 Address SrcAddr = this->getAddrWithOffset(Addrs[SrcIdx], Offset); in visitVolatileTrivial()
593 *CGF, getAddrWithOffset(Addrs[DstIdx], CurStructOffset, FD), QT); in visitARCStrong()
[all …]