Home
last modified time | relevance | path

Searched refs:addLiveRange (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfgNode.cpp851 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 DIceOperand.h777 void addLiveRange(InstNumberT Start, InstNumberT End, in addLiveRange() function in Ice::RegNumT::Variable
H A DIceRegAlloc.cpp258 Var->addLiveRange(LRBegin[i], LREnd[i]); in initForInfOnly()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp237 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