Searched refs:cloneShallow (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_build_util.cpp295 h[0] = cloneShallow(getFunction(), val);
296 h[1] = cloneShallow(getFunction(), val);
595 i->setDef(0, cloneShallow(fn, i->getDef(0)));
611 lo->setSrc(s, cloneShallow(fn, lo->getSrc(s)));
613 hi->setSrc(s, cloneShallow(fn, lo->getSrc(s)));
H A Dnv50_ir_lowering_gm107.cpp308 samples = cloneShallow(func, suq);
H A Dnv50_ir_peephole.cpp329 i->setSrc(s, cloneShallow(func, i->getSrc(s)));
337 i->setSrc(s, cloneShallow(func, i->getSrc(s)));
344 i->setSrc(s, cloneShallow(func, i->getSrc(s)));
352 i->setSrc(s, cloneShallow(func, i->getSrc(s)));
2022 set1 = cloneShallow(func, set1);
2068 Instruction *bset = cloneShallow(func, insn);
2635 ldst->setSrc(0, cloneShallow(fn, ldst->getSrc(0)));
2762 rec->insn->setSrc(0, cloneShallow(func, rec->insn->getSrc(0)));
3978 ld2 = cloneShallow(func, ld1);
H A Dnv50_ir_util.h737 inline T *cloneShallow(C *c, T *obj) function in namespace:nv50_ir
H A Dnv50_ir_lowering_nv50.cpp466 Value *res = cloneShallow(func, mul->getDef(0));
885 res[l][d] = cloneShallow(func, res[0][d]);
H A Dnv50_ir_ra.cpp1649 Value *slot = cloneShallow(func, base);
1678 Value *tmp = cloneShallow(func, slot);
1704 lval = cloneShallow(func, lval);
1714 Value *tmp = cloneShallow(func, slot);
H A Dnv50_ir_lowering_nvc0.cpp1681 atom->setSrc(0, cloneShallow(func, atom->getSrc(0)));
3183 Value *addr = cloneShallow(func, i->getSrc(0));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_build_util.cpp297 h[0] = cloneShallow(getFunction(), val);
298 h[1] = cloneShallow(getFunction(), val);
625 i->setDef(0, cloneShallow(fn, i->getDef(0)));
641 lo->setSrc(s, cloneShallow(fn, lo->getSrc(s)));
643 hi->setSrc(s, cloneShallow(fn, lo->getSrc(s)));
H A Dnv50_ir_lowering_gm107.cpp326 samples = cloneShallow(func, suq);
H A Dnv50_ir_peephole.cpp331 i->setSrc(s, cloneShallow(func, i->getSrc(s)));
339 i->setSrc(s, cloneShallow(func, i->getSrc(s)));
346 i->setSrc(s, cloneShallow(func, i->getSrc(s)));
354 i->setSrc(s, cloneShallow(func, i->getSrc(s)));
2075 set1 = cloneShallow(func, set1);
2121 Instruction *bset = cloneShallow(func, insn);
2688 ldst->setSrc(0, cloneShallow(fn, ldst->getSrc(0)));
2815 rec->insn->setSrc(0, cloneShallow(func, rec->insn->getSrc(0)));
4056 ld2 = cloneShallow(func, ld1);
H A Dnv50_ir_util.h737 inline T *cloneShallow(C *c, T *obj) function in namespace:nv50_ir
H A Dnv50_ir_ra.cpp1695 Value *slot = cloneShallow(func, base);
1724 Value *tmp = cloneShallow(func, slot);
1750 lval = cloneShallow(func, lval);
1760 Value *tmp = cloneShallow(func, slot);
H A Dnv50_ir_lowering_nv50.cpp489 Value *res = cloneShallow(func, mul->getDef(0));
939 res[l][d] = cloneShallow(func, res[0][d]);
H A Dnv50_ir_lowering_nvc0.cpp1697 atom->setSrc(0, cloneShallow(func, atom->getSrc(0)));
3397 Value *addr = cloneShallow(func, i->getSrc(0));

Completed in 39 milliseconds