Searched refs:isEarlierInstr (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveIntervals.cpp | 1137 if (SlotIndex::isEarlierInstr(OldIdx, NewIdx)) in updateRange() 1153 if (OldIdxIn == E || SlotIndex::isEarlierInstr(OldIdx, OldIdxIn->start)) in handleMoveDown() 1158 if (SlotIndex::isEarlierInstr(OldIdxIn->start, OldIdx)) { in handleMoveDown() 1173 SlotIndex::isEarlierInstr(Next->start, NewIdx)) { in handleMoveDown() 1180 !SlotIndex::isEarlierInstr(NewIdxIn->start, NewIdx)) { in handleMoveDown() 1215 if (SlotIndex::isEarlierInstr(NewIdxDef, OldIdxOut->end)) { in handleMoveDown() 1229 SlotIndex::isEarlierInstr(OldIdxOut->end, NewIdxDef)) { in handleMoveDown() 1233 !SlotIndex::isEarlierInstr(std::prev(OldIdxOut)->end, in handleMoveDown() 1275 if (SlotIndex::isEarlierInstr(Prev->start, NewIdxDef)) { in handleMoveDown() 1327 if (OldIdxIn == E || SlotIndex::isEarlierInstr(OldIdx, OldIdxIn->start)) in handleMoveUp() [all …]
|
| H A D | RegAllocGreedy.cpp | 776 SlotIndex::isEarlierInstr(BI.FirstInstr, in addSplitConstraints() 835 SlotIndex::isEarlierInstr(LIS->getInstructionIndex(*FirstNonDebugInstr), in addThroughConstraints() 1745 assert(!SlotIndex::isEarlierInstr(RMS[RI], Uses[I])); in tryLocalSplit() 1746 if (SlotIndex::isEarlierInstr(Uses[I + 1], RMS[RI])) in tryLocalSplit() 1757 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 | 133 if (!SlotIndex::isEarlierInstr(VNI->def, LIP.second) && VNI->def < MBBEnd) in computeLastInsertPoint()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SlotIndexes.h | 183 static bool isEarlierInstr(SlotIndex A, SlotIndex B) { in isEarlierInstr() function 190 return !isEarlierInstr(B, A); in isEarlierEqualInstr()
|
| H A D | LiveInterval.h | 577 if (!SlotIndex::isEarlierInstr(Idx, I->start)) { in Query()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNPreRAOptimizations.cpp | 207 if (SlotIndex::isEarlierInstr(LIS->getInstructionIndex(*Def1), in processReg()
|