Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h272 class WritePtr : public rpc::Function<WritePtr, void(JITTargetAddress Dst,
H A DOrcRemoteTargetServer.h76 addHandler<mem::WritePtr>(*this, &ThisT::handleWritePtr); in OrcRemoteTargetServer()
H A DOrcRemoteTargetClient.h681 return callB<mem::WritePtr>(Addr, PtrVal); in writePointer()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp154 Value *WritePtr, in analyzeLoadFromClobberingWrite() argument
164 GetPointerBaseWithConstantOffset(WritePtr, StoreOffset, DL); in analyzeLoadFromClobberingWrite()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h378 void insert(Loop *Lp, Value *Ptr, bool WritePtr, unsigned DepSetId,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp190 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, bool WritePtr, in insert() argument
231 Pointers.emplace_back(Ptr, ScStart, ScEnd, WritePtr, DepSetId, ASId, Sc); in insert()