Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp195 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getNextIndex( in getNextIndex() function in HexagonBlockRanges::InstrIndexMap
452 IndexType DS = IndexMap.getNextIndex(AE); in computeDeadMap()
462 IndexType DS = IndexMap.getNextIndex(ZE); in computeDeadMap()
H A DHexagonBlockRanges.h133 IndexType getNextIndex(IndexType Idx) const;
H A DHexagonRegisterInfo.cpp370 I != E; I = I.getNextIndex()) { in shouldCoalesce()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp339 LIS->getInstructionIndex(*LastClauseInst).getNextIndex(); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp1088 CurrentIndex = CurrentIndex.getNextIndex(); in extractInstructionFeatures()
1134 CurrentIndex = CurrentIndex.getNextIndex(); in extractInstructionFeatures()
H A DLiveDebugVariables.cpp1249 REnd = REnd.getNextIndex(); in computeIntervals()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h263 SlotIndex getNextIndex() const { in getNextIndex() function