Searched refs:isEarlierInstr (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveIntervals.cpp | 1103 if (SlotIndex::isEarlierInstr(OldIdx, NewIdx)) in updateRange() 1119 if (OldIdxIn == E || SlotIndex::isEarlierInstr(OldIdx, OldIdxIn->start)) in handleMoveDown() 1124 if (SlotIndex::isEarlierInstr(OldIdxIn->start, OldIdx)) { in handleMoveDown() 1139 SlotIndex::isEarlierInstr(Next->start, NewIdx)) { in handleMoveDown() 1146 !SlotIndex::isEarlierInstr(NewIdxIn->start, NewIdx)) { in handleMoveDown() 1181 if (SlotIndex::isEarlierInstr(NewIdxDef, OldIdxOut->end)) { in handleMoveDown() 1195 SlotIndex::isEarlierInstr(OldIdxOut->end, NewIdxDef)) { in handleMoveDown() 1199 !SlotIndex::isEarlierInstr(std::prev(OldIdxOut)->end, in handleMoveDown() 1241 if (SlotIndex::isEarlierInstr(Prev->start, NewIdxDef)) { in handleMoveDown() 1292 if (OldIdxIn == E || SlotIndex::isEarlierInstr(OldIdx, OldIdxIn->start)) in handleMoveUp() [all …]
|
| H A D | RegAllocGreedy.cpp | 642 SlotIndex::isEarlierInstr(BI.FirstInstr, in addSplitConstraints() 701 SlotIndex::isEarlierInstr(LIS->getInstructionIndex(*FirstNonDebugInstr), in addThroughConstraints() 1609 assert(!SlotIndex::isEarlierInstr(RMS[RI], Uses[I])); in tryLocalSplit() 1610 if (SlotIndex::isEarlierInstr(Uses[I + 1], RMS[RI])) in tryLocalSplit() 1621 while (RI != RE && SlotIndex::isEarlierInstr(RMS[RI], Uses[I + 1])) in tryLocalSplit()
|
| H A D | LiveInterval.cpp | 114 assert(SlotIndex::isEarlierInstr(Def, S->start) && "Already live at def"); in createDeadDef()
|
| H A D | SplitKit.cpp | 134 if (!SlotIndex::isEarlierInstr(VNI->def, LIP.second) && VNI->def < MBBEnd) in computeLastInsertPoint()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 182 static bool isEarlierInstr(SlotIndex A, SlotIndex B) { in isEarlierInstr() function 189 return !isEarlierInstr(B, A); in isEarlierEqualInstr()
|
| H A D | LiveInterval.h | 574 if (!SlotIndex::isEarlierInstr(Idx, I->start)) { in Query()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNPreRAOptimizations.cpp | 194 if (SlotIndex::isEarlierInstr(LIS->getInstructionIndex(*Def1), in processReg()
|