Home
last modified time | relevance | path

Searched refs:getNextIndex (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp196 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getNextIndex( in getNextIndex() function in HexagonBlockRanges::InstrIndexMap
453 IndexType DS = IndexMap.getNextIndex(AE); in computeDeadMap()
463 IndexType DS = IndexMap.getNextIndex(ZE); in computeDeadMap()
H A DHexagonBlockRanges.h133 IndexType getNextIndex(IndexType Idx) const;
H A DHexagonRegisterInfo.cpp375 I != E; I = I.getNextIndex()) { in shouldCoalesce()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp338 LIS->getInstructionIndex(*LastClauseInst).getNextIndex(); in runOnMachineFunction()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp998 CurrentIndex = CurrentIndex.getNextIndex(); in extractInstructionFeatures()
1044 CurrentIndex = CurrentIndex.getNextIndex(); in extractInstructionFeatures()
H A DLiveDebugVariables.cpp1238 REnd = REnd.getNextIndex(); in computeIntervals()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h262 SlotIndex getNextIndex() const { in getNextIndex() function