Searched refs:getSlotIndexes (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 231 std::tie(Start, Stop) = LIS.getSlotIndexes()->getMBBRange(BI.MBB); in calcLiveBlockInfo() 383 LRCalc[0].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT, in reset() 386 LRCalc[1].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT, in reset() 523 SlotIndexes &Indexes = *LIS.getSlotIndexes(); in buildSingleSubRegCopy() 546 SlotIndexes &Indexes = *LIS.getSlotIndexes(); in buildCopy() 1176 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(&*MBB); in transferValues() 1293 SubLRC.reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT, in extendPHIKillRanges() 1296 LI.computeSubRangeUndefs(Undefs, PS.LaneMask, MRI, *LIS.getSlotIndexes()); in extendPHIKillRanges() 1389 SubLRC.reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT, in rewriteAssigned() 1392 LI.computeSubRangeUndefs(Undefs, S.LaneMask, MRI, *LIS.getSlotIndexes()); in rewriteAssigned() [all …]
|
D | LiveIntervals.cpp | 197 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeVirtRegInterval() 270 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in computeRegUnitRange() 627 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in extendToIndices() 1424 SlotIndex InstSlot = LIS.getSlotIndexes()->getInstructionIndex(MI); in findLastUseBefore() 1434 SlotIndexes *Indexes = LIS.getSlotIndexes(); in findLastUseBefore() 1682 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator()); in constructMainRangeFromSubranges()
|
D | LiveRegMatrix.cpp | 173 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
|
D | CalcSpillWeights.cpp | 288 if (updateLI && li.isZeroLength(LIS.getSlotIndexes()) && in weightCalcHelper()
|
D | RenameIndependentSubregs.cpp | 304 const SlotIndexes &Indexes = *LIS->getSlotIndexes(); in computeMainRangesFixFlags()
|
D | LiveRangeEdit.cpp | 177 return LIS.getSlotIndexes()->insertMachineInstrInMaps(*MI, Late).getRegSlot(); in rematerializeAt()
|
D | RegisterCoalescer.cpp | 956 const SlotIndexes &Indexes = *LIS->getSlotIndexes(); in removeCopyByCommutingDef() 1747 ? LIS->getSlotIndexes()->getIndexBefore(*UseMI) in updateRegDefsUses() 2096 SlotIndexes *Indexes = LIS->getSlotIndexes(); in joinReservedPhysReg() 2379 NewVNInfo(newVNInfo), CP(cp), LIS(lis), Indexes(LIS->getSlotIndexes()), in JoinVals() 3330 *LIS->getSlotIndexes(), *TRI, ComposeSubRegIdx); in mergeSubRangeInto() 3466 const SlotIndexes &Slots = *LIS->getSlotIndexes(); in buildVRegToDbgValueMap()
|
D | LiveDebugVariables.cpp | 927 RStart = LIS.getSlotIndexes()->getIndexBefore(*Range.first); in computeIntervals()
|
D | LiveInterval.cpp | 1373 SlotIndex Idx = LIS.getSlotIndexes()->getIndexBefore(*MI); in Distribute()
|
D | MachinePipeliner.cpp | 350 SlotIndexes &Slots = *getAnalysis<LiveIntervals>().getSlotIndexes(); in preprocessPhiNodes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNRegPressure.h | 206 auto &SII = *LIS.getSlotIndexes(); in getLiveRegMap()
|
D | SIFormMemoryClauses.cpp | 318 SlotIndexes *Ind = LIS->getSlotIndexes(); in runOnMachineFunction()
|
D | GCNSchedStrategy.cpp | 457 SlotIndexes *Ind = LIS->getSlotIndexes(); in computeBlockPressure()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervals.h | 211 SlotIndexes *getSlotIndexes() const { in getSlotIndexes() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.cpp | 259 const SlotIndexes &Indexes = *LIS.getSlotIndexes(); in shouldCoalesce()
|
D | HexagonExpandCondsets.cpp | 427 LI.computeSubRangeUndefs(Undefs, LM, *MRI, *LIS->getSlotIndexes()); in updateDeadsInRange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1023 LIS->getSlotIndexes()->getInstructionIndex(MI).getRegSlot(); in foldMemoryOperandImpl()
|