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.h136 struct WriteDescriptor { struct
140 int OpIndex;
142 unsigned Latency;
145 MCPhysReg RegisterID;
154 unsigned SClassOrWriteResourceID;
158 bool IsOptionalDef;
160 bool isImplicitWrite() const { return OpIndex < 0; }; in isImplicitWrite()