Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDModRef.h198 bool onlyWritesMemory() const { return !isRefSet(getModRef()); } in onlyWritesMemory() function
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Basic/
HDCodeGenIntrinsics.cpp164 if (ME.onlyWritesMemory()) in setProperty()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h556 bool onlyWritesMemory() const;
HDInstrTypes.h1823 bool onlyWritesMemory(unsigned OpNo) const {
1989 bool onlyWritesMemory() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDAliasAnalysis.cpp299 else if (Call1B.onlyWritesMemory()) in getModRefInfo()
HDBasicAliasAnalysis.cpp972 if (Call->onlyWritesMemory(OperandNo)) { in getModRefInfo()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDFunction.cpp879 bool Function::onlyWritesMemory() const { in onlyWritesMemory() function in Function
880 return getMemoryEffects().onlyWritesMemory(); in onlyWritesMemory()
HDInstruction.cpp943 return !cast<CallBase>(this)->onlyWritesMemory(); in mayReadFromMemory()
HDInstructions.cpp640 bool CallBase::onlyWritesMemory() const { in onlyWritesMemory() function in CallBase
641 return getMemoryEffects().onlyWritesMemory(); in onlyWritesMemory()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopInterchange.cpp963 if (CI->onlyWritesMemory()) in canInterchangeLoops()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBuildLibCalls.cpp77 if (F.onlyWritesMemory()) // writeonly or readnone in setOnlyWritesMemory()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanRecipes.cpp100 ->onlyWritesMemory(); in mayReadFromMemory()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIISelLowering.cpp1239 } else if (ME.onlyWritesMemory()) { in getTgtMemIntrinsic()