Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:mayStore

476   if (MI->getDesc().mayStore()) {
484 llvm_unreachable("mayLoad or mayStore not set for Post Increment operation");
553 if (PacketSU->getInstr()->mayStore())
1113 bool StoreI = I->mayStore(), StoreJ = J->mayStore();
1193 if (PI->getOpcode() == Hexagon::S2_allocframe || PI->mayStore() ||
1358 bool LoadJ = J->mayLoad(), StoreJ = J->mayStore();
1359 bool LoadI = I->mayLoad(), StoreI = I->mayStore();