Home
last modified time | relevance | path

Searched defs:ReadDescriptor (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h65 struct ReadDescriptor { struct
69 int OpIndex;
72 unsigned UseIndex;
74 MCPhysReg RegisterID;
77 unsigned SchedClassID;
79 bool isImplicitRead() const { return OpIndex < 0; }; in isImplicitRead()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
H A DInstruction.h163 struct ReadDescriptor { struct
167 int OpIndex;
170 unsigned UseIndex;
172 MCPhysReg RegisterID;
175 unsigned SchedClassID;
177 bool isImplicitRead() const { return OpIndex < 0; }; in isImplicitRead()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/
DInstruction.h163 struct ReadDescriptor { struct
167 int OpIndex;
170 unsigned UseIndex;
172 MCPhysReg RegisterID;
175 unsigned SchedClassID;
177 bool isImplicitRead() const { return OpIndex < 0; }; in isImplicitRead()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/
DInstruction.h163 struct ReadDescriptor { struct
167 int OpIndex;
170 unsigned UseIndex;
172 MCPhysReg RegisterID;
175 unsigned SchedClassID;
177 bool isImplicitRead() const { return OpIndex < 0; }; in isImplicitRead()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/
DInstruction.h163 struct ReadDescriptor { struct
167 int OpIndex;
170 unsigned UseIndex;
172 MCPhysReg RegisterID;
175 unsigned SchedClassID;
177 bool isImplicitRead() const { return OpIndex < 0; }; in isImplicitRead()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/
DInstruction.h163 struct ReadDescriptor { struct
167 int OpIndex;
170 unsigned UseIndex;
172 MCPhysReg RegisterID;
175 unsigned SchedClassID;
177 bool isImplicitRead() const { return OpIndex < 0; }; in isImplicitRead()
/aosp_15_r20/system/unwinding/libunwindstack/
H A DGlobalDebugImpl.h97 bool ReadDescriptor(uint64_t addr) { in ReadDescriptor() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt_remote_service_server.cc203 void GattRemoteServiceServer::ReadDescriptor(uint64_t id, in ReadDescriptor() function in bthost::GattRemoteServiceServer
H A Dgatt2_remote_service_server.cc345 void Gatt2RemoteServiceServer::ReadDescriptor( in ReadDescriptor() function in bthost::Gatt2RemoteServiceServer
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc298 void BtaGattQueue::ReadDescriptor(tCONN_ID conn_id, uint16_t handle, GATT_READ_OP_CB cb, in ReadDescriptor() function in BtaGattQueue
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dremote_service.cc315 void RemoteService::ReadDescriptor(DescriptorHandle id, in ReadDescriptor() function in bt::gatt::RemoteService
H A Dlocal_service_manager_test.cc803 TEST(LocalServiceManagerTest, ReadDescriptor) { in TEST() argument
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto79 rpc ReadDescriptor(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs579 ReadDescriptor(i32, GattStatus, BtGattReadParams), enumerator