Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:isMemOp

1064        (QII->isNewValueInst(J) || QII->isMemOp(J) || QII->isMemOp(I))) {
1069 if ((QII->isMemOp(J) && MCIDI.mayStore())
1070 || (MCIDJ.mayStore() && QII->isMemOp(I))
1071 || (QII->isMemOp(J) && QII->isMemOp(I))) {