Lines Matching refs:MMOs
6408 std::pair<MachineInstr::mmo_iterator, MachineInstr::mmo_iterator> MMOs = in unfoldMemoryOperand() local
6410 loadRegFromAddr(MF, Reg, AddrOps, RC, MMOs.first, MMOs.second, NewMIs); in unfoldMemoryOperand()
6475 std::pair<MachineInstr::mmo_iterator, MachineInstr::mmo_iterator> MMOs = in unfoldMemoryOperand() local
6477 storeRegToAddr(MF, Reg, true, AddrOps, DstRC, MMOs.first, MMOs.second, NewMIs); in unfoldMemoryOperand()
6522 MachineInstr::mmo_iterator> MMOs = in unfoldMemoryOperand() local
6525 if (!(*MMOs.first) && in unfoldMemoryOperand()
6533 bool isAligned = (*MMOs.first) && in unfoldMemoryOperand()
6534 (*MMOs.first)->getAlignment() >= Alignment; in unfoldMemoryOperand()
6540 cast<MachineSDNode>(Load)->setMemRefs(MMOs.first, MMOs.second); in unfoldMemoryOperand()
6567 MachineInstr::mmo_iterator> MMOs = in unfoldMemoryOperand() local
6570 if (!(*MMOs.first) && in unfoldMemoryOperand()
6578 bool isAligned = (*MMOs.first) && in unfoldMemoryOperand()
6579 (*MMOs.first)->getAlignment() >= Alignment; in unfoldMemoryOperand()
6586 cast<MachineSDNode>(Store)->setMemRefs(MMOs.first, MMOs.second); in unfoldMemoryOperand()