Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp295 lldb_private::SocketAddress &AddrIn = m_listen_sockets[listen_sock]; in Accept() local
296 if (!AddrIn.IsAnyAddr() && AcceptAddr != AddrIn) { in Accept()
303 AcceptAddr.GetIPAddress(), AddrIn.GetIPAddress()); in Accept()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11380 unsigned LdSize, unsigned Data, unsigned AddrIn, in emitPostLd() argument
11387 .addReg(AddrIn) in emitPostLd()
11393 .addReg(AddrIn) in emitPostLd()
11398 .addReg(AddrIn) in emitPostLd()
11404 .addReg(AddrIn) in emitPostLd()
11410 .addReg(AddrIn) in emitPostLd()
11421 unsigned StSize, unsigned Data, unsigned AddrIn, in emitPostSt() argument
11427 .addReg(AddrIn) in emitPostSt()
11435 .addReg(AddrIn) in emitPostSt()
11440 .addReg(AddrIn) in emitPostSt()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1110 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer() local
1112 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()