Searched refs:dce_cleanup (Results 1 - 6 of 6) sorted by relevance

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

Completed in 7 milliseconds