Home
last modified time | relevance | path

Searched refs:getPrevIndex (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp190 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getPrevIndex( in getPrevIndex() function in HexagonBlockRanges::InstrIndexMap
394 IndexType DE = IndexMap.getPrevIndex(A->start()); in computeDeadMap()
405 IndexType DE = IndexMap.getPrevIndex(A->start()); in computeDeadMap()
DHexagonBlockRanges.h124 IndexType getPrevIndex(IndexType Idx) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpiller.cpp159 SlotIndex beginIndex = storeIndex.getPrevIndex(); in trivialSpillEverywhere()
DRegAllocBasic.cpp455 MBB = Indexes->getMBBFromIndex(SI.start().getPrevIndex()); in addMBBLiveIns()
DLiveDebugVariables.cpp920 Idx = Idx.getPrevIndex(); in findInsertLocation()
DLiveIntervalAnalysis.cpp171 SlotIndex lastIdx = end.getPrevIndex(); in conflictsWithPhysReg()
174 lastIdx = lastIdx.getPrevIndex(); in conflictsWithPhysReg()
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h307 SlotIndex getPrevIndex() const {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSlotIndexes.h288 SlotIndex getPrevIndex() const {
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp957 Idx = Idx.getPrevIndex(); in findInsertLocation()