Home
last modified time | relevance | path

Searched refs:dce_cleanup (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_dce_cleanup.cpp33 int dce_cleanup::run() { in run()
45 bool dce_cleanup::visit(node& n, bool enter) { in visit()
56 bool dce_cleanup::visit(alu_group_node& n, bool enter) { in visit()
64 bool dce_cleanup::visit(cf_node& n, bool enter) { in visit()
78 bool dce_cleanup::visit(alu_node& n, bool enter) { in visit()
89 bool dce_cleanup::visit(alu_packed_node& n, bool enter) { in visit()
100 bool dce_cleanup::visit(fetch_node& n, bool enter) { in visit()
111 bool dce_cleanup::visit(region_node& n, bool enter) { in visit()
122 void dce_cleanup::cleanup_dst(node& n) { in cleanup_dst()
139 bool dce_cleanup::visit(container_node& n, bool enter) { in visit()
[all …]
Dsb_core.cpp187 SB_RUN_PASS(dce_cleanup, 0); in r600_sb_bytecode_process()
210 SB_RUN_PASS(dce_cleanup, 1); in r600_sb_bytecode_process()
225 SB_RUN_PASS(dce_cleanup, 1); in r600_sb_bytecode_process()
Dsb_pass.h119 class dce_cleanup : public vpass {
126 dce_cleanup(shader &s) : vpass(s), in dce_cleanup() function