Searched refs:replace_source (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_controlflow.cpp | 143 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()
|
D | sfn_instr_controlflow.h | 89 bool replace_source(PRegister old_src, PVirtualValue new_src) override;
|
D | sfn_instr_lds.h | 92 bool replace_source(PRegister old_src, PVirtualValue new_src) override;
|
D | sfn_instr_fetch.h | 113 bool replace_source(PRegister old_src, PVirtualValue new_src) override;
|
D | sfn_instr_alu.h | 95 bool replace_source(PRegister old_src, PVirtualValue new_src) override;
|
D | sfn_instr_lds.cpp | 298 bool LDSAtomicInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::LDSAtomicInstr
|
D | sfn_instr.h | 105 virtual bool replace_source(PRegister old_src, PVirtualValue new_src);
|
D | sfn_instr.cpp | 145 bool Instr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::Instr
|
D | sfn_instr_fetch.cpp | 145 bool FetchInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::FetchInstr
|
D | sfn_optimizer.cpp | 371 progress |= i->replace_source(dest, src); in visit()
|
D | sfn_instr_alu.cpp | 357 bool AluInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::AluInstr
|