Home
last modified time | relevance | path

Searched refs:GetPtr (Results 1 – 25 of 37) sorted by relevance

12

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dmem_pass.h51 Instruction* GetPtr(Instruction* ip, uint32_t* varId);
92 Instruction* GetPtr(uint32_t ptrId, uint32_t* varId);
Dmem_pass.cpp96 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
126 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
132 return GetPtr(ptrId, varId); in GetPtr()
206 if (di->opcode() == SpvOpLoad) (void)GetPtr(di, &varId); in DCEInst()
496 (void)GetPtr(&inst, &varId); in CollectTargetVars()
Dlocal_single_block_elim_pass.cpp73 Instruction* ptrInst = GetPtr(&*ii, &varId); in LocalSingleBlockLoadStoreElim()
119 Instruction* ptrInst = GetPtr(&*ii, &varId); in LocalSingleBlockLoadStoreElim()
Dlocal_access_chain_convert_pass.cpp215 Instruction* ptrInst = GetPtr(&*ii, &varId); in FindTargetVars()
258 Instruction* ptrInst = GetPtr(&*ii, &varId); in ConvertLocalAccessChains()
269 Instruction* ptrInst = GetPtr(store, &varId); in ConvertLocalAccessChains()
Daggressive_dead_code_elim_pass.cpp362 (void)GetPtr(&*ii, &varId); in AggressiveDCE()
376 (void)GetPtr(ii->GetSingleWordInOperand(kCopyMemoryTargetAddrInIdx), in AggressiveDCE()
463 (void)GetPtr(liveInst, &varId); in AggressiveDCE()
471 (void)GetPtr(liveInst->GetSingleWordInOperand(kCopyMemorySourceAddrInIdx), in AggressiveDCE()
499 (void)GetPtr(*iid, &varId); in AggressiveDCE()
509 (void)GetPtr(liveInst, &varId); in AggressiveDCE()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.h51 Instruction* GetPtr(Instruction* ip, uint32_t* varId);
92 Instruction* GetPtr(uint32_t ptrId, uint32_t* varId);
Dmem_pass.cpp96 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
126 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
132 return GetPtr(ptrId, varId); in GetPtr()
206 if (di->opcode() == SpvOpLoad) (void)GetPtr(di, &varId); in DCEInst()
496 (void)GetPtr(&inst, &varId); in CollectTargetVars()
Dlocal_single_block_elim_pass.cpp73 Instruction* ptrInst = GetPtr(&*ii, &varId); in LocalSingleBlockLoadStoreElim()
119 Instruction* ptrInst = GetPtr(&*ii, &varId); in LocalSingleBlockLoadStoreElim()
Dlocal_access_chain_convert_pass.cpp215 Instruction* ptrInst = GetPtr(&*ii, &varId); in FindTargetVars()
258 Instruction* ptrInst = GetPtr(&*ii, &varId); in ConvertLocalAccessChains()
269 Instruction* ptrInst = GetPtr(store, &varId); in ConvertLocalAccessChains()
Daggressive_dead_code_elim_pass.cpp362 (void)GetPtr(&*ii, &varId); in AggressiveDCE()
376 (void)GetPtr(ii->GetSingleWordInOperand(kCopyMemoryTargetAddrInIdx), in AggressiveDCE()
463 (void)GetPtr(liveInst, &varId); in AggressiveDCE()
471 (void)GetPtr(liveInst->GetSingleWordInOperand(kCopyMemorySourceAddrInIdx), in AggressiveDCE()
499 (void)GetPtr(*iid, &varId); in AggressiveDCE()
509 (void)GetPtr(liveInst, &varId); in AggressiveDCE()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.h51 Instruction* GetPtr(Instruction* ip, uint32_t* varId);
92 Instruction* GetPtr(uint32_t ptrId, uint32_t* varId);
Dmem_pass.cpp96 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
126 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
132 return GetPtr(ptrId, varId); in GetPtr()
206 if (di->opcode() == SpvOpLoad) (void)GetPtr(di, &varId); in DCEInst()
496 (void)GetPtr(&inst, &varId); in CollectTargetVars()
Dlocal_single_block_elim_pass.cpp73 Instruction* ptrInst = GetPtr(&*ii, &varId); in LocalSingleBlockLoadStoreElim()
119 Instruction* ptrInst = GetPtr(&*ii, &varId); in LocalSingleBlockLoadStoreElim()
Dlocal_access_chain_convert_pass.cpp215 Instruction* ptrInst = GetPtr(&*ii, &varId); in FindTargetVars()
258 Instruction* ptrInst = GetPtr(&*ii, &varId); in ConvertLocalAccessChains()
269 Instruction* ptrInst = GetPtr(store, &varId); in ConvertLocalAccessChains()
Daggressive_dead_code_elim_pass.cpp362 (void)GetPtr(&*ii, &varId); in AggressiveDCE()
376 (void)GetPtr(ii->GetSingleWordInOperand(kCopyMemoryTargetAddrInIdx), in AggressiveDCE()
463 (void)GetPtr(liveInst, &varId); in AggressiveDCE()
471 (void)GetPtr(liveInst->GetSingleWordInOperand(kCopyMemorySourceAddrInIdx), in AggressiveDCE()
499 (void)GetPtr(*iid, &varId); in AggressiveDCE()
509 (void)GetPtr(liveInst, &varId); in AggressiveDCE()
/external/libchrome/base/android/linker/
Dlinker_jni.cc313 crazy_library_t** GetPtr() { return &lib_; } in GetPtr() function in chromium_android_linker::__anon00c92d230111::ScopedLibrary
451 if (!crazy_library_open(library.GetPtr(), library_name.c_str(), context)) { in Java_org_chromium_base_library_1loader_Linker_nativeLoadLibrary()
573 if (!crazy_library_find_by_name(lib_name.c_str(), library.GetPtr())) { in Java_org_chromium_base_library_1loader_Linker_nativeCreateSharedRelro()
607 if (!crazy_library_find_by_name(lib_name.c_str(), library.GetPtr())) { in Java_org_chromium_base_library_1loader_Linker_nativeUseSharedRelro()
/external/llvm-project/lldb/source/API/
DSBBlock.cpp163 lldb_private::Block *SBBlock::GetPtr() { return m_opaque_ptr; } in GetPtr() function in SBBlock
248 Block *block = GetPtr(); in GetVariables()
303 Block *block = GetPtr(); in GetVariables()
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp393 const Byte *longID = GetPtr(); in ParseFolder()
657 const Byte *startBufPtr = _inByteBack->GetPtr(); in ReadUnpackInfo()
676 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr; in ReadUnpackInfo()
695 const Byte *longID = inByte->GetPtr(); in ReadUnpackInfo()
724 Byte v = *_inByteBack->GetPtr(); in ReadUnpackInfo()
730 UInt32 dicSize = GetUi32(_inByteBack->GetPtr() + 1); in ReadUnpackInfo()
797 size_t dataSize = _inByteBack->GetPtr() - startBufPtr; in ReadUnpackInfo()
800 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr; in ReadUnpackInfo()
1210 switchProp.Set(this, _inByteBack->GetPtr(), (size_t)size, true); in ReadHeader()
D7zHandler.cpp276 const Byte *longID = inByte.GetPtr(); in IsFolderEncrypted()
385 const Byte *longID = inByte.GetPtr(); in SetMethodToProp()
402 props = inByte.GetPtr(); in SetMethodToProp()
/external/llvm-project/lldb/include/lldb/API/
DSBBlock.h81 lldb_private::Block *GetPtr();
/external/libbrillo/brillo/
Dany_test.cc218 val.GetPtr<Person>()->name = "Joe"; in TEST()
219 val.GetPtr<Person>()->age /= 2; in TEST()
Dany.h144 T* GetPtr() { in GetPtr() function
/external/llvm-project/lldb/tools/intel-features/intel-mpx/
Dcli-wrapper-mpxtable.cpp24 static bool GetPtr(char *cptr, uint64_t &ptr, lldb::SBFrame &frame, in GetPtr() function
297 if (!GetPtr(arg, ptr, frame, result)) in GetInitInfo()
/external/llvm-project/openmp/tools/archer/
Dompt-tsan.cpp389 void *GetPtr() { return &Ptr; } in GetPtr() function
672 TsanHappensAfter(Data->TaskGroup->GetPtr()); in ompt_tsan_sync_region()
829 TsanHappensBefore(FromTask->TaskGroup->GetPtr()); in ompt_tsan_task_schedule()
/external/webrtc/third_party/abseil-cpp/absl/hash/
Dhash_test.cc214 return GetPtr(t) == GetPtr(u); in operator ()()
218 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr() function
222 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr() function

12