Home
last modified time | relevance | path

Searched refs:addSegment (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp412 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA()
415 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
H A DLiveRangeEdit.cpp403 NewLI.addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), VNI)); in eliminateDeadDef()
409 SR->addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), in eliminateDeadDef()
H A DLiveRegMatrix.cpp216 LR.addSegment(Seg); in checkInterference()
H A DLiveInterval.cpp219 iterator addSegment(Segment S) { in addSegment() function in __anon418b83490111::CalcLiveRangeUtilBase
530 CalcLiveRangeUtilSet(this).addSegment(S); in addSegmentToSet()
533 LiveRange::iterator LiveRange::addSegment(Segment S) { in addSegment() function in LiveRange
540 return CalcLiveRangeUtilVector(this).addSegment(S); in addSegment()
H A DLiveIntervals.cpp384 LR.addSegment(LiveRange::Segment(Def, Def.getDeadSlot(), VNI)); in createSegmentsForValues()
442 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
896 Interval.addSegment(S); in addSegmentToEndOfBlock()
1635 LII = LR.addSegment(S); in repairOldRegInRange()
1639 LII = LR.addSegment(S); in repairOldRegInRange()
H A DMachineBasicBlock.cpp1309 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
1311 SR.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
1330 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
1335 SR.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
H A DPHIElimination.cpp473 IncomingLI.addSegment(LiveInterval::Segment( in LowerPHINode()
509 LR->addSegment( in LowerPHINode()
H A DStackColoring.cpp869 Intervals[Slot]->addSegment( in calculateLiveIntervals()
885 Intervals[i]->addSegment(LiveInterval::Segment(Starts[i], EndIdx, VNI)); in calculateLiveIntervals()
H A DTwoAddressInstructionPass.cpp1633 LI.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1636 S.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1643 LR->addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1808 LI.addSegment(NewSeg); in processStatepoint()
H A DRenameIndependentSubregs.cpp341 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI)); in computeMainRangesFixFlags()
H A DRegisterCoalescer.cpp694 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()
716 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo)); in adjustCopiesBackFrom()
796 LiveRange::Segment &Merged = *Dst.addSegment(Added); in addSegmentsWithValNo()
H A DSplitKit.cpp1170 LI.addSegment(LiveInterval::Segment(Start, End, VNI)); in transferValues()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h359 LoadCommand &addSegment(StringRef SegName, uint64_t SegVMSize);
H A DMachOObject.cpp185 LoadCommand &Object::addSegment(StringRef SegName, uint64_t SegVMSize) { in addSegment()
184 LoadCommand &Object::addSegment(StringRef SegName, uint64_t SegVMSize) { addSegment() function in Object
H A DMachOObjcopy.cpp335 Obj.addSegment(TargetSegName, alignTo(Sec.Size, 16384)); in findSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp308 NewFMAInt.addSegment( in processBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h318 Segment &addSegment(StringRef SegName) {
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h480 iterator addSegment(Segment S);
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1196 L1.addSegment(LiveRange::Segment(I.start, I.end, NewVN)); in coalesceRegisters()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1233 Segment &addSegment(ArrayRef<uint8_t> Data) { in addSegment() function
H A DELFObject.cpp1468 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1700 DefLI.addSegment(S); in coalesceVSETVLIs()