Home
last modified time | relevance | path

Searched refs:ptrId (Results 1 – 25 of 81) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dscalar_replacement_pass.cpp388 context(), SpvOpVariable, ptrId, id, in CreateVariable()
442 uint32_t ptrId = 0; in GetOrCreatePointerType() local
446 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
447 return ptrId; in GetOrCreatePointerType()
458 ptrId = global.result_id(); in GetOrCreatePointerType()
464 if (ptrId != 0) { in GetOrCreatePointerType()
465 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
466 return ptrId; in GetOrCreatePointerType()
469 ptrId = TakeNextId(); in GetOrCreatePointerType()
477 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
[all …]
H A Dlocal_single_block_elim_pass.cpp31 bool LocalSingleBlockLoadStoreElimPass::HasOnlySupportedRefs(uint32_t ptrId) { in HasOnlySupportedRefs() argument
32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
33 if (get_def_use_mgr()->WhileEachUser(ptrId, [this](Instruction* user) { in HasOnlySupportedRefs()
45 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
H A Dmem_pass.cpp80 bool MemPass::IsPtr(uint32_t ptrId) { in IsPtr() argument
81 uint32_t varId = ptrId; in IsPtr()
95 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() argument
96 *varId = ptrId; in GetPtr()
125 const uint32_t ptrId = ip->GetSingleWordInOperand(0); in GetPtr() local
126 return GetPtr(ptrId, varId); in GetPtr()
H A Dmem_pass.h87 bool IsPtr(uint32_t ptrId);
92 Instruction* GetPtr(uint32_t ptrId, uint32_t* varId);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dscalar_replacement_pass.cpp388 context(), SpvOpVariable, ptrId, id, in CreateVariable()
442 uint32_t ptrId = 0; in GetOrCreatePointerType() local
446 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
447 return ptrId; in GetOrCreatePointerType()
458 ptrId = global.result_id(); in GetOrCreatePointerType()
464 if (ptrId != 0) { in GetOrCreatePointerType()
465 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
466 return ptrId; in GetOrCreatePointerType()
469 ptrId = TakeNextId(); in GetOrCreatePointerType()
477 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
[all …]
H A Dlocal_single_block_elim_pass.cpp31 bool LocalSingleBlockLoadStoreElimPass::HasOnlySupportedRefs(uint32_t ptrId) { in HasOnlySupportedRefs() argument
32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
33 if (get_def_use_mgr()->WhileEachUser(ptrId, [this](Instruction* user) { in HasOnlySupportedRefs()
45 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
H A Dmem_pass.cpp80 bool MemPass::IsPtr(uint32_t ptrId) { in IsPtr() argument
81 uint32_t varId = ptrId; in IsPtr()
95 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() argument
96 *varId = ptrId; in GetPtr()
125 const uint32_t ptrId = ip->GetSingleWordInOperand(0); in GetPtr() local
126 return GetPtr(ptrId, varId); in GetPtr()
H A Dmem_pass.h87 bool IsPtr(uint32_t ptrId);
92 Instruction* GetPtr(uint32_t ptrId, uint32_t* varId);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dscalar_replacement_pass.cpp388 context(), SpvOpVariable, ptrId, id, in CreateVariable()
442 uint32_t ptrId = 0; in GetOrCreatePointerType() local
446 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
447 return ptrId; in GetOrCreatePointerType()
458 ptrId = global.result_id(); in GetOrCreatePointerType()
464 if (ptrId != 0) { in GetOrCreatePointerType()
465 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
466 return ptrId; in GetOrCreatePointerType()
469 ptrId = TakeNextId(); in GetOrCreatePointerType()
477 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
[all …]
H A Dlocal_single_block_elim_pass.cpp31 bool LocalSingleBlockLoadStoreElimPass::HasOnlySupportedRefs(uint32_t ptrId) { in HasOnlySupportedRefs() argument
32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
33 if (get_def_use_mgr()->WhileEachUser(ptrId, [this](Instruction* user) { in HasOnlySupportedRefs()
45 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
H A Dmem_pass.cpp80 bool MemPass::IsPtr(uint32_t ptrId) { in IsPtr() argument
81 uint32_t varId = ptrId; in IsPtr()
95 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() argument
96 *varId = ptrId; in GetPtr()
125 const uint32_t ptrId = ip->GetSingleWordInOperand(0); in GetPtr() local
126 return GetPtr(ptrId, varId); in GetPtr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dscalar_replacement_pass.cpp463 context(), SpvOpVariable, ptrId, id, in CreateVariable()
520 uint32_t ptrId = 0; in GetOrCreatePointerType() local
524 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
525 return ptrId; in GetOrCreatePointerType()
536 ptrId = global.result_id(); in GetOrCreatePointerType()
542 if (ptrId != 0) { in GetOrCreatePointerType()
543 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
544 return ptrId; in GetOrCreatePointerType()
547 ptrId = TakeNextId(); in GetOrCreatePointerType()
555 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
[all …]
H A Dlocal_single_block_elim_pass.cpp31 bool LocalSingleBlockLoadStoreElimPass::HasOnlySupportedRefs(uint32_t ptrId) { in HasOnlySupportedRefs() argument
32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
33 if (get_def_use_mgr()->WhileEachUser(ptrId, [this](Instruction* user) { in HasOnlySupportedRefs()
50 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
H A Dmem_pass.cpp81 bool MemPass::IsPtr(uint32_t ptrId) { in IsPtr() argument
82 uint32_t varId = ptrId; in IsPtr()
96 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() argument
97 *varId = ptrId; in GetPtr()
131 const uint32_t ptrId = ip->GetSingleWordInOperand(0); in GetPtr() local
132 return GetPtr(ptrId, varId); in GetPtr()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dscalar_replacement_pass.cpp474 context(), SpvOpVariable, ptrId, id, in CreateVariable()
531 uint32_t ptrId = 0; in GetOrCreatePointerType() local
535 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
536 return ptrId; in GetOrCreatePointerType()
547 ptrId = global.result_id(); in GetOrCreatePointerType()
553 if (ptrId != 0) { in GetOrCreatePointerType()
554 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
555 return ptrId; in GetOrCreatePointerType()
558 ptrId = TakeNextId(); in GetOrCreatePointerType()
566 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
[all …]
H A Dlocal_single_block_elim_pass.cpp31 bool LocalSingleBlockLoadStoreElimPass::HasOnlySupportedRefs(uint32_t ptrId) { in HasOnlySupportedRefs() argument
32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
33 if (get_def_use_mgr()->WhileEachUser(ptrId, [this](Instruction* user) { in HasOnlySupportedRefs()
50 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
H A Dmem_pass.cpp80 bool MemPass::IsPtr(uint32_t ptrId) { in IsPtr() argument
81 uint32_t varId = ptrId; in IsPtr()
95 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() argument
96 *varId = ptrId; in GetPtr()
130 const uint32_t ptrId = ip->GetSingleWordInOperand(0); in GetPtr() local
131 return GetPtr(ptrId, varId); in GetPtr()
H A Dmem_pass.h87 bool IsPtr(uint32_t ptrId);
92 Instruction* GetPtr(uint32_t ptrId, uint32_t* varId);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dscalar_replacement_pass.cpp463 context(), SpvOpVariable, ptrId, id, in CreateVariable()
520 uint32_t ptrId = 0; in GetOrCreatePointerType() local
524 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
525 return ptrId; in GetOrCreatePointerType()
536 ptrId = global.result_id(); in GetOrCreatePointerType()
542 if (ptrId != 0) { in GetOrCreatePointerType()
543 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
544 return ptrId; in GetOrCreatePointerType()
547 ptrId = TakeNextId(); in GetOrCreatePointerType()
555 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
[all …]
H A Dlocal_single_block_elim_pass.cpp31 bool LocalSingleBlockLoadStoreElimPass::HasOnlySupportedRefs(uint32_t ptrId) { in HasOnlySupportedRefs() argument
32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
33 if (get_def_use_mgr()->WhileEachUser(ptrId, [this](Instruction* user) { in HasOnlySupportedRefs()
50 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
H A Dmem_pass.cpp81 bool MemPass::IsPtr(uint32_t ptrId) { in IsPtr() argument
82 uint32_t varId = ptrId; in IsPtr()
96 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() argument
97 *varId = ptrId; in GetPtr()
131 const uint32_t ptrId = ip->GetSingleWordInOperand(0); in GetPtr() local
132 return GetPtr(ptrId, varId); in GetPtr()
H A Dmem_pass.h87 bool IsPtr(uint32_t ptrId);
92 Instruction* GetPtr(uint32_t ptrId, uint32_t* varId);
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dscalar_replacement_pass.cpp474 context(), SpvOpVariable, ptrId, id, in CreateVariable()
531 uint32_t ptrId = 0; in GetOrCreatePointerType() local
535 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
536 return ptrId; in GetOrCreatePointerType()
547 ptrId = global.result_id(); in GetOrCreatePointerType()
553 if (ptrId != 0) { in GetOrCreatePointerType()
554 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
555 return ptrId; in GetOrCreatePointerType()
558 ptrId = TakeNextId(); in GetOrCreatePointerType()
566 pointee_to_pointer_[id] = ptrId; in GetOrCreatePointerType()
[all …]
H A Dlocal_single_block_elim_pass.cpp31 bool LocalSingleBlockLoadStoreElimPass::HasOnlySupportedRefs(uint32_t ptrId) { in HasOnlySupportedRefs() argument
32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs()
33 if (get_def_use_mgr()->WhileEachUser(ptrId, [this](Instruction* user) { in HasOnlySupportedRefs()
50 supported_ref_ptrs_.insert(ptrId); in HasOnlySupportedRefs()
H A Dmem_pass.cpp80 bool MemPass::IsPtr(uint32_t ptrId) { in IsPtr() argument
81 uint32_t varId = ptrId; in IsPtr()
95 Instruction* MemPass::GetPtr(uint32_t ptrId, uint32_t* varId) { in GetPtr() argument
96 *varId = ptrId; in GetPtr()
130 const uint32_t ptrId = ip->GetSingleWordInOperand(0); in GetPtr() local
131 return GetPtr(ptrId, varId); in GetPtr()

1234