Home
last modified time | relevance | path

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

/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()
Dmem_pass.cpp189 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
Dlocal_access_chain_convert_pass.cpp321 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
/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/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/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).
/third_party/spirv-tools/
DCHANGES1096 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).