Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h271 class WritePtr : public rpc::Function<WritePtr, void(JITTargetAddress Dst,
DOrcRemoteTargetServer.h75 addHandler<mem::WritePtr>(*this, &ThisT::handleWritePtr); in OrcRemoteTargetServer()
DOrcRemoteTargetClient.h680 return callB<mem::WritePtr>(Addr, PtrVal); in writePointer()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1586 SizeT WritePtr = 0; in translate() local
1589 if (Seg.dest_addr > WritePtr) { in translate()
1591 Globals.get(), Seg.dest_addr - WritePtr)); in translate()
1592 WritePtr = Seg.dest_addr; in translate()
1602 WritePtr += Seg.source_size; in translate()
1610 Globals.get(), reinterpret_cast<const char *>(&WritePtr), in translate()
1611 sizeof(WritePtr))); in translate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp164 Value *WritePtr, in analyzeLoadFromClobberingWrite() argument
174 GetPointerBaseWithConstantOffset(WritePtr, StoreOffset, DL); in analyzeLoadFromClobberingWrite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h377 void insert(Loop *Lp, Value *Ptr, bool WritePtr, unsigned DepSetId,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
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()