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.h164 struct ReadDescriptor { struct
328 const ReadDescriptor *RD;
357 ReadState(const ReadDescriptor &Desc, MCPhysReg RegID) in ReadState()
362 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor()
450 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.cpp514 const ReadDescriptor &RD = RS.getDescriptor(); in collectWrites()
583 const ReadDescriptor &RD = RS.getDescriptor(); in checkRAWHazards()
645 const ReadDescriptor &RD = RS.getDescriptor(); in addRegisterRead()