Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h163 struct ReadDescriptor { struct
327 const ReadDescriptor *RD;
356 ReadState(const ReadDescriptor &Desc, MCPhysReg RegID) in ReadState()
361 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor()
449 SmallVector<ReadDescriptor, 4> Reads; // Implicit reads are at the end.
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp463 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads()
475 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; in populateReads()
496 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads()
730 for (const ReadDescriptor &RD : D.Reads) { in createInstruction()
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp506 const ReadDescriptor &RD = RS.getDescriptor(); in collectWrites()
575 const ReadDescriptor &RD = RS.getDescriptor(); in checkRAWHazards()
637 const ReadDescriptor &RD = RS.getDescriptor(); in addRegisterRead()