Searched refs:splitBefore (Results 1 – 6 of 6) sorted by relevance
619 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 …]
342 public LiveIntervals splitBefore(int start) { in splitBefore() method in LiveIntervals
330 BasicBlock::splitBefore(Instruction *insn, bool attach) in splitBefore() function in nv50_ir::BasicBlock
1104 BasicBlock *splitBefore(Instruction *, bool attach = true);
1181 BasicBlock *tryLockBB = atom->bb->splitBefore(atom, false); in handleSharedATOMNVE4()1282 BasicBlock *tryLockAndSetBB = atom->bb->splitBefore(atom, false); in handleSharedATOM()
911 BasicBlock *texiBB = i->bb->splitBefore(i, false); in handleTXL()