Home
last modified time | relevance | path

Searched refs:WriteDescriptor (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h37 struct WriteDescriptor { struct
100 const WriteDescriptor *WD;
150 WriteState(const WriteDescriptor &Desc, MCPhysReg RegID,
349 SmallVector<WriteDescriptor, 4> Writes; // Implicit writes are at the end.
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/
DInstruction.h135 struct WriteDescriptor { struct
198 const WriteDescriptor *WD;
248 WriteState(const WriteDescriptor &Desc, MCPhysReg RegID,
448 SmallVector<WriteDescriptor, 2> Writes; // Implicit writes are at the end.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp314 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()
341 WriteDescriptor &Write = ID.Writes[Index]; in populateWrites()
368 WriteDescriptor &Write = ID.Writes[NumExplicitDefs + NumImplicitDefs]; in populateWrites()
400 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()
690 for (const WriteDescriptor &WD : D.Writes) { in createInstruction()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.h64 void WriteDescriptor(io::Printer* printer);
Dcsharp_reflection_class.cc69 WriteDescriptor(printer); in Generate()
156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.h64 void WriteDescriptor(io::Printer* printer);
Dcsharp_reflection_class.cc69 WriteDescriptor(printer); in Generate()
156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.h64 void WriteDescriptor(io::Printer* printer);
Dcsharp_reflection_class.cc69 WriteDescriptor(printer); in Generate()
156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
DInstrBuilder.cpp339 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()
366 WriteDescriptor &Write = ID.Writes[Index]; in populateWrites()
393 WriteDescriptor &Write = ID.Writes[NumExplicitDefs + NumImplicitDefs]; in populateWrites()
417 WriteDescriptor &Write = ID.Writes[CurrentDef]; in populateWrites()
748 for (const WriteDescriptor &WD : D.Writes) { in createInstruction()
/external/lzma/CPP/7zip/Archive/Zip/
DZipOut.h93 void WriteDescriptor(const CItemOut &item);
DZipOut.cpp247 WriteDescriptor(item); in WriteLocalHeader_Replace()
263 void COutArchive::WriteDescriptor(const CItemOut &item) in WriteDescriptor() function in NArchive::NZip::COutArchive
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dgatt_remote_service_server.h66 void WriteDescriptor(uint64_t _id,
Dgatt2_remote_service_server.h80 void WriteDescriptor(::fuchsia::bluetooth::gatt2::Handle handle,
/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
Dclient.h211 void WriteDescriptor(Handle handle,
Dclient2.h218 virtual async2::OnceReceiver<pw::expected<void, Error>> WriteDescriptor(
/external/leveldb/db/
Drepair.cc75 status = WriteDescriptor(); in Run()
348 Status WriteDescriptor() { in WriteDescriptor() function in leveldb::__anon5f9727000111::Repairer
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dgatt_remote_service_server.cc253 void GattRemoteServiceServer::WriteDescriptor( in WriteDescriptor() function in bthost::GattRemoteServiceServer
259 service_->WriteDescriptor( in WriteDescriptor()
Dgatt2_remote_service_server_test.cc1032 service_proxy()->WriteDescriptor( in TEST_F()
1049 service_proxy()->WriteDescriptor( in TEST_F()
1065 service_proxy()->WriteDescriptor( in TEST_F()
1116 service_proxy()->WriteDescriptor( in TEST_F()
1174 service_proxy()->WriteDescriptor( in TEST_F()
1240 service_proxy()->WriteDescriptor( in TEST_F()
Dgatt2_remote_service_server.cc387 void Gatt2RemoteServiceServer::WriteDescriptor( in WriteDescriptor() function in bthost::Gatt2RemoteServiceServer
416 service_->WriteDescriptor(handle, std::move(value), std::move(write_cb)); in WriteDescriptor()
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dremote_service.h189 void WriteDescriptor(DescriptorHandle id,
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dremote_service.cc364 void RemoteService::WriteDescriptor(DescriptorHandle id, in WriteDescriptor() function in bt::gatt::RemoteService
Dremote_service_manager_test.cc2619 service->WriteDescriptor( in TEST_F()
2635 service->WriteDescriptor( in TEST_F()
2655 service->WriteDescriptor( in TEST_F()
2688 service->WriteDescriptor(kDescrHandle, kValue, [&](att::Result<> cb_status) { in TEST_F()
Dlocal_service_manager_test.cc894 TEST(LocalServiceManagerTest, WriteDescriptor) { in TEST() argument