Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveInterval.h377 SlotIndex beginIndex() const { in beginIndex() function
511 return beginIndex() > Start.getBaseIndex() && in isLocal()
592 const SlotIndex &thisIndex = beginIndex();
593 const SlotIndex &otherIndex = other.beginIndex();
871 const SlotIndex &thisIndex = beginIndex();
872 const SlotIndex &otherIndex = other.beginIndex();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp299 MinInd = I != 0 ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex(); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp403 LIS.getInstructionFromIndex(IntGR128.beginIndex()); in shouldCoalesce()
405 LIS.getInstructionFromIndex(IntGRNar.beginIndex()); in shouldCoalesce()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1854 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()
1866 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()
1882 LocalLI->beginIndex())) { in constrainLocalCopy()
1887 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()
1917 LIS->getInstructionFromIndex(LocalLI->beginIndex()); in constrainLocalCopy()
H A DLiveInterval.cpp452 const_iterator I = find(Other.beginIndex()); in overlaps()
H A DLiveDebugVariables.cpp1288 LocMapI.find(LI->beginIndex()); in splitLocation()
H A DLiveIntervals.cpp832 SlotIndex Start = LI.beginIndex(); in intervalIsInOneMBB()
H A DRegAllocGreedy.cpp758 Prio = LI->beginIndex().getInstrDistance(Indexes->getLastIndex()); in enqueue()