Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
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()
/external/swiftshader/third_party/llvm-16.0/llvm/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()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.cc156 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.cc156 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator
/external/lzma/CPP/7zip/Archive/Zip/
DZipOut.cpp263 void COutArchive::WriteDescriptor(const CItemOut &item) in WriteDescriptor() function in NArchive::NZip::COutArchive
/external/leveldb/db/
Drepair.cc348 Status WriteDescriptor() { in WriteDescriptor() function in leveldb::__anonf1caea9e0111::Repairer
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dremote_service.cc363 void RemoteService::WriteDescriptor(DescriptorHandle id, in WriteDescriptor() function in bt::gatt::RemoteService
Dlocal_service_manager_test.cc892 TEST(LocalServiceManagerTest, WriteDescriptor) { in TEST() argument