/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 409 LR.addSegment(LiveInterval::Segment(Start, I.Kill, VNI)); in updateSSA() 412 LR.addSegment(LiveInterval::Segment(Start, End, VNI)); in updateSSA()
|
H A D | LiveInterval.cpp | 219 iterator addSegment(Segment S) { in addSegment() function in __anondae7e9140111::CalcLiveRangeUtilBase 545 CalcLiveRangeUtilSet(this).addSegment(S); in addSegmentToSet() 548 LiveRange::iterator LiveRange::addSegment(Segment S) { in addSegment() function in LiveRange 555 return CalcLiveRangeUtilVector(this).addSegment(S); in addSegment()
|
H A D | LiveRegMatrix.cpp | 215 LR.addSegment(Seg); in checkInterference()
|
H A D | LiveIntervals.cpp | 371 LR.addSegment(LiveRange::Segment(Def, Def.getDeadSlot(), VNI)); in createSegmentsForValues() 429 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses() 883 Interval.addSegment(S); in addSegmentToEndOfBlock() 1632 LII = LR.addSegment(S); in repairOldRegInRange() 1636 LII = LR.addSegment(S); in repairOldRegInRange()
|
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 | LiveRangeEdit.cpp | 367 NewLI.addSegment(LiveInterval::Segment(Idx, Idx.getDeadSlot(), VNI)); in eliminateDeadDef()
|
H A D | PHIElimination.cpp | 391 IncomingLI.addSegment(LiveInterval::Segment(MBBStartIndex, in LowerPHINode()
|
H A D | MachineBasicBlock.cpp | 1207 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge() 1226 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI)); in SplitCriticalEdge()
|
H A D | RegisterCoalescer.cpp | 677 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo)); in adjustCopiesBackFrom() 699 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo)); in adjustCopiesBackFrom() 778 LiveRange::Segment &Merged = *Dst.addSegment(Added); in addSegmentsWithValNo()
|
H A D | TwoAddressInstructionPass.cpp | 1437 LI.addSegment(LiveInterval::Segment(LastCopyIdx, endIdx, VNI)); in processTiedPairs()
|
H A D | SplitKit.cpp | 1163 LI.addSegment(LiveInterval::Segment(Start, End, VNI)); in transferValues()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 346 LoadCommand &addSegment(StringRef SegName, uint64_t SegVMSize);
|
H A D | Object.cpp | 150 LoadCommand &Object::addSegment(StringRef SegName, uint64_t SegVMSize) { in addSegment() function in llvm::objcopy::macho::Object
|
H A D | MachOObjcopy.cpp | 306 Obj.addSegment(TargetSegName, alignTo(Sec.Size, 16384)); in addSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXFMAMutate.cpp | 310 NewFMAInt.addSegment(LiveInterval::Segment(AI->start, AI->end, in processBlock()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 472 iterator addSegment(Segment S);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 1174 L1.addSegment(LiveRange::Segment(I->start, I->end, NewVN)); in coalesceRegisters()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.h | 1091 Segment &addSegment(ArrayRef<uint8_t> Data) { in addSegment() function
|
H A D | Object.cpp | 1433 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders()
|