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 DLiveRegMatrix.cpp224 LR.addSegment(Seg); in checkInterference()
255 LR.addSegment(Seg); in checkInterferenceLanes()
H A DLiveRangeCalc.cpp411 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA()
414 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
H A DLiveRangeEdit.cpp400 NewLI.addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), VNI)); in eliminateDeadDef()
406 SR->addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), in eliminateDeadDef()
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.cpp400 LR.addSegment(LiveRange::Segment(Def, Def.getDeadSlot(), VNI)); in createSegmentsForValues()
458 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
929 Interval.addSegment(S); in addSegmentToEndOfBlock()
1671 LII = LR.addSegment(S); in repairOldRegInRange()
1675 LII = LR.addSegment(S); in repairOldRegInRange()
H A DMachineBasicBlock.cpp1318 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
1320 SR.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
1339 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
1344 SR.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
H A DPHIElimination.cpp481 IncomingLI.addSegment(LiveInterval::Segment( in LowerPHINode()
517 LR->addSegment( in LowerPHINode()
H A DTwoAddressInstructionPass.cpp1635 LI.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1638 S.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1645 LR->addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
1810 LI.addSegment(NewSeg); in processStatepoint()
H A DStackColoring.cpp874 Intervals[Slot]->addSegment( in calculateLiveIntervals()
890 Intervals[i]->addSegment(LiveInterval::Segment(Starts[i], EndIdx, VNI)); in calculateLiveIntervals()
H A DRenameIndependentSubregs.cpp347 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI)); in computeMainRangesFixFlags()
H A DRegisterCoalescer.cpp706 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom()
728 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo)); in adjustCopiesBackFrom()
809 LiveRange::Segment &Merged = *Dst.addSegment(Added); in addSegmentsWithValNo()
H A DSplitKit.cpp1206 LI.addSegment(LiveInterval::Segment(Start, End, VNI)); in transferValues()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h360 LoadCommand &addSegment(StringRef SegName, uint64_t SegVMSize);
H A DMachOObject.cpp198 LoadCommand &Object::addSegment(StringRef SegName, uint64_t SegVMSize) { in addSegment() function in Object
H A DMachOObjcopy.cpp354 Obj.addSegment(TargetSegName, alignTo(Sec.Size, 16384)); in addSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp133 Seg = &Builder.addSegment(""); in startSynthesis()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h483 LLVM_ABI iterator addSegment(Segment S);
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOBuilder.h313 Segment &addSegment(StringRef SegName) {
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp1179 L1.addSegment(LiveRange::Segment(I.start, I.end, NewVN)); in coalesceRegisters()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1240 Segment &addSegment(ArrayRef<uint8_t> Data) { in addSegment() function
H A DELFObject.cpp1465 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1723 DefLI.addSegment(S); in coalesceVSETVLIs()