Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h65 struct ReadDescriptor { struct
228 const ReadDescriptor *RD;
257 ReadState(const ReadDescriptor &Desc, MCPhysReg RegID) in ReadState()
262 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor()
350 SmallVector<ReadDescriptor, 4> Reads; // Implicit reads are at the end.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DInstrBuilder.cpp445 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads()
457 ReadDescriptor &Read = ID.Reads[CurrentUse + I]; in populateReads()
481 ReadDescriptor &Read = ID.Reads[CurrentUse]; in populateReads()
637 for (const ReadDescriptor &RD : D.Reads) { in createInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp478 const ReadDescriptor &RD = RS.getDescriptor(); in collectWrites()
558 const ReadDescriptor &RD = RS.getDescriptor(); in addRegisterRead()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp101 const ReadDescriptor &RD = RS.getDescriptor(); in checkRegisterHazard()