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/
H A 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
[all...]
H A Dsfn_instr_controlflow.h74 class IfInstr : public Instr { class
77 IfInstr(AluInstr *pred);
78 IfInstr(const IfInstr& orig);
80 bool is_equal_to(const IfInstr& lhs) const;
H A Dsfn_optimizer.cpp79 void visit(IfInstr *instr) override {(void)instr;};
235 void visit(IfInstr *instr) in visit()
251 void visit(IfInstr *instr) override {(void)instr;}
279 void visit(IfInstr *instr) override {(void)instr;}
495 void visit(IfInstr *instr) override;
647 void SimplifySourceVecVisitor::visit(IfInstr *instr) in visit()
H A Dsfn_instr.h47 class IfInstr;
291 virtual void visit(const IfInstr& instr) = 0;
312 virtual void visit(IfInstr *instr) = 0;
H A Dsfn_peephole.cpp41 void visit(IfInstr *instr) override;
157 void PeepholeVisitor::visit(IfInstr *instr) in visit()
H A Dsfn_liverangeevaluator.cpp55 void visit(IfInstr *instr) override;
340 void LiveRangeInstrVisitor::visit(IfInstr *instr) in visit()
H A Dsfn_instr.cpp460 DECLARE_MEMBER(IfInstr);
503 void visit(const IfInstr& instr) override {
H A Dsfn_instrfactory.cpp93 result = IfInstr::from_string(is, m_value_factory); in from_string()
H A Dsfn_instr_alu.h201 void visit(IfInstr *instr) override;
H A Dsfn_shader.h363 void visit(IfInstr *instr) override {(void) instr;}
H A Dsfn_shader.cpp694 IfInstr *ir = new IfInstr(pred); in emit_if_start()
H A Dsfn_scheduler.cpp80 void visit(IfInstr *instr) override {
H A Dsfn_assembler.cpp59 void visit(const IfInstr& instr) override;
832 void AssamblerVisitor::visit(const IfInstr& instr) in visit()
H A Dsfn_instr_alu.cpp1084 void AluInstrVisitor::visit(IfInstr *instr) in visit()

Completed in 19 milliseconds