Searched refs:ReadState (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
| H A D | Instruction.cpp | 30 void ReadState::writeStartEvent(unsigned IID, MCPhysReg RegID, in writeStartEvent() 61 for (const std::pair<ReadState *, int> &User : Users) { in onInstructionIssued() 62 ReadState *RS = User.first; in onInstructionIssued() 72 void WriteState::addUser(unsigned IID, ReadState *User, int ReadAdvance) { in addUser() 107 void ReadState::cycleEvent() { in cycleEvent() 142 for (const ReadState &RS : getUses()) { in computeCriticalRegDep() 185 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending() 199 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched() 225 for (ReadState &Use : getUses()) in cycleEvent()
|
| H A D | InstrBuilder.cpp | 656 ReadState &RS = NewIS->getUses().back(); in createInstruction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | RegisterFile.h | 29 class ReadState; variable 236 void collectWrites(const MCSubtargetInfo &STI, const ReadState &RS, 248 void addRegisterRead(ReadState &RS, const MCSubtargetInfo &STI) const; 258 bool canEliminateMove(const WriteState &WS, const ReadState &RS, 268 MutableArrayRef<ReadState> Reads);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
| H A D | Instruction.h | 82 class ReadState; variable 147 SmallVector<std::pair<ReadState *, int>, 4> Users; 175 void addUser(unsigned IID, ReadState *Use, int ReadAdvance); 227 class ReadState { 257 ReadState(const ReadDescriptor &Desc, MCPhysReg RegID) in ReadState() function 410 SmallVector<ReadState, 4> Uses; 417 SmallVectorImpl<ReadState> &getUses() { return Uses; } in getUses() 418 ArrayRef<ReadState> getUses() const { return Uses; } in getUses()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 356 bool RegisterFile::canEliminateMove(const WriteState &WS, const ReadState &RS, in canEliminateMove() 399 MutableArrayRef<ReadState> Reads) { in tryEliminateMoveOrSwap() 422 const ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() 429 ReadState &RS = Reads[I]; in tryEliminateMoveOrSwap() 475 const MCSubtargetInfo &STI, const ReadState &RS, in collectWrites() 539 void RegisterFile::addRegisterRead(ReadState &RS, in addRegisterRead()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
| H A D | InOrderIssueStage.cpp | 100 for (const ReadState &RS : IR.getInstruction()->getUses()) { in checkRegisterHazard() 182 for (ReadState &RS : IS.getUses()) in addRegisterReadWrite()
|
| H A D | DispatchStage.cpp | 112 for (ReadState &RS : IS.getUses()) in dispatch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| H A D | RegisterFileStatistics.cpp | 68 const ReadState &RS = Inst.getUses()[E - (I+1)]; in updateMoveElimInfo()
|