Home
last modified time | relevance | path

Searched refs:WritePtr (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h280 class WritePtr
281 : public shared::RPCFunction<WritePtr, void(JITTargetAddress Dst,
H A DOrcRemoteTargetServer.h78 addHandler<mem::WritePtr>(*this, &ThisT::handleWritePtr); in OrcRemoteTargetServer()
H A DOrcRemoteTargetClient.h903 return callB<mem::WritePtr>(Addr, PtrVal); in writePointer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp177 Value *WritePtr, in analyzeLoadFromClobberingWrite() argument
187 GetPointerBaseWithConstantOffset(WritePtr, StoreOffset, DL); in analyzeLoadFromClobberingWrite()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h423 void insert(Loop *Lp, Value *Ptr, bool WritePtr, unsigned DepSetId,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp193 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, bool WritePtr, in insert() argument
235 Pointers.emplace_back(Ptr, ScStart, ScEnd, WritePtr, DepSetId, ASId, Sc); in insert()