| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveRegMatrix.cpp | 224 LR.addSegment(Seg); in checkInterference() 255 LR.addSegment(Seg); in checkInterferenceLanes()
|
| H A D | LiveRangeCalc.cpp | 411 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA() 414 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
|
| H A D | LiveRangeEdit.cpp | 400 NewLI.addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), VNI)); in eliminateDeadDef() 406 SR->addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), in eliminateDeadDef()
|
| 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 | 400 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 D | MachineBasicBlock.cpp | 1318 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 D | PHIElimination.cpp | 481 IncomingLI.addSegment(LiveInterval::Segment( in LowerPHINode() 517 LR->addSegment( in LowerPHINode()
|
| H A D | TwoAddressInstructionPass.cpp | 1635 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 D | StackColoring.cpp | 874 Intervals[Slot]->addSegment( in calculateLiveIntervals() 890 Intervals[i]->addSegment(LiveInterval::Segment(Starts[i], EndIdx, VNI)); in calculateLiveIntervals()
|
| H A D | RenameIndependentSubregs.cpp | 347 SR.addSegment(LiveRange::Segment(RegDefIdx, PredEnd, SRVNI)); in computeMainRangesFixFlags()
|
| H A D | RegisterCoalescer.cpp | 706 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 D | SplitKit.cpp | 1206 LI.addSegment(LiveInterval::Segment(Start, End, VNI)); in transferValues()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOObject.h | 360 LoadCommand &addSegment(StringRef SegName, uint64_t SegVMSize);
|
| H A D | MachOObject.cpp | 198 LoadCommand &Object::addSegment(StringRef SegName, uint64_t SegVMSize) { in addSegment() function in Object
|
| H A D | MachOObjcopy.cpp | 354 Obj.addSegment(TargetSegName, alignTo(Sec.Size, 16384)); in addSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 133 Seg = &Builder.addSegment(""); in startSynthesis()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 483 LLVM_ABI iterator addSegment(Segment S);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | MachOBuilder.h | 313 Segment &addSegment(StringRef SegName) {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 1179 L1.addSegment(LiveRange::Segment(I.start, I.end, NewVN)); in coalesceRegisters()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.h | 1240 Segment &addSegment(ArrayRef<uint8_t> Data) { in addSegment() function
|
| H A D | ELFObject.cpp | 1465 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInsertVSETVLI.cpp | 1723 DefLI.addSegment(S); in coalesceVSETVLIs()
|