Searched refs:DCEInst (Results 1 – 15 of 15) sorted by relevance
/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 | 243 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
|
D | mem_pass.cpp | 189 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
|
D | local_access_chain_convert_pass.cpp | 321 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
|
/third_party/skia/third_party/externals/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 | 243 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
|
D | local_access_chain_convert_pass.cpp | 298 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
|
D | mem_pass.cpp | 189 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | mem_pass.h | 114 void DCEInst(Instruction* inst, const std::function<void(Instruction*)>&);
|
D | dead_insert_elim_pass.cpp | 243 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
|
D | local_access_chain_convert_pass.cpp | 298 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
|
D | mem_pass.cpp | 189 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CHANGES | 988 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 988 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
|
/third_party/spirv-tools/ |
D | CHANGES | 1096 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
|