Searched refs:addLiveRange (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfgNode.cpp | 851 Var->addLiveRange(FirstInstNum, LE, this); in livenessAddIntervals() 852 Var->addLiveRange(LB, LastInstNum + 1, this); in livenessAddIntervals() 859 Var->addLiveRange(LB, LE, this); in livenessAddIntervals() 871 Var->addLiveRange(FirstInstNum, LastInstNum + 1, this); in livenessAddIntervals()
|
H A D | IceOperand.h | 777 void addLiveRange(InstNumberT Start, InstNumberT End, in addLiveRange() function in Ice::RegNumT::Variable
|
H A D | IceRegAlloc.cpp | 258 Var->addLiveRange(LRBegin[i], LREnd[i]); in initForInfOnly()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 237 void addLiveRange(Value *, const BasicBlock *, int end); 362 RegAlloc::BuildIntervalsPass::addLiveRange(Value *val, in addLiveRange() function in nv50_ir::RegAlloc::BuildIntervalsPass 704 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); in visit() 719 addLiveRange(i->getSrc(s), bb, i->serial); in visit()
|
Completed in 10 milliseconds