Lines Matching refs:IID
147 unsigned getRegisterPressureCycles(unsigned IID) const { in getRegisterPressureCycles() argument
148 assert(IPI.find(IID) != IPI.end() && "Instruction is not tracked!"); in getRegisterPressureCycles()
149 const InstructionPressureInfo &Info = IPI.find(IID)->second; in getRegisterPressureCycles()
153 unsigned getMemoryPressureCycles(unsigned IID) const { in getMemoryPressureCycles() argument
154 assert(IPI.find(IID) != IPI.end() && "Instruction is not tracked!"); in getMemoryPressureCycles()
155 const InstructionPressureInfo &Info = IPI.find(IID)->second; in getMemoryPressureCycles()
159 unsigned getResourcePressureCycles(unsigned IID) const { in getResourcePressureCycles() argument
160 assert(IPI.find(IID) != IPI.end() && "Instruction is not tracked!"); in getResourcePressureCycles()
161 const InstructionPressureInfo &Info = IPI.find(IID)->second; in getResourcePressureCycles()
172 void onInstructionDispatched(unsigned IID);
173 void onInstructionExecuted(unsigned IID);