Home
last modified time | relevance | path

Searched refs:DCEInst (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_single_block_elim_pass.cpp111 DCEInst(loadInst); in ReplaceAndDeleteLoad()
168 void LocalSingleBlockLoadStoreElimPass::DCEInst(ir::Instruction* inst) { in DCEInst() function in spvtools::opt::LocalSingleBlockLoadStoreElimPass
292 DCEInst(&*ii); in LocalSingleBlockLoadStoreElim()
Dlocal_single_store_elim_pass.cpp180 DCEInst(loadInst); in ReplaceAndDeleteLoad()
348 void LocalSingleStoreElimPass::DCEInst(ir::Instruction* inst) { in DCEInst() function in spvtools::opt::LocalSingleStoreElimPass
394 DCEInst(v.second); in SingleStoreDCE()
Dlocal_single_block_elim_pass.h86 void DCEInst(ir::Instruction* inst);
Dlocal_single_store_elim_pass.h125 void DCEInst(ir::Instruction* inst);
Dlocal_ssa_elim_pass.h90 void DCEInst(ir::Instruction* inst);
Dlocal_ssa_elim_pass.cpp208 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/
Dmem_pass.h114 void DCEInst(Instruction* inst, const std::function<void(Instruction*)>&);
Ddead_insert_elim_pass.cpp243 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
Dlocal_access_chain_convert_pass.cpp298 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
Dmem_pass.cpp189 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
/third_party/spirv-tools/source/opt/
Dmem_pass.h114 void DCEInst(Instruction* inst, const std::function<void(Instruction*)>&);
Ddead_insert_elim_pass.cpp243 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
Dlocal_access_chain_convert_pass.cpp298 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
Dmem_pass.cpp190 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/
Dmem_pass.h114 void DCEInst(Instruction* inst, const std::function<void(Instruction*)>&);
Ddead_insert_elim_pass.cpp243 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
Dlocal_access_chain_convert_pass.cpp298 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
Dmem_pass.cpp189 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
/third_party/spirv-tools/
DCHANGES930 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
/third_party/skia/third_party/externals/spirv-tools/
DCHANGES988 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCHANGES988 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).