Home
last modified time | relevance | path

Searched refs:onlyWritesMemory (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h198 bool onlyWritesMemory() const { return !isRefSet(getModRef()); } in onlyWritesMemory() function
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.cpp164 if (ME.onlyWritesMemory()) in setProperty()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h538 bool onlyWritesMemory() const;
H A DInstrTypes.h1816 bool onlyWritesMemory(unsigned OpNo) const {
1969 bool onlyWritesMemory() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp297 else if (Call1B.onlyWritesMemory()) in getModRefInfo()
H A DBasicAliasAnalysis.cpp940 if (Call->onlyWritesMemory(OperandNo)) { in getModRefInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp818 bool Function::onlyWritesMemory() const { in onlyWritesMemory() function in Function
819 return getMemoryEffects().onlyWritesMemory(); in onlyWritesMemory()
H A DInstruction.cpp851 return !cast<CallBase>(this)->onlyWritesMemory(); in mayReadFromMemory()
H A DInstructions.cpp634 bool CallBase::onlyWritesMemory() const { in onlyWritesMemory() function in CallBase
635 return getMemoryEffects().onlyWritesMemory(); in onlyWritesMemory()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp963 if (CI->onlyWritesMemory()) in canInterchangeLoops()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp77 if (F.onlyWritesMemory()) // writeonly or readnone in setOnlyWritesMemory()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1213 } else if (ME.onlyWritesMemory()) { in getTgtMemIntrinsic()