Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSplitKit.cpp186 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in calcLiveBlockInfo()
338 LRCalc[0].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT, in reset()
341 LRCalc[1].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT, in reset()
441 Def = LIS.getSlotIndexes()->insertMachineInstrInMaps(CopyMI, Late) in defFromParent()
872 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues()
1160 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum); in splitLiveThroughBlock()
1263 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegInBlock()
1355 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in splitRegOutBlock()
DLiveRegMatrix.cpp166 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
DLiveIntervalAnalysis.cpp201 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeVirtRegInterval()
271 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeRegUnitRange()
600 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in extendToIndices()
1219 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI); in findLastUseBefore()
1229 SlotIndexes *Indexes = LIS.getSlotIndexes(); in findLastUseBefore()
DCalcSpillWeights.cpp217 if (li.isZeroLength(LIS.getSlotIndexes())) { in calculateSpillWeightAndHint()
DLiveRangeEdit.cpp155 return LIS.getSlotIndexes()->insertMachineInstrInMaps(--MI, Late) in rematerializeAt()
DRegisterCoalescer.cpp1212 ? LIS->getSlotIndexes()->getIndexBefore(UseMI) in updateRegDefsUses()
1516 SlotIndexes *Indexes = LIS->getSlotIndexes(); in joinReservedPhysReg()
1795 NewVNInfo(newVNInfo), CP(cp), LIS(lis), Indexes(LIS->getSlotIndexes()), in JoinVals()
DLiveInterval.cpp1422 Idx = LIS.getSlotIndexes()->getIndexBefore(MI); in Distribute()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h188 SlotIndexes *getSlotIndexes() const { in getSlotIndexes() function