Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h34 ResourceNotFound(ResourceIdT ResourceId,
36 : ResourceId(std::move(ResourceId)), in ResourceId() argument
47 << " " << ResourceId << " not found"; in log()
51 ResourceIdT ResourceId;
142 using ResourceId = uint64_t;
143 static const ResourceId InvalidId = ~0U;
146 explicit ResourceIdMgr(ResourceId FirstValidId) in ResourceIdMgr()
149 ResourceId getNext() { in getNext()
151 ResourceId I = FreeIds.back(); in getNext()
159 void release(ResourceId I) { FreeIds.push_back(I); } in release()
[all …]
DOrcRemoteTargetClient.h264 ResourceIdMgr::ResourceId Id) in RemoteRTDyldMemoryManager()
321 ResourceIdMgr::ResourceId Id;
341 RPCMMAlloc(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id) in RPCMMAlloc()
346 Create(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id, in Create()
383 ResourceIdMgr::ResourceId Id;
521 ResourceIdMgr::ResourceId Id) in RemoteJITLinkMemoryManager()
544 ResourceIdMgr::ResourceId Id;
551 ResourceIdMgr::ResourceId Id) in RemoteIndirectStubsManager()
661 ResourceIdMgr::ResourceId Id;
833 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
[all …]
DOrcRemoteTargetServer.h221 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
231 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
250 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
260 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
270 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
390 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
411 Error handleSetProtections(ResourceIdMgr::ResourceId Id, in handleSetProtections()
449 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators;
451 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h34 ResourceNotFound(ResourceIdT ResourceId,
36 : ResourceId(std::move(ResourceId)), in ResourceId() function
47 << " " << ResourceId << " not found"; in log()
51 ResourceIdT ResourceId;
143 using ResourceId = uint64_t;
144 static const ResourceId InvalidId = ~0U;
147 explicit ResourceIdMgr(ResourceId FirstValidId) in ResourceIdMgr()
150 ResourceId getNext() { in getNext()
152 ResourceId I = FreeIds.back(); in getNext()
160 void release(ResourceId I) { FreeIds.push_back(I); } in release()
[all …]
DOrcRemoteTargetServer.h206 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
216 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
235 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
245 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
255 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
376 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
397 Error handleSetProtections(ResourceIdMgr::ResourceId Id, in handleSetProtections()
435 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators;
437 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
DOrcRemoteTargetClient.h263 ResourceIdMgr::ResourceId Id) in RemoteRTDyldMemoryManager()
320 ResourceIdMgr::ResourceId Id;
336 ResourceIdMgr::ResourceId Id) in RemoteIndirectStubsManager()
446 ResourceIdMgr::ResourceId Id;
612 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
621 void destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager()
628 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) { in emitIndirectStubs()
652 JITTargetAddress reserveMem(ResourceIdMgr::ResourceId Id, uint64_t Size, in reserveMem()
662 bool setProtections(ResourceIdMgr::ResourceId Id, in setProtections()
DRemoteObjectLayer.h29 using ObjHandleT = remote::ResourceIdMgr::ResourceId;
33 using RemoteSymbolId = remote::ResourceIdMgr::ResourceId;
389 std::map<remote::ResourceIdMgr::ResourceId,
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h69 typedef uint64_t ResourceId; typedef
70 static const ResourceId InvalidId = ~0U;
72 ResourceId getNext() { in getNext()
74 ResourceId I = FreeIds.back(); in getNext()
80 void release(ResourceId I) { FreeIds.push_back(I); } in release()
83 ResourceId NextId = 0;
84 std::vector<ResourceId> FreeIds;
132 void(ResourceIdMgr::ResourceId AllocatorID)>
136 void(ResourceIdMgr::ResourceId StubOwnerID)>
144 void(ResourceIdMgr::ResourceId AllocatorID)>
[all …]
DOrcRemoteTargetServer.h226 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
235 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
252 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
261 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
270 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
387 Expected<TargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
406 Error handleSetProtections(ResourceIdMgr::ResourceId Id, TargetAddress Addr, in handleSetProtections()
438 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators;
440 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
DOrcRemoteTargetClient.h59 RCMemoryManager(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id) in RCMemoryManager()
433 ResourceIdMgr::ResourceId Id;
443 ResourceIdMgr::ResourceId Id) in RCIndirectStubsManager()
509 ResourceIdMgr::ResourceId Id;
705 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
714 Error destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager()
720 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) { in emitIndirectStubs()
776 Expected<TargetAddress> reserveMem(ResourceIdMgr::ResourceId Id, in reserveMem()
786 Error setProtections(ResourceIdMgr::ResourceId Id, in setProtections()
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs32 type ResourceId = u32; typedef
128 ) -> Option<ResourceId> { in dequeue_frame_buffer() argument
339 fn handle_notify_end_of_bitstream_buffer(&mut self, bitstream_id: i32) -> Option<ResourceId> { in handle_notify_end_of_bitstream_buffer() argument
468 resource_id: ResourceId, in create_resource() argument
533 resource_id: ResourceId, in queue_input_resource() argument
597 resource_id: ResourceId, in queue_output_resource() argument
/external/mesa3d/.gitlab-ci/tracie/
Drenderdoc_dump_images.py62 if texsave.resourceId == rd.ResourceId.Null():