Searched defs:replace_source (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ | ||
H A D | sfn_instr_controlflow.cpp | 143 bool IfInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::IfInstr |
H A D | sfn_instr_lds.cpp | 298 bool LDSAtomicInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::LDSAtomicInstr |
H A D | sfn_instr.cpp | 145 bool Instr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::Instr |
H A D | sfn_instr_fetch.cpp | 145 bool FetchInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::FetchInstr |
H A D | sfn_instr_alu.cpp | 357 bool AluInstr::replace_source(PRegister old_src, PVirtualValue new_src) in replace_source() function in r600::AluInstr |
Completed in 7 milliseconds