/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | local_single_block_elim_pass.cpp | 111 DCEInst(loadInst); in ReplaceAndDeleteLoad() 168 void LocalSingleBlockLoadStoreElimPass::DCEInst(ir::Instruction* inst) { in DCEInst() function in spvtools::opt::LocalSingleBlockLoadStoreElimPass 292 DCEInst(&*ii); in LocalSingleBlockLoadStoreElim()
|
D | local_single_store_elim_pass.cpp | 180 DCEInst(loadInst); in ReplaceAndDeleteLoad() 348 void LocalSingleStoreElimPass::DCEInst(ir::Instruction* inst) { in DCEInst() function in spvtools::opt::LocalSingleStoreElimPass 394 DCEInst(v.second); in SingleStoreDCE()
|
D | local_single_block_elim_pass.h | 86 void DCEInst(ir::Instruction* inst);
|
D | local_single_store_elim_pass.h | 125 void DCEInst(ir::Instruction* inst);
|
D | local_ssa_elim_pass.h | 90 void DCEInst(ir::Instruction* inst);
|
D | local_ssa_elim_pass.cpp | 208 void LocalMultiStoreElimPass::DCEInst(ir::Instruction* inst) { in DCEInst() function in spvtools::opt::LocalMultiStoreElimPass 685 DCEInst(&*ii); in EliminateMultiStoreLocal()
|
/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/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 | 190 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
|
/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/spirv-tools/ |
D | CHANGES | 930 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
|
/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).
|