Searched refs:tryReplace (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp2025 inline bool tryReplace(Instruction **, Instruction *);
2165 LocalCSE::tryReplace(Instruction **ptr, Instruction *i) function in class:nv50_ir::LocalCSE
2219 if (tryReplace(&ir, ik))
2226 if (tryReplace(&ir, ik))
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp2025 inline bool tryReplace(Instruction **, Instruction *);
2165 LocalCSE::tryReplace(Instruction **ptr, Instruction *i) function in class:nv50_ir::LocalCSE
2219 if (tryReplace(&ir, ik))
2226 if (tryReplace(&ir, ik))

Completed in 116 milliseconds