Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp203 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getNextIndex( in getNextIndex() function in HexagonBlockRanges::InstrIndexMap
403 IndexType DS = IndexMap.getNextIndex(AE); in computeDeadMap()
413 IndexType DS = IndexMap.getNextIndex(ZE); in computeDeadMap()
DHexagonBlockRanges.h125 IndexType getNextIndex(IndexType Idx) const;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSlotIndexes.h268 SlotIndex getNextIndex() const {
507 SlotIndex nextNonNull = index.getNextIndex();
511 nextNonNull = nextNonNull.getNextIndex();
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp159 SlotIndex end = range.end.getPrevSlot().getBaseIndex().getNextIndex(); in conflictsWithPhysReg()
164 idx = idx.getNextIndex(); in conflictsWithPhysReg()
223 end = I->end.getPrevSlot().getBaseIndex().getNextIndex(); in conflictsWithAliasRef()
225 index = index.getNextIndex()) { in conflictsWithAliasRef()
524 baseIndex = baseIndex.getNextIndex(); in handlePhysicalRegisterDef()
554 baseIndex = baseIndex.getNextIndex(); in handlePhysicalRegisterDef()
1436 SlotIndex end = I->end.getPrevSlot().getBaseIndex().getNextIndex(); in rewriteInstructionsForSpills()
2146 SlotIndex EndIdx = Index.getNextIndex().getBaseIndex(); in spillPhysRegAroundRegDefsUses()
DSpiller.cpp145 SlotIndex endIndex = loadIndex.getNextIndex(); in trivialSpillEverywhere()
DStrongPHIElimination.cpp735 SlotIndex NextInstrIndex = PHIIndex.getNextIndex(); in InsertCopiesForPHI()
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h287 SlotIndex getNextIndex() const {