Searched refs:cloneShallow (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 295 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()
|
D | nv50_ir_peephole.cpp | 329 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()
|
D | nv50_ir_lowering_gm107.cpp | 307 samples = cloneShallow(func, suq); in handleSUQ()
|
D | nv50_ir_util.h | 737 inline T *cloneShallow(C *c, T *obj) in cloneShallow() function
|
D | nv50_ir_ra.cpp | 1691 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()
|
D | nv50_ir_lowering_nv50.cpp | 466 Value *res = cloneShallow(func, mul->getDef(0)); in handleMUL() 885 res[l][d] = cloneShallow(func, res[0][d]); in handleTXB()
|
D | nv50_ir_lowering_nvc0.cpp | 1696 atom->setSrc(0, cloneShallow(func, atom->getSrc(0))); in handleATOM() 3308 Value *addr = cloneShallow(func, i->getSrc(0)); in visit()
|