Searched refs:pol (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 258 LValue::clone(ClonePolicy<Function>& pol) const 260 LValue *that = new_LValue(pol.context(), reg.file); 262 pol.set<Value>(this, that); 293 Symbol::clone(ClonePolicy<Function>& pol) const 295 Program *prog = pol.context()->getProgram(); 299 pol.set<Value>(this, that); 367 ImmediateValue::clone(ClonePolicy<Function>& pol) const 369 Program *prog = pol.context()->getProgram(); 372 pol.set<Value>(this, that); 744 Instruction::clone(ClonePolicy<Function>& pol, Instructio argument 929 clone(ClonePolicy<Function> & pol,Instruction * i) const argument 1054 clone(ClonePolicy<Function> & pol,Instruction * i) const argument 1084 clone(ClonePolicy<Function> & pol,Instruction * i) const argument [all...] |
| H A D | nv50_ir_bb.cpp | 95 BasicBlock::clone(ClonePolicy<Function>& pol) const 97 BasicBlock *bb = new BasicBlock(pol.context()); 99 pol.set(this, bb); 102 bb->insertTail(i->clone(pol)); 104 pol.context()->cfg.insert(&bb->cfg); 108 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
|
| H A D | nv50_ir_inlines.h | 328 DeepClonePolicy<Function> pol(ctx); local in function:cloneForward 331 pol.set(obj->getSrc(i), obj->getSrc(i)); 333 return obj->clone(pol);
|
| H A D | nv50_ir_util.h | 739 ShallowClonePolicy<C> pol(c); local in function:nv50_ir::cloneShallow 740 return obj->clone(pol);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 257 LValue::clone(ClonePolicy<Function>& pol) const 259 LValue *that = new_LValue(pol.context(), reg.file); 261 pol.set<Value>(this, that); 294 Symbol::clone(ClonePolicy<Function>& pol) const 296 Program *prog = pol.context()->getProgram(); 300 pol.set<Value>(this, that); 368 ImmediateValue::clone(ClonePolicy<Function>& pol) const 370 Program *prog = pol.context()->getProgram(); 373 pol.set<Value>(this, that); 748 Instruction::clone(ClonePolicy<Function>& pol, Instructio argument 931 clone(ClonePolicy<Function> & pol,Instruction * i) const argument 1118 clone(ClonePolicy<Function> & pol,Instruction * i) const argument 1148 clone(ClonePolicy<Function> & pol,Instruction * i) const argument [all...] |
| H A D | nv50_ir_bb.cpp | 95 BasicBlock::clone(ClonePolicy<Function>& pol) const 97 BasicBlock *bb = new BasicBlock(pol.context()); 99 pol.set(this, bb); 102 bb->insertTail(i->clone(pol)); 104 pol.context()->cfg.insert(&bb->cfg); 108 bb->cfg.attach(&pol.get(obb)->cfg, it.getType());
|
| H A D | nv50_ir_inlines.h | 328 DeepClonePolicy<Function> pol(ctx); local in function:cloneForward 331 pol.set(obj->getSrc(i), obj->getSrc(i)); 333 return obj->clone(pol);
|
| H A D | nv50_ir_util.h | 739 ShallowClonePolicy<C> pol(c); local in function:nv50_ir::cloneShallow 740 return obj->clone(pol);
|
Completed in 18 milliseconds