Searched refs:cloneShallow (Results 1 – 6 of 6) 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 | 311 i->setSrc(s, cloneShallow(func, i->getSrc(s))); in visit() 319 i->setSrc(s, cloneShallow(func, i->getSrc(s))); in visit() 326 i->setSrc(s, cloneShallow(func, i->getSrc(s))); in visit() 1913 set1 = cloneShallow(func, set1); in handleLOGOP() 1959 Instruction *bset = cloneShallow(func, insn); in handleCVT_NEG() 2431 ldst->setSrc(0, cloneShallow(fn, ldst->getSrc(0))); in updateLdStOffset() 2558 rec->insn->setSrc(0, cloneShallow(func, rec->insn->getSrc(0))); in combineLd() 3768 ld2 = cloneShallow(func, ld1); in checkSplitLoad()
|
D | nv50_ir_ra.cpp | 1609 Value *slot = cloneShallow(func, base); in offsetSlot() 1638 Value *tmp = cloneShallow(func, slot); in spill() 1664 lval = cloneShallow(func, lval); in unspill() 1674 Value *tmp = cloneShallow(func, slot); in unspill()
|
D | nv50_ir_util.h | 734 inline T *cloneShallow(C *c, T *obj) in cloneShallow() function
|
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 | 1596 atom->setSrc(0, cloneShallow(func, atom->getSrc(0))); in handleATOM() 2944 Value *addr = cloneShallow(func, i->getSrc(0)); in visit()
|