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()117 if (IS.getMayLoad()) { in dispatch()126 assert(IS.getMayLoad() && "Expected a load!"); in dispatch()196 if (IS.getMayLoad() && isLQFull()) in isAvailable()205 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()
589 bool getMayLoad() const { return MayLoad; } in getMayLoad() function