Searched refs:writeMem (Results 1 – 5 of 5) sorted by relevance
302 if (Client.writeMem(Alloc.getRemoteAddress(), Alloc.getLocalAddress(), in copyAndProtect()479 Client.writeMem(TargetAllocAddr, HostAllocBegin, TargetAllocSize); in copyAndProtect()894 bool writeMem(JITTargetAddress Addr, const char *Src, uint64_t Size) { in writeMem() function
1260 bool writeMem() const { return MMO->isStore(); }2272 assert(!writeMem() && "Load MachineMemOperand is a store!");2300 assert(writeMem() && "Store MachineMemOperand is not a store!");
1706 assert(ST->writeMem() && "Expected store"); in tryStore()
794 cast<MemSDNode>(Chain.getNode())->writeMem()) in isCalleeLoad()
12028 return A->readMem() && A->writeMem(); in isSDNodeSourceOfDivergence()