Searched refs:OtherMR (Results 1 – 4 of 4) sorted by relevance
237 ModRefInfo OtherMR = ME.getWithoutLoc(IRMemLocation::ArgMem).getModRef(); in getModRefInfo() local238 if ((ArgMR | OtherMR) != OtherMR) { in getModRefInfo()256 Result &= ArgMR | OtherMR; in getModRefInfo()
579 auto OtherMR = unwrap(MR)->delegate(Syms); in LLVMOrcMaterializationResponsibilityDelegate() local581 if (!OtherMR) { in LLVMOrcMaterializationResponsibilityDelegate()582 return wrap(OtherMR.takeError()); in LLVMOrcMaterializationResponsibilityDelegate()584 *Result = wrap(OtherMR->release()); in LLVMOrcMaterializationResponsibilityDelegate()
617 ModRefInfo OtherMR = ME.getModRef(IRMemLocation::Other); in getAsString() local618 if (OtherMR != ModRefInfo::NoModRef || ME.getModRef() == OtherMR) { in getAsString()620 OS << getModRefStr(OtherMR); in getAsString()625 if (MR == OtherMR) in getAsString()
215 ModRefInfo OtherMR = CallME.getModRef(IRMemLocation::Other); in checkFunctionMemoryAccess() local216 ME |= MemoryEffects::argMemOnly(OtherMR); in checkFunctionMemoryAccess()