Searched refs:getSlotIndexes (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 186 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()
|
D | LiveRegMatrix.cpp | 166 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
|
D | LiveIntervalAnalysis.cpp | 201 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()
|
D | CalcSpillWeights.cpp | 217 if (li.isZeroLength(LIS.getSlotIndexes())) { in calculateSpillWeightAndHint()
|
D | LiveRangeEdit.cpp | 155 return LIS.getSlotIndexes()->insertMachineInstrInMaps(--MI, Late) in rematerializeAt()
|
D | RegisterCoalescer.cpp | 1212 ? 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()
|
D | LiveInterval.cpp | 1422 Idx = LIS.getSlotIndexes()->getIndexBefore(MI); in Distribute()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 188 SlotIndexes *getSlotIndexes() const { in getSlotIndexes() function
|