Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h65 struct ReadDescriptor { struct
69 int OpIndex;
72 unsigned UseIndex;
74 MCPhysReg RegisterID;
77 unsigned SchedClassID;
79 bool isImplicitRead() const { return OpIndex < 0; }; in isImplicitRead()