Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonBlockRanges.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()
HDHexagonBlockRanges.h133 IndexType getNextIndex(IndexType Idx) const;
HDHexagonRegisterInfo.cpp375 I != E; I = I.getNextIndex()) { in shouldCoalesce()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIFormMemoryClauses.cpp338 LIS->getInstructionIndex(*LastClauseInst).getNextIndex(); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMLRegAllocEvictAdvisor.cpp998 CurrentIndex = CurrentIndex.getNextIndex(); in extractInstructionFeatures()
1044 CurrentIndex = CurrentIndex.getNextIndex(); in extractInstructionFeatures()
HDLiveDebugVariables.cpp1238 REnd = REnd.getNextIndex(); in computeIntervals()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSlotIndexes.h262 SlotIndex getNextIndex() const { in getNextIndex() function