Home
last modified time | relevance | path

Searched refs:cloneShallow (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp295 h[0] = cloneShallow(getFunction(), val); in mkSplit()
296 h[1] = cloneShallow(getFunction(), val); in mkSplit()
595 i->setDef(0, cloneShallow(fn, i->getDef(0))); in split64BitOpPostRA()
611 lo->setSrc(s, cloneShallow(fn, lo->getSrc(s))); in split64BitOpPostRA()
613 hi->setSrc(s, cloneShallow(fn, lo->getSrc(s))); in split64BitOpPostRA()
Dnv50_ir_peephole.cpp329 i->setSrc(s, cloneShallow(func, i->getSrc(s))); in visit()
337 i->setSrc(s, cloneShallow(func, i->getSrc(s))); in visit()
344 i->setSrc(s, cloneShallow(func, i->getSrc(s))); in visit()
352 i->setSrc(s, cloneShallow(func, i->getSrc(s))); in visit()
2058 set1 = cloneShallow(func, set1); in handleLOGOP()
2104 Instruction *bset = cloneShallow(func, insn); in handleCVT_NEG()
2671 ldst->setSrc(0, cloneShallow(fn, ldst->getSrc(0))); in updateLdStOffset()
2798 rec->insn->setSrc(0, cloneShallow(func, rec->insn->getSrc(0))); in combineLd()
4024 ld2 = cloneShallow(func, ld1); in checkSplitLoad()
Dnv50_ir_lowering_gm107.cpp307 samples = cloneShallow(func, suq); in handleSUQ()
Dnv50_ir_util.h737 inline T *cloneShallow(C *c, T *obj) in cloneShallow() function
Dnv50_ir_ra.cpp1691 Value *slot = cloneShallow(func, base); in offsetSlot()
1720 Value *tmp = cloneShallow(func, slot); in spill()
1746 lval = cloneShallow(func, lval); in unspill()
1756 Value *tmp = cloneShallow(func, slot); in unspill()
Dnv50_ir_lowering_nv50.cpp466 Value *res = cloneShallow(func, mul->getDef(0)); in handleMUL()
885 res[l][d] = cloneShallow(func, res[0][d]); in handleTXB()
Dnv50_ir_lowering_nvc0.cpp1696 atom->setSrc(0, cloneShallow(func, atom->getSrc(0))); in handleATOM()
3308 Value *addr = cloneShallow(func, i->getSrc(0)); in visit()