Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dmem_pass.h114 void DCEInst(Instruction* inst, const std::function<void(Instruction*)>&);
Ddead_insert_elim_pass.cpp242 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
Dlocal_access_chain_convert_pass.cpp264 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
Dmem_pass.cpp184 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.h114 void DCEInst(Instruction* inst, const std::function<void(Instruction*)>&);
Ddead_insert_elim_pass.cpp242 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
Dlocal_access_chain_convert_pass.cpp264 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
Dmem_pass.cpp184 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
/external/angle/third_party/spirv-tools/src/source/opt/
Dmem_pass.h114 void DCEInst(Instruction* inst, const std::function<void(Instruction*)>&);
Ddead_insert_elim_pass.cpp242 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in EliminateDeadInsertsOnePass()
Dlocal_access_chain_convert_pass.cpp264 DCEInst(inst, [&dead_instructions](Instruction* other_inst) { in ConvertLocalAccessChains()
Dmem_pass.cpp184 void MemPass::DCEInst(Instruction* inst, in DCEInst() function in spvtools::opt::MemPass
/external/swiftshader/third_party/SPIRV-Tools/
DCHANGES628 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
/external/angle/third_party/spirv-tools/src/
DCHANGES655 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).
/external/deqp-deps/SPIRV-Tools/
DCHANGES655 - #1341: DCEInst: Keep atomic instructions (and some others with side effects).