Home
last modified time | relevance | path

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

/freebsd-14.2/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();
878 const SlotIndex &thisIndex = beginIndex();
879 const SlotIndex &otherIndex = other.beginIndex();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp310 MinInd = I != 0 ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex(); in runOnMachineFunction()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp876 if (LI.beginIndex() < StartSI) in extractFeatures()
877 StartSI = LI.beginIndex(); in extractFeatures()
H A DMachineScheduler.cpp2074 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()
2086 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()
2102 LocalLI->beginIndex())) { in constrainLocalCopy()
2107 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()
2137 LIS->getInstructionFromIndex(LocalLI->beginIndex()); in constrainLocalCopy()
H A DLiveInterval.cpp437 const_iterator I = find(Other.beginIndex()); in overlaps()
H A DLiveIntervals.cpp820 SlotIndex Start = LI.beginIndex(); in intervalIsInOneMBB()
H A DLiveDebugVariables.cpp1351 LocMapI.find(LI->beginIndex()); in splitLocation()
H A DRegAllocGreedy.cpp338 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp402 MachineInstr *FirstMI = LIS.getInstructionFromIndex(LI.beginIndex()); in shouldCoalesce()