Searched refs:getMayStore (Results 1 – 4 of 4) sorted by relevance
73 assert((IS.getMayLoad() || IS.getMayStore()) && "Not a memory operation!"); in dispatch()77 if (IS.getMayStore()) in dispatch()80 if (IS.getMayStore()) { in dispatch()200 if (IS.getMayStore() && isSQFull()) in isAvailable()217 bool IsAStore = IS.getMayStore(); in onInstructionRetired()
56 if (SQResourceID && Inst.getMayStore() && in onEvent()67 if (SQResourceID && Inst.getMayStore()) { in onEvent()
168 assert(!Inst.getMayLoad() && !Inst.getMayStore() && in verifyInstructionEliminated()
589 bool getMayStore() const { return MayStore; } in getMayStore() function