Searched refs:FreedRegs (Results 1 – 3 of 3) sorted by relevance
62 llvm::SmallVector<unsigned, 4> FreedRegs(PRF.getNumRegisterFiles()); in notifyInstructionRetired() local70 PRF.removeRegisterWrite(WS, FreedRegs); in notifyInstructionRetired()71 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()
193 ArrayRef<unsigned> FreedRegs) { in notifyInstructionRetired() argument194 notifyEvent<HWInstructionEvent>(HWInstructionRetiredEvent(IR, FreedRegs)); in notifyInstructionRetired()356 llvm::SmallVector<unsigned, 4> FreedRegs(PRF.getNumRegisterFiles()); in retireInstruction() local358 PRF.removeRegisterWrite(WS, FreedRegs); in retireInstruction()363 notifyInstructionRetired(IR, FreedRegs); in retireInstruction()
109 ArrayRef<unsigned> FreedRegs);