/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 65 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 D | Instruction.h | 163 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/ |
D | Instruction.h | 163 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/ |
D | Instruction.h | 163 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/ |
D | Instruction.h | 163 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/ |
D | Instruction.h | 163 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 D | GlobalDebugImpl.h | 97 bool ReadDescriptor(uint64_t addr) { in ReadDescriptor() function
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/ |
H A D | gatt_remote_service_server.cc | 203 void GattRemoteServiceServer::ReadDescriptor(uint64_t id, in ReadDescriptor() function in bthost::GattRemoteServiceServer
|
H A D | gatt2_remote_service_server.cc | 345 void Gatt2RemoteServiceServer::ReadDescriptor( in ReadDescriptor() function in bthost::Gatt2RemoteServiceServer
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_queue.cc | 298 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 D | remote_service.cc | 315 void RemoteService::ReadDescriptor(DescriptorHandle id, in ReadDescriptor() function in bt::gatt::RemoteService
|
H A D | local_service_manager_test.cc | 803 TEST(LocalServiceManagerTest, ReadDescriptor) { in TEST() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/topshim/ |
D | facade.proto | 79 rpc ReadDescriptor(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 579 ReadDescriptor(i32, GattStatus, BtGattReadParams), enumerator
|