Searched defs:Channel (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/ |
H A D | RemoteJITUtils.cpp | 58 std::unique_ptr<RPCChannel> Channel; member in llvm::orc::RemoteTargetProcessControl 67 ExecutionSession &ES, std::unique_ptr<RPCChannel> Channel, in RemoteTargetProcessControl() 250 auto Channel = in launch() local 330 auto Channel = std::make_unique<RPCChannel>(*SockFD, *SockFD); in ConnectTCPSocket() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.h | 76 std::unique_ptr<LLVMJITLinkChannel> Channel, in LLVMJITLinkRemoteTargetProcessControl() 103 std::unique_ptr<LLVMJITLinkChannel> Channel; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ChildTarget/ |
H A D | ChildTarget.cpp | 57 shared::FDRawByteChannel Channel(InFD, OutFD); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600RegisterInfo.cpp | 24 unsigned R600RegisterInfo::getSubRegFromChannel(unsigned Channel) { in getSubRegFromChannel()
|
H A D | R600InstrInfo.cpp | 1016 unsigned Channel = MI.getOperand(ChanOpIdx).getImm(); in expandPostRAPseudo() local 1030 unsigned Channel = MI.getOperand(ChanOpIdx).getImm(); in expandPostRAPseudo() local
|
H A D | R600ISelLowering.cpp | 1022 unsigned &Channel, in getStackAddress()
|
H A D | SIRegisterInfo.cpp | 427 unsigned SIRegisterInfo::getSubRegFromChannel(unsigned Channel, in getSubRegFromChannel()
|
H A D | SIInstrInfo.cpp | 622 unsigned Channel = RI.getChannelFromSubReg(SubIdx); in expandSGPRCopy() local 5206 unsigned Channel = 0; in emitLoadSRsrcFromVGPRLoop() local
|
/netbsd-src/sys/dev/usb/ |
H A D | if_atureg.h | 276 uByte Channel; member 295 uByte Channel; member 330 uByte Channel; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetServer.h | 57 OrcRemoteTargetServer(ChannelT &Channel, SymbolLookupFtor SymbolLookup, in OrcRemoteTargetServer()
|
H A D | OrcRemoteTargetClient.h | 706 Create(shared::RawByteChannel &Channel, ExecutionSession &ES) { in Create() 808 OrcRemoteTargetClient(shared::RawByteChannel &Channel, ExecutionSession &ES, in OrcRemoteTargetClient()
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | acrestyp.h | 199 UINT8 Channel; member
|