Home
last modified time | relevance | path

Searched defs:GetPtr (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp95 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
125 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
/third_party/spirv-tools/source/opt/
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
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmem_pass.cpp95 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
125 Instruction* MemPass::GetPtr(Instruction* ip, uint32_t* varId) { in GetPtr() function in spvtools::opt::MemPass
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Daggressive_dead_code_elim_pass.cpp43 ir::Instruction* AggressiveDCEPass::GetPtr( in GetPtr() function in spvtools::opt::AggressiveDCEPass
Dlocal_single_block_elim_pass.cpp68 ir::Instruction* LocalSingleBlockLoadStoreElimPass::GetPtr( in GetPtr() function in spvtools::opt::LocalSingleBlockLoadStoreElimPass
Dlocal_access_chain_convert_pass.cpp70 ir::Instruction* LocalAccessChainConvertPass::GetPtr( in GetPtr() function in spvtools::opt::LocalAccessChainConvertPass
Dlocal_single_store_elim_pass.cpp73 ir::Instruction* LocalSingleStoreElimPass::GetPtr( in GetPtr() function in spvtools::opt::LocalSingleStoreElimPass
Dlocal_ssa_elim_pass.cpp78 ir::Instruction* LocalMultiStoreElimPass::GetPtr( in GetPtr() function in spvtools::opt::LocalMultiStoreElimPass
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Ddevice_address.h75 const void *GetPtr() const { return ptr_; } in GetPtr() function
/third_party/abseil-cpp/absl/hash/
Dhash_test.cc219 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr() function
223 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr() function
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_test.cc219 static auto GetPtr(const T& t) -> decltype(&*t) { in GetPtr() function
223 static std::nullptr_t GetPtr(std::nullptr_t) { return nullptr; } in GetPtr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp771 auto GetPtr = [&](const std::unique_ptr<ValueToValueMapTy> &I) { in updateExitBlocksForClonedLoop() local