/third_party/spirv-tools/source/opt/ |
D | mem_pass.cpp | 178 void MemPass::AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts) { in AddStores() function in spvtools::opt::MemPass 182 AddStores(user->result_id(), insts); in AddStores() 219 if (varId != 0 && !IsLiveVar(varId)) AddStores(varId, &deadInsts); in DCEInst()
|
D | mem_pass.h | 109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
|
D | aggressive_dead_code_elim_pass.h | 93 void AddStores(Function* func, uint32_t ptrId);
|
D | aggressive_dead_code_elim_pass.cpp | 118 void AggressiveDCEPass::AddStores(Function* func, uint32_t ptrId) { in AddStores() function in spvtools::opt::AggressiveDCEPass 128 this->AddStores(func, user->result_id()); in AddStores() 193 AddStores(func, varId); in ProcessLoad()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | mem_pass.cpp | 178 void MemPass::AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts) { in AddStores() function in spvtools::opt::MemPass 182 AddStores(user->result_id(), insts); in AddStores() 219 if (varId != 0 && !IsLiveVar(varId)) AddStores(varId, &deadInsts); in DCEInst()
|
D | mem_pass.h | 109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
|
D | aggressive_dead_code_elim_pass.h | 93 void AddStores(Function* func, uint32_t ptrId);
|
D | aggressive_dead_code_elim_pass.cpp | 117 void AggressiveDCEPass::AddStores(Function* func, uint32_t ptrId) { in AddStores() function in spvtools::opt::AggressiveDCEPass 127 this->AddStores(func, user->result_id()); in AddStores() 195 AddStores(func, varId); in ProcessLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | mem_pass.cpp | 178 void MemPass::AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts) { in AddStores() function in spvtools::opt::MemPass 182 AddStores(user->result_id(), insts); in AddStores() 219 if (varId != 0 && !IsLiveVar(varId)) AddStores(varId, &deadInsts); in DCEInst()
|
D | mem_pass.h | 109 void AddStores(uint32_t ptr_id, std::queue<Instruction*>* insts);
|
D | aggressive_dead_code_elim_pass.h | 93 void AddStores(Function* func, uint32_t ptrId);
|
D | aggressive_dead_code_elim_pass.cpp | 117 void AggressiveDCEPass::AddStores(Function* func, uint32_t ptrId) { in AddStores() function in spvtools::opt::AggressiveDCEPass 127 this->AddStores(func, user->result_id()); in AddStores() 195 AddStores(func, varId); in ProcessLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/ |
D | repeated_pass_instances.h | 134 REPEATED_PASS_INSTANCE(AddStores);
|
/third_party/spirv-tools/source/fuzz/pass_management/ |
D | repeated_pass_instances.h | 134 REPEATED_PASS_INSTANCE(AddStores);
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/pass_management/ |
D | repeated_pass_instances.h | 134 REPEATED_PASS_INSTANCE(AddStores);
|