Home
last modified time | relevance | path

Searched refs:replace_source (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_controlflow.cpp143 bool IfInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::IfInstr
145 return m_predicate->replace_source(old_src, new_src); in replace_source()
Dsfn_instr_controlflow.h89 bool replace_source(PRegister old_src, PVirtualValue new_src) override;
Dsfn_instr_lds.h92 bool replace_source(PRegister old_src, PVirtualValue new_src) override;
Dsfn_instr_fetch.h113 bool replace_source(PRegister old_src, PVirtualValue new_src) override;
Dsfn_instr_alu.h95 bool replace_source(PRegister old_src, PVirtualValue new_src) override;
Dsfn_instr_lds.cpp298 bool LDSAtomicInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::LDSAtomicInstr
Dsfn_instr.h105 virtual bool replace_source(PRegister old_src, PVirtualValue new_src);
Dsfn_instr.cpp145 bool Instr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::Instr
Dsfn_instr_fetch.cpp145 bool FetchInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::FetchInstr
Dsfn_optimizer.cpp371 progress |= i->replace_source(dest, src); in visit()
Dsfn_instr_alu.cpp357 bool AluInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::AluInstr