Home
last modified time | relevance | path

Searched refs:OtherMR (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp235 ModRefInfo OtherMR = ME.getWithoutLoc(IRMemLocation::ArgMem).getModRef(); in getModRefInfo() local
236 if ((ArgMR | OtherMR) != OtherMR) { in getModRefInfo()
254 Result &= ArgMR | OtherMR; in getModRefInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp561 auto OtherMR = unwrap(MR)->delegate(Syms); in LLVMOrcMaterializationResponsibilityDelegate() local
563 if (!OtherMR) { in LLVMOrcMaterializationResponsibilityDelegate()
564 return wrap(OtherMR.takeError()); in LLVMOrcMaterializationResponsibilityDelegate()
566 *Result = wrap(OtherMR->release()); in LLVMOrcMaterializationResponsibilityDelegate()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp526 ModRefInfo OtherMR = ME.getModRef(IRMemLocation::Other); in getAsString() local
527 if (OtherMR != ModRefInfo::NoModRef || ME.getModRef() == OtherMR) { in getAsString()
529 OS << getModRefStr(OtherMR); in getAsString()
534 if (MR == OtherMR) in getAsString()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp215 ModRefInfo OtherMR = CallME.getModRef(IRMemLocation::Other); in checkFunctionMemoryAccess() local
216 ME |= MemoryEffects::argMemOnly(OtherMR); in checkFunctionMemoryAccess()