Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h385 SlotIndex beginIndex() const { in beginIndex() function
519 return beginIndex() > Start.getBaseIndex() && in isLocal()
600 const SlotIndex &thisIndex = beginIndex();
601 const SlotIndex &otherIndex = other.beginIndex();
877 const SlotIndex &thisIndex = beginIndex();
878 const SlotIndex &otherIndex = other.beginIndex();
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp310 MinInd = I != 0 ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex(); in runOnMachineFunction()
/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.h80 TypeIndex beginIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex));
H A DDebugTypes.cpp682 TypeIndex beginIndex) { in mergeUniqueTypeRecords() argument
717 mergeTypeRecord(beginIndex + ghashIndex, ty); in mergeUniqueTypeRecords()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp406 LIS.getInstructionFromIndex(IntGR128.beginIndex()); in shouldCoalesce()
408 LIS.getInstructionFromIndex(IntGRNar.beginIndex()); in shouldCoalesce()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp858 if (LI.beginIndex() < StartSI) in extractFeatures()
859 StartSI = LI.beginIndex(); in extractFeatures()
H A DMachineScheduler.cpp1859 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()
1871 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()
1887 LocalLI->beginIndex())) { in constrainLocalCopy()
1892 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()
1922 LIS->getInstructionFromIndex(LocalLI->beginIndex()); in constrainLocalCopy()
H A DLiveInterval.cpp437 const_iterator I = find(Other.beginIndex()); in overlaps()
H A DLiveIntervals.cpp826 SlotIndex Start = LI.beginIndex(); in intervalIsInOneMBB()
H A DLiveDebugVariables.cpp1350 LocMapI.find(LI->beginIndex()); in splitLocation()
H A DRegAllocGreedy.cpp333 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()