Home
last modified time | relevance | path

Searched refs:getModRef (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h165 ModRefInfo getModRef(Location Loc) const { in getModRef() function
184 ModRefInfo getModRef() const { in getModRef() function
187 MR |= getModRef(Loc); in getModRef()
195 bool onlyReadsMemory() const { return !isModSet(getModRef()); } in onlyReadsMemory()
198 bool onlyWritesMemory() const { return !isRefSet(getModRef()); } in onlyWritesMemory()
207 return isModOrRefSet(getModRef(Location::ArgMem)); in doesAccessArgPointees()
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp236 ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem); in getModRefInfo()
237 ModRefInfo OtherMR = ME.getWithoutLoc(IRMemLocation::ArgMem).getModRef(); in getModRefInfo()
459 OS << ME.getModRef(Loc) << ", "; in operator <<()
609 return getMemoryEffects(Call, AAQIP).getModRef(); in getModRefInfo()
H A DAliasSetTracker.cpp404 ModRefInfo CallMask = AA.getMemoryEffects(Call).getModRef(); in add()
H A DBasicAliasAnalysis.cpp1047 return isModSet(getMemoryEffects(Call2, AAQI).getModRef()) in aliasGEP()
1052 return isModSet(getMemoryEffects(Call1, AAQI).getModRef()) in aliasGEP()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp215 ModRefInfo OtherMR = CallME.getModRef(IRMemLocation::Other); in checkFunctionMemoryAccess()
220 ModRefInfo ArgMR = CallME.getModRef(IRMemLocation::ArgMem); in checkFunctionMemoryAccess()
279 ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem); in addMemoryAttrs()
290 if (!isModSet(NewME.getModRef(IRMemLocation::ArgMem))) in addMemoryAttrs()
684 ModRefInfo ArgMR = CB.getMemoryEffects().getModRef(IRMemLocation::ArgMem); in determinePointerAccessAttrs()
H A DSCCP.cpp195 ME.getModRef(IRMemLocation::ArgMem)); in runIPSCCP()
H A DAttributorAttributes.cpp8368 ME = MemoryEffects(ME.getModRef()); in getKnownStateFromValue()
8382 ME = MemoryEffects(ME.getModRef()); in getDeducedAttributes()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp617 ModRefInfo OtherMR = ME.getModRef(IRMemLocation::Other);
618 if (OtherMR != ModRefInfo::NoModRef || ME.getModRef() == OtherMR) {
624 ModRefInfo MR = ME.getModRef(Loc); in hasAttributeProperty()
H A DVerifier.cpp2237 isModSet(Attrs.getMemoryEffects().getModRef(IRMemLocation::ArgMem)), in verifyFunctionAttrs()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2282 if (Attrs.getMemoryEffects().getModRef() == llvm::ModRefInfo::NoModRef) { in canApplyNoFPClass()