Home
last modified time | relevance | path

Searched refs:beginIndex (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h385 SlotIndex beginIndex() const { in beginIndex() function
519 return beginIndex() > Start.getBaseIndex() && in isLocal()
601 const SlotIndex &thisIndex = beginIndex();
602 const SlotIndex &otherIndex = other.beginIndex();
884 const SlotIndex &thisIndex = beginIndex();
885 const SlotIndex &otherIndex = other.beginIndex();
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp310 MinInd = I != 0 ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h80 TypeIndex beginIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex));
H A DDebugTypes.cpp684 TypeIndex beginIndex) { in mergeUniqueTypeRecords() argument
719 mergeTypeRecord(beginIndex + ghashIndex, ty); in mergeUniqueTypeRecords()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp402 MachineInstr *FirstMI = LIS.getInstructionFromIndex(LI.beginIndex()); in shouldCoalesce()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1698 VNInfo *DefVNI = DefLI.getVNInfoAt(DefLI.beginIndex()); in coalesceVSETVLIs()
1699 LiveInterval::Segment S(MISlot, DefLI.beginIndex(), DefVNI); in coalesceVSETVLIs()
1758 VNInfo *DefVNI = DefLI.getVNInfoAt(DefLI.beginIndex()); in insertReadVL()
1759 DefLI.removeSegment(DefLI.beginIndex(), NewDefSI); in insertReadVL()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp879 if (LI.beginIndex() < StartSI) in extractFeatures()
880 StartSI = LI.beginIndex(); in extractFeatures()
H A DMachineScheduler.cpp2115 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()
2127 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()
2143 LocalLI->beginIndex())) { in constrainLocalCopy()
2148 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()
2178 LIS->getInstructionFromIndex(LocalLI->beginIndex()); in constrainLocalCopy()
H A DLiveInterval.cpp437 const_iterator I = find(Other.beginIndex()); in overlaps()
H A DLiveDebugVariables.cpp1351 LocMapI.find(LI->beginIndex()); in splitLocation()
H A DLiveIntervals.cpp845 SlotIndex Start = LI.beginIndex(); in intervalIsInOneMBB()
H A DRegAllocGreedy.cpp336 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()