Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h387 SlotIndex beginIndex() const { in beginIndex() function
522 return beginIndex() > Start.getBaseIndex() && in isLocal()
604 const SlotIndex &thisIndex = beginIndex();
605 const SlotIndex &otherIndex = other.beginIndex();
887 const SlotIndex &thisIndex = beginIndex();
888 const SlotIndex &otherIndex = other.beginIndex();
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp315 MinInd = I != 0 ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex(); in run()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h80 TypeIndex beginIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex));
H A DDebugTypes.cpp688 TypeIndex beginIndex) { in mergeUniqueTypeRecords() argument
723 mergeTypeRecord(beginIndex + ghashIndex, ty); in mergeUniqueTypeRecords()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp969 if (LI.beginIndex() < StartSI) in extractFeatures()
970 StartSI = LI.beginIndex(); in extractFeatures()
H A DMachineScheduler.cpp2388 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()
2400 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()
2416 LocalLI->beginIndex())) { in constrainLocalCopy()
2421 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()
2451 LIS->getInstructionFromIndex(LocalLI->beginIndex()); in constrainLocalCopy()
H A DLiveInterval.cpp437 const_iterator I = find(Other.beginIndex()); in overlaps()
H A DLiveDebugVariables.cpp1396 LocMapI.find(LI->beginIndex()); in splitLocation()
H A DLiveIntervals.cpp870 SlotIndex Start = LI.beginIndex(); in intervalIsInOneMBB()
H A DRegAllocGreedy.cpp464 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp406 MachineInstr *FirstMI = LIS.getInstructionFromIndex(LI.beginIndex()); in shouldCoalesce()