Searched refs:OtherMR (Results 1 – 4 of 4) sorted by relevance
951 ModRefInfo OtherMR = ME.getWithoutLoc(IRMemLocation::ArgMem).getModRef(); in getModRefInfo() local961 if (isModOrRefSet(OtherMR) && !isa<Constant>(Object) && Call != Object && in getModRefInfo()966 OtherMR = ModRefInfo::NoModRef; in getModRefInfo()968 OtherMR = ModRefInfo::Ref; in getModRefInfo()974 if ((ArgMR | OtherMR) != OtherMR) { in getModRefInfo()996 ModRefInfo Result = ArgMR | OtherMR; in getModRefInfo()
580 auto OtherMR = unwrap(MR)->delegate(Syms); in LLVMOrcMaterializationResponsibilityDelegate() local582 if (!OtherMR) { in LLVMOrcMaterializationResponsibilityDelegate()583 return wrap(OtherMR.takeError()); in LLVMOrcMaterializationResponsibilityDelegate()585 *Result = wrap(OtherMR->release()); in LLVMOrcMaterializationResponsibilityDelegate()
632 ModRefInfo OtherMR = ME.getModRef(IRMemLocation::Other); in getAsString() local633 if (OtherMR != ModRefInfo::NoModRef || ME.getModRef() == OtherMR) { in getAsString()635 OS << getModRefStr(OtherMR); in getAsString()640 if (MR == OtherMR) in getAsString()
231 ModRefInfo OtherMR = CallME.getModRef(IRMemLocation::Other); in checkFunctionMemoryAccess() local232 ME |= MemoryEffects::argMemOnly(OtherMR); in checkFunctionMemoryAccess()