Home
last modified time | relevance | path

Searched defs:Ptr (Results 1 – 25 of 246) sorted by relevance

12345678910

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_gfx_mem.cpp129 Value* BuilderGfxMem::GEP(Value* Ptr, Value* Idx, Type* Ty, bool isReadOnly, const Twine& Name) in GEP()
153 Value* BuilderGfxMem::GEP(Type* Ty, Value* Ptr, Value* Idx, const Twine& Name) in GEP()
170 Value* BuilderGfxMem::GEP(Value* Ptr, const std::initializer_list<Value*>& indexList, Type* Ty) in GEP()
188 BuilderGfxMem::GEP(Value* Ptr, const std::initializer_list<uint32_t>& indexList, Type* Ty) in GEP()
205 Value* BuilderGfxMem::TranslationHelper(Value* Ptr, Type* Ty, Value* pfnTranslateGfxAddress) in TranslationHelper()
219 void BuilderGfxMem::TrackerHelper(Value* Ptr, Type* Ty, MEM_CLIENT usage, bool isRead) in TrackerHelper()
266 LoadInst* BuilderGfxMem::LOAD(Value* Ptr, const char* Name, Type* Ty, MEM_CLIENT usage) in LOAD()
275 LoadInst* BuilderGfxMem::LOAD(Value* Ptr, const Twine& Name, Type* Ty, MEM_CLIENT usage) in LOAD()
285 Value* Ptr, bool isVolatile, const Twine& Name, Type* Ty, MEM_CLIENT usage) in LOAD()
323 CallInst* BuilderGfxMem::MASKED_LOAD(Value* Ptr, in MASKED_LOAD()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDynamicLibrary.cpp79 if (void *Ptr = DLSym(Handle, Symbol)) in LibLookup() local
84 if (void *Ptr = DLSym(Handle, Symbol)) in LibLookup() local
96 if (void *Ptr = LibLookup(Symbol, Order)) in Lookup() local
101 if (void *Ptr = DLSym(Process, Symbol)) in Lookup() local
106 if (void *Ptr = LibLookup(Symbol, Order)) in Lookup() local
193 if (void *Ptr = OpenedHandles->Lookup(SymbolName, SearchOrder)) in SearchForAddressOfSymbol() local
DFormattedStream.cpp23 static void UpdatePosition(std::pair<unsigned, unsigned> &Position, const char *Ptr, size_t Size) { in UpdatePosition()
48 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition()
76 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
DTwine.cpp57 void Twine::printOneChild(raw_ostream &OS, Child Ptr, in printOneChild()
107 void Twine::printOneChildRepr(raw_ostream &OS, Child Ptr, in printOneChildRepr()
Draw_ostream.cpp242 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write()
285 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer()
687 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
767 void raw_fd_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
902 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
912 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
916 void raw_svector_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
934 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
941 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DArrayRecycler.h56 void push(unsigned Idx, T *Ptr) { in push()
106 while (T *Ptr = pop(Bucket.size() - 1)) in clear() local
127 if (T *Ptr = pop(Cap.getBucket())) in allocate() local
137 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
DAllocator.h65 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
106 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate()
282 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
296 llvm::Optional<int64_t> identifyObject(const void *Ptr) { in identifyObject()
322 int64_t identifyKnownObject(const void *Ptr) { in identifyKnownObject()
339 int64_t identifyKnownAlignedObject(const void *Ptr) { in identifyKnownAlignedObject()
428 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs() local
470 for (char *Ptr = Begin; Ptr + sizeof(T) <= End; Ptr += sizeof(T)) in DestroyAll() local
486 void *Ptr = PtrAndSize.first; in DestroyAll() local
DSMLoc.h24 const char *Ptr = nullptr; variable
36 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
DBuryPointer.h23 template <typename T> void BuryPointer(std::unique_ptr<T> Ptr) { in BuryPointer()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Drefcount.h105 class Ptr; variable
179 Ptr() : p_(NULL) { in Ptr() function
184 Ptr(T* pT) : p_(NULL) { in Ptr() function
188 Ptr(const Ptr<T>& p) : p_(NULL) { in Ptr() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Drefcount.h105 class Ptr; variable
179 Ptr() : p_(NULL) { in Ptr() function
184 Ptr(T* pT) : p_(NULL) { in Ptr() function
188 Ptr(const Ptr<T>& p) : p_(NULL) { in Ptr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVEGatherScatterLowering.cpp118 Value *MVEGatherScatterLowering::checkGEP(Value *&Offsets, Type *Ty, Value *Ptr, in checkGEP()
163 void MVEGatherScatterLowering::lookThroughBitcast(Value *&Ptr) { in lookThroughBitcast()
183 Value *Ptr = I->getArgOperand(0); in lowerGather() local
216 IntrinsicInst *I, Value *Ptr, IRBuilder<> Builder) { in tryCreateMaskedGatherBase()
236 IntrinsicInst *I, Value *Ptr, IRBuilder<> Builder) { in tryCreateMaskedGatherOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSMLoc.h25 const char *Ptr; variable
37 static SMLoc getFromPointer(const char *Ptr) { in getFromPointer()
DAllocator.h62 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
103 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate()
266 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
350 void *Ptr = PtrAndSize.first; in DeallocateCustomSizedSlabs() local
388 for (char *Ptr = Begin; Ptr + sizeof(T) <= End; Ptr += sizeof(T)) in DestroyAll() local
404 void *Ptr = PtrAndSize.first; in DestroyAll() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp219 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write()
262 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer()
540 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
613 void raw_fd_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
730 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
740 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
744 void raw_svector_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
762 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
769 void raw_null_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
DTwine.cpp57 void Twine::printOneChild(raw_ostream &OS, Child Ptr, in printOneChild()
107 void Twine::printOneChildRepr(raw_ostream &OS, Child Ptr, in printOneChildRepr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp229 const Value *Ptr, in HandlePotentialAlterRefCount()
257 const Value *Ptr, in HandlePotentialUse()
381 const Value *Ptr, in HandlePotentialAlterRefCount()
415 void TopDownPtrState::HandlePotentialUse(Instruction *Inst, const Value *Ptr, in HandlePotentialUse()
DDependencyAnalysis.cpp34 bool llvm::objcarc::CanAlterRefCount(const Instruction *Inst, const Value *Ptr, in CanAlterRefCount()
68 const Value *Ptr, in CanDecrementRefCount()
81 bool llvm::objcarc::CanUse(const Instruction *Inst, const Value *Ptr, in CanUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLGraph.h273 auto *Ptr = Inst.getOperand(0); in visitPtrToIntInst() local
278 auto *Ptr = &Inst; in visitIntToPtrInst() local
300 auto *Ptr = Inst.getPointerOperand(); in visitAtomicCmpXchgInst() local
306 auto *Ptr = Inst.getPointerOperand(); in visitAtomicRMWInst() local
347 auto *Ptr = Inst.getPointerOperand(); in visitLoadInst() local
353 auto *Ptr = Inst.getPointerOperand(); in visitStoreInst() local
470 auto *Ptr = Inst.getVectorOperand(); in visitExtractElementInst() local
498 auto *Ptr = Inst.getAggregateOperand(); in visitExtractValueInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp86 int toWasm(void *Ptr) { in toWasm()
98 int Ptr; member in __anonad5c20c90211::WasmPtr
101 WasmPtr(int Ptr) : Ptr(Ptr) { in WasmPtr()
106 WasmPtr(T *Ptr) : Ptr(toWasm(Ptr)) {} in WasmPtr()
118 int Ptr; member in __anonad5c20c90211::WasmArray
121 WasmArray(int Ptr) : Ptr(Ptr) { in WasmArray()
383 WasmPtr<char> Ptr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallPtrSet.h125 std::pair<const void *const *, bool> insert_imp(const void *Ptr) { in insert_imp()
161 bool erase_imp(const void * Ptr) { in erase_imp()
176 const void *const * find_imp(const void * Ptr) const { in find_imp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp182 evaluateBitcastFromPtr(Constant *Ptr, const DataLayout &DL, in evaluateBitcastFromPtr()
215 auto findMemLoc = [this](Constant *Ptr) { in ComputeLoadResult()
341 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock() local
450 Constant *Ptr = getVal(LI->getOperand(0)); in EvaluateBlock() local
501 Constant *Ptr = getVal(MSI->getDest()); in EvaluateBlock() local
528 Value *Ptr = PtrArg->stripPointerCasts(); in EvaluateBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h182 const Value *Ptr; variable
246 : Ptr(Ptr), Size(Size), AATags(AATags) {} in Ptr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp128 Value *Ptr = CI->getArgOperand(0); in scalarizeMaskedLoad() local
267 Value *Ptr = CI->getArgOperand(1); in scalarizeMaskedStore() local
416 Value *Ptr = Builder.CreateExtractElement(Ptrs, Idx, "Ptr" + Twine(Idx)); in scalarizeMaskedGather() local
461 Value *Ptr = Builder.CreateExtractElement(Ptrs, Idx, "Ptr" + Twine(Idx)); in scalarizeMaskedGather() local
542 Value *Ptr = Builder.CreateExtractElement(Ptrs, Idx, "Ptr" + Twine(Idx)); in scalarizeMaskedScatter() local
583 Value *Ptr = Builder.CreateExtractElement(Ptrs, Idx, "Ptr" + Twine(Idx)); in scalarizeMaskedScatter() local
600 Value *Ptr = CI->getArgOperand(0); in scalarizeMaskedExpandLoad() local
714 Value *Ptr = CI->getArgOperand(1); in scalarizeMaskedCompressStore() local
/third_party/json/test/thirdparty/Fuzzer/test/
DTraceMallocTest.cpp11 int *Ptr; variable

12345678910