Lines Matching +full:de +full:- +full:assert
1 //===--------------------- RegisterFileStatistics.cpp -----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
68 const ReadState &RS = Inst.getUses()[E - (I + 1)]; in updateMoveElimInfo()
87 PRFUsage[I].CurrentlyUsedMappings -= RE.FreedPhysRegs[I]; in onEvent()
91 const auto &DE = static_cast<const HWInstructionDispatchedEvent &>(Event); in onEvent() local
92 updateRegisterFileUsage(DE.UsedPhysRegs); in onEvent()
93 updateMoveElimInfo(*DE.IR.getInstruction()); in onEvent()
121 assert(STI.getSchedModel().hasExtraProcessorInfo() && in printView()
125 assert(I <= PI.NumRegisterFiles && "Unexpected register file index!"); in printView()
132 TempStream << " -- " << StringRef(RFDesc.Name) << ':'; in printView()