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.cpp288 const lldb_private::SocketAddress &AddrIn = m_listen_sockets[fd]; in Accept() local
289 if (!AddrIn.IsAnyAddr() && AcceptAddr != AddrIn) { in Accept()
292 AcceptAddr.GetIPAddress(), AddrIn.GetIPAddress()); in Accept()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11443 unsigned LdSize, unsigned Data, unsigned AddrIn, in emitPostLd() argument
11450 .addReg(AddrIn) in emitPostLd()
11456 .addReg(AddrIn) in emitPostLd()
11461 .addReg(AddrIn) in emitPostLd()
11467 .addReg(AddrIn) in emitPostLd()
11473 .addReg(AddrIn) in emitPostLd()
11484 unsigned StSize, unsigned Data, unsigned AddrIn, in emitPostSt() argument
11490 .addReg(AddrIn) in emitPostSt()
11498 .addReg(AddrIn) in emitPostSt()
11503 .addReg(AddrIn) in emitPostSt()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1106 Address AddrIn = CGF.GetAddrOfLocalVar(&OmpInParm); in emitCombinerOrInitializer() local
1108 In, CGF.EmitLoadOfPointerLValue(AddrIn, PtrTy->castAs<PointerType>()) in emitCombinerOrInitializer()