Searched refs:getSlotIndexes (Results 1 - 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCalcSpillWeights.cpp168 if (li.isZeroLength(LIS.getSlotIndexes())) {
H A DSplitKit.cpp168 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
423 Def = LIS.getSlotIndexes()->insertMachineInstrInMaps(CopyMI, Late)
859 tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
906 LRCalc[0].calculateValues(LIS.getSlotIndexes(), &MDT,
909 LRCalc[1].calculateValues(LIS.getSlotIndexes(), &MDT,
936 LIS.getSlotIndexes(), &MDT, &LIS.getVNInfoAllocator());
986 getLRCalc(RegIdx).extend(LI, Idx.getNextSlot(), LIS.getSlotIndexes(),
1159 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum);
1262 tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
1354 tie(Start, Stop) = LIS.getSlotIndexes()
[all...]
H A DRegAllocBasic.cpp432 SlotIndexes *Indexes = LIS->getSlotIndexes();
577 VRM->rewrite(LIS->getSlotIndexes());
H A DLiveRangeEdit.cpp153 return lis.getSlotIndexes()->insertMachineInstrInMaps(--MI, Late)
H A DVirtRegRewriter.cpp1187 DEBUG(MF.print(dbgs(), LIs->getSlotIndexes()));
1238 DEBUG(MF.print(dbgs(), LIs->getSlotIndexes()));
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp206 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
360 LRCalc[0].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT,
363 LRCalc[1].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT,
468 Def = LIS.getSlotIndexes()
974 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB);
1274 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(MBBNum);
1377 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
1469 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB);
H A DCalcSpillWeights.cpp222 if (li.isZeroLength(LIS.getSlotIndexes()) &&
H A DLiveRegMatrix.cpp166 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes());
H A DLiveIntervalAnalysis.cpp192 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
260 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
579 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
1325 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI);
1335 SlotIndexes *Indexes = LIS.getSlotIndexes();
1573 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
H A DLiveRangeEdit.cpp156 return LIS.getSlotIndexes()->insertMachineInstrInMaps(*MI, Late).getRegSlot();
H A DRenameIndependentSubregs.cpp292 const SlotIndexes &Indexes = *LIS->getSlotIndexes();
H A DRegisterCoalescer.cpp1303 ? LIS->getSlotIndexes()->getIndexBefore(*UseMI)
1590 SlotIndexes *Indexes = LIS->getSlotIndexes();
1869 NewVNInfo(newVNInfo), CP(cp), LIS(lis), Indexes(LIS->getSlotIndexes()),
H A DLiveInterval.cpp1199 Idx = LIS.getSlotIndexes()->getIndexBefore(*MI);
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h187 SlotIndexes *getSlotIndexes() const { function in class:llvm::LiveIntervals
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h176 SlotIndexes *getSlotIndexes() const { function in class:llvm::LiveIntervals
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp893 LIS->getSlotIndexes()->getInstructionIndex(MI).getRegSlot();

Completed in 562 milliseconds