Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DTCPSocket.cpp289 lldb_private::SocketAddress &AddrIn = m_listen_sockets[listen_sock]; in Accept() local
290 if (!AddrIn.IsAnyAddr() && AcceptAddr != AddrIn) { in Accept()
294 AcceptAddr.GetIPAddress(), AddrIn.GetIPAddress()); in Accept()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11144 unsigned LdSize, unsigned Data, unsigned AddrIn, in emitPostLd() argument
11151 .addReg(AddrIn) in emitPostLd()
11157 .addReg(AddrIn) in emitPostLd()
11162 .addReg(AddrIn) in emitPostLd()
11168 .addReg(AddrIn) in emitPostLd()
11174 .addReg(AddrIn) in emitPostLd()
11191 .addReg(AddrIn) in emitPostSt()
11199 .addReg(AddrIn) in emitPostSt()
11204 .addReg(AddrIn) in emitPostSt()
11210 .addReg(AddrIn) in emitPostSt()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1130 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer() local
1132 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()