Searched refs:DCEInst (Results 1 – 15 of 15) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | mem_pass.h | 114 void DCEInst(Instruction* inst, const std::function<void(Instruction*)>&);
|
D | dead_insert_elim_pass.cpp | 242 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
|
D | local_access_chain_convert_pass.cpp | 264 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
|
D | mem_pass.cpp | 184 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | mem_pass.h | 114 void DCEInst(Instruction* inst, const std::function<void(Instruction*)>&);
|
D | dead_insert_elim_pass.cpp | 242 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
|
D | local_access_chain_convert_pass.cpp | 264 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
|
D | mem_pass.cpp | 184 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | mem_pass.h | 114 void DCEInst(Instruction* inst, const std::function<void(Instruction*)>&);
|
D | dead_insert_elim_pass.cpp | 242 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
|
D | local_access_chain_convert_pass.cpp | 264 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
|
D | mem_pass.cpp | 184 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 628 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
|
/external/angle/third_party/spirv-tools/src/ |
D | CHANGES | 655 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
|
/external/deqp-deps/SPIRV-Tools/ |
D | CHANGES | 655 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
|