Home
last modified time | relevance | path

Searched defs:WriteDescriptor (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h37 struct WriteDescriptor { struct
41 int OpIndex;
43 unsigned Latency;
46 MCPhysReg RegisterID;
55 unsigned SClassOrWriteResourceID;
59 bool IsOptionalDef;
61 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
H A DInstruction.h135 struct WriteDescriptor { struct
139 int OpIndex;
141 unsigned Latency;
144 MCPhysReg RegisterID;
153 unsigned SClassOrWriteResourceID;
157 bool IsOptionalDef;
159 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MCA/
DInstruction.h135 struct WriteDescriptor { struct
139 int OpIndex;
141 unsigned Latency;
144 MCPhysReg RegisterID;
153 unsigned SClassOrWriteResourceID;
157 bool IsOptionalDef;
159 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MCA/
DInstruction.h135 struct WriteDescriptor { struct
139 int OpIndex;
141 unsigned Latency;
144 MCPhysReg RegisterID;
153 unsigned SClassOrWriteResourceID;
157 bool IsOptionalDef;
159 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MCA/
DInstruction.h135 struct WriteDescriptor { struct
139 int OpIndex;
141 unsigned Latency;
144 MCPhysReg RegisterID;
153 unsigned SClassOrWriteResourceID;
157 bool IsOptionalDef;
159 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MCA/
DInstruction.h135 struct WriteDescriptor { struct
139 int OpIndex;
141 unsigned Latency;
144 MCPhysReg RegisterID;
153 unsigned SClassOrWriteResourceID;
157 bool IsOptionalDef;
159 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_queue_mock.cc41 void BtaGattQueue::WriteDescriptor(uint16_t conn_id, uint16_t handle, std::vector<uint8_t> value, in WriteDescriptor() function in BtaGattQueue
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_reflection_class.cc156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_reflection_class.cc156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipOut.cpp263 void COutArchive::WriteDescriptor(const CItemOut &item) in WriteDescriptor() function in NArchive::NZip::COutArchive
/aosp_15_r20/external/leveldb/db/
H A Drepair.cc348 Status WriteDescriptor() { in WriteDescriptor() function in leveldb::__anon0a2ffc800111::Repairer
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dgatt_remote_service_server.cc251 void GattRemoteServiceServer::WriteDescriptor( in WriteDescriptor() function in bthost::GattRemoteServiceServer
H A Dgatt2_remote_service_server.cc385 void Gatt2RemoteServiceServer::WriteDescriptor( in WriteDescriptor() function in bthost::Gatt2RemoteServiceServer
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_queue.cc317 void BtaGattQueue::WriteDescriptor(tCONN_ID conn_id, uint16_t handle, std::vector<uint8_t> value, in WriteDescriptor() function in BtaGattQueue
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dremote_service.cc362 void RemoteService::WriteDescriptor(DescriptorHandle id, in WriteDescriptor() function in bt::gatt::RemoteService
H A Dlocal_service_manager_test.cc894 TEST(LocalServiceManagerTest, WriteDescriptor) { in TEST() argument
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto80 rpc WriteDescriptor(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs580 WriteDescriptor(i32, GattStatus, u16, u16, *const u8), enumerator