/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 412 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA() 415 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
|
H A D | LiveRangeEdit.cpp | 403 NewLI.addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), VNI)); in eliminateDeadDef() 409 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 __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 D | LiveIntervals.cpp | 384 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 D | MachineBasicBlock.cpp | 1309 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 D | PHIElimination.cpp | 473 IncomingLI.addSegment(LiveInterval::Segment( in LowerPHINode() 509 LR->addSegment( in LowerPHINode()
|
H A D | StackColoring.cpp | 869 Intervals[Slot]->addSegment( in calculateLiveIntervals() 885 Intervals[i]->addSegment(LiveInterval::Segment(Starts[i], EndIdx, VNI)); in calculateLiveIntervals()
|
H A D | TwoAddressInstructionPass.cpp | 1633 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 D | RenameIndependentSubregs.cpp | 341 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI)); in computeMainRangesFixFlags()
|
H A D | RegisterCoalescer.cpp | 694 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 D | SplitKit.cpp | 1170 LI.addSegment(LiveInterval::Segment(Start, End, VNI)); in transferValues()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 359 LoadCommand &addSegment(StringRef SegName, uint64_t SegVMSize);
|
H A D | MachOObject.cpp | 185 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 D | MachOObjcopy.cpp | 335 Obj.addSegment(TargetSegName, alignTo(Sec.Size, 16384)); in findSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXFMAMutate.cpp | 308 NewFMAInt.addSegment( in processBlock()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOBuilder.h | 318 Segment &addSegment(StringRef SegName) {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 480 iterator addSegment(Segment S);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 1196 L1.addSegment(LiveRange::Segment(I.start, I.end, NewVN)); in coalesceRegisters()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 1233 Segment &addSegment(ArrayRef<uint8_t> Data) { in addSegment() function
|
H A D | ELFObject.cpp | 1468 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 1700 DefLI.addSegment(S); in coalesceVSETVLIs()
|