Home
last modified time | relevance | path

Searched refs:splitBefore (Results 1 – 6 of 6) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java619 split = argumentInterval.splitBefore(use.getPosition()); in performLinearScan()
624 .splitBefore(argumentInterval.getValue().definition.getNumber() + 1); in performLinearScan()
674 LiveIntervals split = intervals.splitBefore(secondUse.getPosition()); in performLinearScan()
1071 LiveIntervals split = unhandledInterval.splitBefore(nextConstrainedPosition); in allocateSingleInterval()
1088 LiveIntervals split = unhandledInterval.splitBefore(largestFreePosition); in allocateSingleInterval()
1351 LiveIntervals split = unhandledInterval.splitBefore(splitPosition); in allocateBlockedRegister()
1362 LiveIntervals splitChild = unhandledInterval.splitBefore(blockedPosition); in allocateBlockedRegister()
1429 LiveIntervals split = intervals.splitBefore(unhandledInterval.getStart()); in splitOverlappingInactiveIntervals()
1448 LiveIntervals splitChild = intervals.splitBefore(unhandledInterval.getStart()); in spillOverlappingActiveIntervals()
1466 LiveIntervals splitOfSplit = splitChild.splitBefore(splitChild.getFirstUse()); in spillOverlappingActiveIntervals()
[all …]
DLiveIntervals.java342 public LiveIntervals splitBefore(int start) { in splitBefore() method in LiveIntervals
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_bb.cpp330 BasicBlock::splitBefore(Instruction *insn, bool attach) in splitBefore() function in nv50_ir::BasicBlock
Dnv50_ir.h1104 BasicBlock *splitBefore(Instruction *, bool attach = true);
Dnv50_ir_lowering_nvc0.cpp1181 BasicBlock *tryLockBB = atom->bb->splitBefore(atom, false); in handleSharedATOMNVE4()
1282 BasicBlock *tryLockAndSetBB = atom->bb->splitBefore(atom, false); in handleSharedATOM()
Dnv50_ir_lowering_nv50.cpp911 BasicBlock *texiBB = i->bb->splitBefore(i, false); in handleTXL()