Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()