Searched refs:addLiveRange (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 249 void addLiveRange(Value *, const BasicBlock *, int end); 329 RegAlloc::BuildIntervalsPass::addLiveRange(Value *val, function in class:nv50_ir::RegAlloc::BuildIntervalsPass 673 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); 688 addLiveRange(i->getSrc(s), bb, i->serial);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 249 void addLiveRange(Value *, const BasicBlock *, int end); 374 RegAlloc::BuildIntervalsPass::addLiveRange(Value *val, function in class:nv50_ir::RegAlloc::BuildIntervalsPass 716 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); 731 addLiveRange(i->getSrc(s), bb, i->serial);
|
Completed in 8 milliseconds