Searched refs:getMayLoad (Results 1 – 4 of 4) sorted by relevance
73 assert((IS.getMayLoad() || IS.getMayStore()) && "Not a memory operation!"); in dispatch()75 if (IS.getMayLoad()) in dispatch()118 if (IS.getMayLoad()) { in dispatch()127 assert(IS.getMayLoad() && "Expected a load!"); in dispatch()198 if (IS.getMayLoad() && isLQFull()) in isAvailable()216 bool IsALoad = IS.getMayLoad(); in onInstructionRetired()
51 if (LQResourceID && Inst.getMayLoad() && in onEvent()63 if (LQResourceID && Inst.getMayLoad()) { in onEvent()
168 assert(!Inst.getMayLoad() && !Inst.getMayStore() && in verifyInstructionEliminated()
588 bool getMayLoad() const { return MayLoad; } in getMayLoad() function