Lines Matching defs:IS
70 const Instruction &IS = *IR.getInstruction();
71 bool IsStoreBarrier = IS.isAStoreBarrier();
72 bool IsLoadBarrier = IS.isALoadBarrier();
73 assert((IS.getMayLoad() || IS.getMayStore()) && "Not a memory operation!");
75 if (IS.getMayLoad())
77 if (IS.getMayStore())
80 if (IS.getMayStore()) {
117 if (IS.getMayLoad()) {
126 assert(IS.getMayLoad() && "Expected a load!");
195 const Instruction &IS = *IR.getInstruction();
196 if (IS.getMayLoad() && isLQFull())
198 if (IS.getMayStore() && isSQFull())
204 const Instruction &IS = *IR.getInstruction();
205 bool IsALoad = IS.getMayLoad();
206 bool IsAStore = IS.getMayStore();
223 const Instruction &IS = *IR.getInstruction();
224 if (!IS.isMemOp())
227 unsigned GroupID = IS.getLSUTokenID();