Home
last modified time | relevance | path

Searched refs:addLiveRange (Results 1 – 5 of 5) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1751 private void addLiveRange(Value v, BasicBlock b, int end) { in addLiveRange() method
1821 addLiveRange(value, block, end); in computeLiveRanges()
1833 addLiveRange(definition, block, instruction.getNumber() + INSTRUCTION_NUMBER_DELTA); in computeLiveRanges()
1840 addLiveRange(use, block, instruction.getNumber()); in computeLiveRanges()
1854 addLiveRange(use, block, number); in computeLiveRanges()
1862 addLiveRange(use, block, number); in computeLiveRanges()
/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp873 Var->addLiveRange(FirstInstNum, LE, this); in livenessAddIntervals()
874 Var->addLiveRange(LB, LastInstNum + 1, this); in livenessAddIntervals()
881 Var->addLiveRange(LB, LE, this); in livenessAddIntervals()
893 Var->addLiveRange(FirstInstNum, LastInstNum + 1, this); in livenessAddIntervals()
DIceRegAlloc.cpp258 Var->addLiveRange(LRBegin[i], LREnd[i]); in initForInfOnly()
DIceOperand.h791 void addLiveRange(InstNumberT Start, InstNumberT End,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp253 void addLiveRange(Value *, const BasicBlock *, int end);
328 RegAlloc::BuildIntervalsPass::addLiveRange(Value *val, in addLiveRange() function in nv50_ir::RegAlloc::BuildIntervalsPass
672 addLiveRange(func->getLValue(j), bb, bb->getExit()->serial + 1); in visit()
687 addLiveRange(i->getSrc(s), bb, i->serial); in visit()