Home
last modified time | relevance | path

Searched refs:IfInstr (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_controlflow.cpp117 IfInstr::IfInstr(AluInstr *pred): in IfInstr() function in r600::IfInstr
123 IfInstr::IfInstr(const IfInstr& orig) in IfInstr() function in r600::IfInstr
128 bool IfInstr::is_equal_to(const IfInstr& rhs) const in is_equal_to()
133 void IfInstr::accept(ConstInstrVisitor& visitor) const in accept()
138 void IfInstr::accept(InstrVisitor& visitor) in accept()
143 bool IfInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source()
148 bool IfInstr::do_ready() const in do_ready()
153 void IfInstr::forward_set_scheduled() in forward_set_scheduled()
158 void IfInstr::forward_set_blockid(int id, int index) in forward_set_blockid()
163 void IfInstr::do_print(std::ostream& os) const in do_print()
[all …]
Dsfn_instr_controlflow.h74 class IfInstr : public Instr {
77 IfInstr(AluInstr *pred);
78 IfInstr(const IfInstr& orig);
80 bool is_equal_to(const IfInstr& lhs) const;
Dsfn_optimizer.cpp79 void visit(IfInstr *instr) override {(void)instr;}; in visit()
235 void visit(IfInstr *instr) in visit()
251 void visit(IfInstr *instr) override {(void)instr;} in visit()
279 void visit(IfInstr *instr) override {(void)instr;} in visit()
495 void visit(IfInstr *instr) override;
647 void SimplifySourceVecVisitor::visit(IfInstr *instr) in visit()
Dsfn_instr.h47 class IfInstr; variable
291 virtual void visit(const IfInstr& instr) = 0;
312 virtual void visit(IfInstr *instr) = 0;
Dsfn_peephole.cpp41 void visit(IfInstr *instr) override;
157 void PeepholeVisitor::visit(IfInstr *instr) in visit()
Dsfn_instr.cpp460 DECLARE_MEMBER(IfInstr);
503 void visit(const IfInstr& instr) override { in visit()
Dsfn_liverangeevaluator.cpp55 void visit(IfInstr *instr) override;
340 void LiveRangeInstrVisitor::visit(IfInstr *instr) in visit()
Dsfn_instrfactory.cpp93 result = IfInstr::from_string(is, m_value_factory); in from_string()
Dsfn_instr_alu.h201 void visit(IfInstr *instr) override;
Dsfn_shader.h363 void visit(IfInstr *instr) override {(void) instr;} in visit()
Dsfn_shader.cpp694 IfInstr *ir = new IfInstr(pred); in emit_if_start()
Dsfn_assembler.cpp59 void visit(const IfInstr& instr) override;
832 void AssamblerVisitor::visit(const IfInstr& instr) in visit()
Dsfn_scheduler.cpp80 void visit(IfInstr *instr) override { in visit()
Dsfn_instr_alu.cpp1084 void AluInstrVisitor::visit(IfInstr *instr) in visit()