Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h198 bool onlyWritesMemory() const { return !isRefSet(getModRef()); } in onlyWritesMemory() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.cpp164 if (ME.onlyWritesMemory()) in setProperty()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h556 bool onlyWritesMemory() const;
H A DInstrTypes.h1823 bool onlyWritesMemory(unsigned OpNo) const {
1989 bool onlyWritesMemory() const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp299 else if (Call1B.onlyWritesMemory()) in getModRefInfo()
H A DBasicAliasAnalysis.cpp972 if (Call->onlyWritesMemory(OperandNo)) { in getModRefInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp879 bool Function::onlyWritesMemory() const { in onlyWritesMemory() function in Function
880 return getMemoryEffects().onlyWritesMemory(); in onlyWritesMemory()
H A DInstruction.cpp943 return !cast<CallBase>(this)->onlyWritesMemory(); in mayReadFromMemory()
H A DInstructions.cpp640 bool CallBase::onlyWritesMemory() const { in onlyWritesMemory() function in CallBase
641 return getMemoryEffects().onlyWritesMemory(); in onlyWritesMemory()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp963 if (CI->onlyWritesMemory()) in canInterchangeLoops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp77 if (F.onlyWritesMemory()) // writeonly or readnone in setOnlyWritesMemory()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp100 ->onlyWritesMemory(); in mayReadFromMemory()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1239 } else if (ME.onlyWritesMemory()) { in getTgtMemIntrinsic()