| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveRangeCalc.cpp | 407 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA() 410 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
|
| H A D | LiveRangeEdit.cpp | 391 NewLI.addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), VNI)); in eliminateDeadDef() 397 SR->addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), in eliminateDeadDef()
|
| H A D | LiveRegMatrix.cpp | 216 LR.addSegment(Seg); in checkInterference()
|
| H A D | LiveInterval.cpp | 219 iterator addSegment(Segment S) { in addSegment() function in __anonde6d12790111::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 D | LiveIntervals.cpp | 364 LR.addSegment(LiveRange::Segment(Def, Def.getDeadSlot(), VNI)); in createSegmentsForValues() 422 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses() 883 Interval.addSegment(S); in addSegmentToEndOfBlock() 1625 LII = LR.addSegment(S); in repairOldRegInRange() 1629 LII = LR.addSegment(S); in repairOldRegInRange()
|
| H A D | TwoAddressInstructionPass.cpp | 1530 LI.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs() 1533 S.addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs() 1540 LR->addSegment(LiveRange::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs() 1668 LI.addSegment(NewSeg); in processStatepoint()
|
| H A D | StackColoring.cpp | 898 Intervals[Slot]->addSegment( in calculateLiveIntervals() 914 Intervals[i]->addSegment(LiveInterval::Segment(Starts[i], EndIdx, VNI)); in calculateLiveIntervals()
|
| H A D | RenameIndependentSubregs.cpp | 339 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI)); in computeMainRangesFixFlags()
|
| H A D | PHIElimination.cpp | 400 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex, in LowerPHINode()
|
| H A D | MachineBasicBlock.cpp | 1181 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge() 1200 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
|
| H A D | RegisterCoalescer.cpp | 704 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom() 726 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo)); in adjustCopiesBackFrom() 805 LiveRange::Segment &Merged = *Dst.addSegment(Added); in addSegmentsWithValNo()
|
| H A D | SplitKit.cpp | 1158 LI.addSegment(LiveInterval::Segment(Start, End, VNI)); in transferValues()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeExecMaskingPreRA.cpp | 234 Dst.addSegment(LiveRange::Segment(Start, End, VNI)); in optimizeVcndVcmpPair() 238 Dst.addSegment(LiveRange::Segment(CmpIdx.getRegSlot(), AndIdx.getRegSlot(), VNI)); in optimizeVcndVcmpPair()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObject.h | 360 LoadCommand &addSegment(StringRef SegName, uint64_t SegVMSize);
|
| H A D | MachOObject.cpp | 172 LoadCommand &Object::addSegment(StringRef SegName, uint64_t SegVMSize) { in addSegment() function in Object
|
| H A D | MachOObjcopy.cpp | 324 Obj.addSegment(TargetSegName, alignTo(Sec.Size, 16384)); in addSection()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXFMAMutate.cpp | 308 NewFMAInt.addSegment( in processBlock()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 480 iterator addSegment(Segment S);
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 1171 L1.addSegment(LiveRange::Segment(I.start, I.end, NewVN)); in coalesceRegisters()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 1095 Segment &addSegment(ArrayRef<uint8_t> Data) { in addSegment() function
|
| H A D | ELFObject.cpp | 1400 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders()
|