Home
last modified time | relevance | path

Searched refs:removeSegment (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dzip.d799 removeSegment(i, i + endOfCentralDirLength + endCommentLength); in this()
808 removeSegment(k, k + zip64EndOfCentralDirLocatorLength); in this()
831 removeSegment(i, cast(uint) (i + 12 + eocd64Size)); in this()
895 removeSegment(i, i + centralFileHeaderLength + namelen + extralen + commentlen); in this()
913 removeSegment(de.offset, de.offset + localFileHeaderLength + localFileHeaderNamelen in this()
1349 void removeSegment(uint start, uint end) pure @safe in removeSegment() function
1376 removeSegment(10,20); in with()
1380 removeSegment(0,20); in with()
1384 removeSegment(10,100); in with()
1388 removeSegment(220,230); in with()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h517 void removeSegment(SlotIndex Start, SlotIndex End,
520 void removeSegment(Segment S, bool RemoveDeadValNo = false) {
521 removeSegment(S.start, S.end, RemoveDeadValNo);
526 iterator removeSegment(iterator I) { in removeSegment() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIElimination.cpp404 DestLI.removeSegment(MBBStartIndex, MBBStartIndex.getDeadSlot()); in LowerPHINode()
411 DestLI.removeSegment(MBBStartIndex, DestCopyIndex.getRegSlot()); in LowerPHINode()
596 SrcLI.removeSegment(LastUseIndex.getRegSlot(), in LowerPHINode()
H A DLiveIntervals.cpp542 LI.removeSegment(I); in computeDeadValues()
626 SR.removeSegment(*Segment); in shrinkToUses()
654 LR.removeSegment(Kill, LRQ.endPoint()); in pruneValue()
660 LR.removeSegment(Kill, MBBEnd); in pruneValue()
686 LR.removeSegment(MBBStart, LRQ.endPoint()); in pruneValue()
693 LR.removeSegment(MBBStart, MBBEnd); in pruneValue()
1612 LR.removeSegment(*LII, true); in repairOldRegInRange()
H A DLiveInterval.cpp583 void LiveRange::removeSegment(SlotIndex Start, SlotIndex End, in removeSegment() function in LiveRange
H A DMachineBasicBlock.cpp1228 LI.removeSegment(StartIndex, EndIndex); in SplitCriticalEdge()
H A DTwoAddressInstructionPass.cpp1501 LI.removeSegment(LastCopyIdx, UseIdx); in processTiedPairs()
H A DRegisterCoalescer.cpp689 S.removeSegment(*SS, true); in adjustCopiesBackFrom()
1012 SB.removeSegment(*S, true); in removeCopyByCommutingDef()
H A DSplitKit.cpp1244 LR.removeSegment(*Seg, true); in removeDeadSegment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp541 LI.removeSegment(LIS.getInstructionIndex(*Def).getRegSlot(), in moveForSingleUse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1177 L2.removeSegment(*L2.begin()); in coalesceRegisters()