Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.h34 struct WriteDescriptor { struct
38 int OpIndex;
40 unsigned Latency;
43 unsigned RegisterID;
52 unsigned SClassOrWriteResourceID;
56 bool IsOptionalDef;
58 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.cc137 void ReflectionClassGenerator::WriteDescriptor(io::Printer* printer) { in WriteDescriptor() function in google::protobuf::compiler::csharp::ReflectionClassGenerator