| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LiveRangeEdit.cpp | 46 LiveInterval &OldLI = LIS.getInterval(OldReg); in createEmptyIntervalFrom() 66 LIS.getInterval(VReg).markNotSpillable(); in createFrom() 86 LiveInterval &OrigLI = LIS.getInterval(Original); in scanRemattable() 123 LiveInterval &li = LIS.getInterval(MO.getReg()); in allUsesAvailableAt() 297 LiveInterval &OrigLI = LIS.getInterval(Original); in eliminateDeadDef() 321 LiveInterval &LI = LIS.getInterval(Reg); in eliminateDeadDef() 387 ToShrink.remove(&LIS.getInterval(Reg)); in eliminateDeadDef() 464 LiveInterval &LI = LIS.getInterval(get(I)); in calculateRegClassAndHint()
|
| H A D | InlineSpiller.cpp | 280 LIS.getInterval(MO.getReg()); in getVDefInterval() 350 LiveInterval &SnipLI = LIS.getInterval(SnipReg); in collectRegsToSpill() 394 LiveInterval &SrcLI = LIS.getInterval(SrcReg); in hoistSpillInsideBB() 405 LiveInterval &OrigLI = LIS.getInterval(Original); in hoistSpillInsideBB() 481 LiveInterval &DstLI = LIS.getInterval(DstReg); in eliminateRedundantSpills() 533 LiveInterval &SnipLI = LIS.getInterval(MI->getOperand(1).getReg()); in markValueUsed() 601 LiveInterval &OrigLI = LIS.getInterval(Original); in reMaterializeFor() 678 LiveInterval &LI = LIS.getInterval(Reg); in reMaterializeAll() 699 LiveInterval &LI = LIS.getInterval(Reg); in reMaterializeAll() 735 (!LIS.getInterval(Reg).empty() || !MRI.reg_nodbg_empty(Reg)) && in reMaterializeAll() [all …]
|
| H A D | RegisterCoalescer.cpp | 604 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg()); in adjustCopiesBackFrom() 606 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg()); in adjustCopiesBackFrom() 792 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg()); in removeCopyByCommutingDef() 794 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg()); in removeCopyByCommutingDef() 1091 LIS->getInterval(CP.isFlipped() ? CP.getDstReg() : CP.getSrcReg()); in removePartialRedundancy() 1093 LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg()); in removePartialRedundancy() 1270 LiveInterval &SrcInt = LIS->getInterval(SrcReg); in reMaterializeTrivialDef() 1410 LiveInterval &DstInt = LIS->getInterval(DstReg); in reMaterializeTrivialDef() 1598 const LiveInterval &SrcLI = LIS->getInterval(SrcReg); in eliminateUndefCopy() 1613 LiveInterval &DstLI = LIS->getInterval(DstReg); in eliminateUndefCopy() [all …]
|
| H A D | SplitKit.cpp | 344 const LiveInterval &Orig = LIS.getInterval(OrigReg); in isOriginalEndpoint() 473 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defValue() 516 addDeadDef(LIS.getInterval(Edit->get(RegIdx)), VNI, false); in forceRecompute() 563 LiveInterval &DestLI = LIS.getInterval(Edit->get(RegIdx)); in buildCopy() 591 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defFromParent() 599 LiveInterval &OrigLI = LIS.getInterval(Original); in defFromParent() 848 LiveInterval *LI = &LIS.getInterval(Edit->get(0)); in removeBackCopies() 955 LiveInterval *LI = &LIS.getInterval(Edit->get(0)); in computeRedundantBackCopies() 1008 LiveInterval *LI = &LIS.getInterval(Edit->get(0)); in hoistCopies() 1157 LiveInterval &LI = LIS.getInterval(Edit->get(RegIdx)); in transferValues() [all …]
|
| H A D | RegAllocBase.cpp | 78 enqueue(&LIS->getInterval(Reg)); in seedLiveRegs() 152 LiveInterval *SplitVirtReg = &LIS->getInterval(Reg); in allocatePhysRegs()
|
| H A D | CalcSpillWeights.cpp | 41 calculateSpillWeightAndHint(LIS.getInterval(Reg)); in calculateSpillWeightsAndHints() 113 const LiveInterval &SrcLI = LIS.getInterval(Reg); in isRematerializable() 169 const LiveInterval &OrigInt = LIS.getInterval(Original); in weightCalcHelper()
|
| H A D | RegAllocPBQP.cpp | 201 LIS.getInterval(G.getNodeMetadata(NId).getVReg()).weight(); in apply() 334 LiveInterval &LI = LIS.getInterval(VReg); in apply() 607 LiveInterval &VRegLI = LIS.getInterval(VReg); in initializeGraph() 666 if (LIS.getInterval(VReg).empty()) { in initializeGraph() 695 LiveRangeEdit LRE(&LIS.getInterval(VReg), NewIntervals, MF, LIS, &VRM, in spillVReg() 707 const LiveInterval &LI = LIS.getInterval(R); in spillVReg() 762 LiveInterval &LI = LIS.getInterval(R); in finalizeAlloc()
|
| H A D | PHIElimination.cpp | 396 LiveInterval &DestLI = LIS->getInterval(DestReg); in LowerPHINode() 551 LiveInterval &SrcLI = LIS->getInterval(SrcReg); in LowerPHINode() 711 return LIS->isLiveInToMBB(LIS->getInterval(Reg), MBB); in isLiveIn() 726 const LiveInterval &LI = LIS->getInterval(Reg); in isLiveOutPastPHIs()
|
| H A D | RegAllocBasic.cpp | 150 LiveInterval &LI = LIS->getInterval(VirtReg); in INITIALIZE_PASS_DEPENDENCY() 169 LiveInterval &LI = LIS->getInterval(VirtReg); in LRE_WillShrinkVirtReg()
|
| H A D | RegAllocGreedy.cpp | 675 LiveInterval &LI = LIS->getInterval(VirtReg); in LRE_CanEraseVirtReg() 694 LiveInterval &LI = LIS->getInterval(VirtReg); in LRE_WillShrinkVirtReg() 789 LiveInterval *LI = &LIS->getInterval(~CurQueue.top().second); in dequeue() 1536 getCheapestEvicteeWeight(Order, LIS->getInterval(Evictee), in splitCanCauseEvictionChain() 1553 LiveInterval &EvictorLI = LIS->getInterval(Evictor); in splitCanCauseEvictionChain() 1561 VRAI->futureWeight(LIS->getInterval(Evictee), in splitCanCauseEvictionChain() 1803 LiveInterval &Reg = LIS->getInterval(LREdit.get(I)); in splitAroundRegion() 2055 LiveInterval &LI = LIS->getInterval(LREdit.get(I)); in tryBlockSplit() 2450 setStage(LIS->getInterval(LREdit.get(I)), RS_Split2); in tryLocalSplit() 2715 if (RecoloringCandidates.count(&LIS->getInterval(R))) in tryLastChanceRecoloring() [all …]
|
| H A D | TwoAddressInstructionPass.cpp | 298 LiveInterval &LI = LIS->getInterval(Reg); in isPlainlyKilled() 732 LiveInterval &LI = LIS->getInterval(Reg); in rescheduleMIBelowKill() 921 LiveInterval &LI = LIS->getInterval(Reg); in rescheduleKillAboveMI() 1433 LiveInterval &LI = LIS->getInterval(RegA); in processTiedPairs() 1494 LiveInterval &LI = LIS->getInterval(RegB); in processTiedPairs()
|
| H A D | LiveIntervals.cpp | 167 OS << getInterval(Reg) << '\n'; in print() 396 const LiveInterval &LI = getInterval(Reg); in extendSegmentsToUses() 712 const LiveInterval &LI = getInterval(Reg); in addKillFlags() 1029 LiveInterval &LI = LIS.getInterval(Reg); in updateAllRanges() 1554 LiveInterval &LI = getInterval(Reg); in handleMoveIntoNewBundle() 1695 LiveInterval &LI = getInterval(Reg); in repairIntervalsInRange()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCVSXFMAMutate.cpp | 112 LIS->getInterval(MI.getOperand(1).getReg()).Query(FMAIdx).valueIn(); in processBlock() 192 if (LIS->getInterval(Reg2).Query(FMAIdx).isKill() in processBlock() 196 } else if (LIS->getInterval(Reg3).Query(FMAIdx).isKill() in processBlock() 213 !LIS->getInterval(AddendSrcReg).liveAt(FMAIdx)) in processBlock() 281 LiveInterval &FMAInt = LIS->getInterval(OldFMAReg); in processBlock() 299 LiveInterval &NewFMAInt = LIS->getInterval(KilledProdReg); in processBlock()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64PBQPRegAlloc.cpp | 186 const LiveInterval &ld = LIs.getInterval(Rd); in addIntraChainConstraint() 187 const LiveInterval &la = LIs.getInterval(Ra); in addIntraChainConstraint() 262 const LiveInterval &ld = LIs.getInterval(Rd); in addInterChainConstraint() 268 const LiveInterval &lr = LIs.getInterval(r); in addInterChainConstraint() 321 const LiveInterval &LI = LIs.getInterval(reg); in regJustKilledBefore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | LiveStacks.h | 64 LiveInterval &getInterval(int Slot) { in getInterval() function 71 const LiveInterval &getInterval(int Slot) const { in getInterval() function
|
| H A D | LiveIntervals.h | 114 LiveInterval &getInterval(Register Reg) { in getInterval() function 121 const LiveInterval &getInterval(Register Reg) const { in getInterval() function 122 return const_cast<LiveIntervals*>(this)->getInterval(Reg); in getInterval()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyOptimizeLiveIntervals.cpp | 91 LIS.splitSeparateComponents(LIS.getInterval(Reg), SplitLIs); in runOnMachineFunction() 112 LiveInterval &LI = LIS.getInterval(MI->getOperand(0).getReg()); in runOnMachineFunction()
|
| H A D | WebAssemblyMemIntrinsicResults.cpp | 91 LiveInterval *FromLI = &LIS.getInterval(FromReg); in replaceDominatedUses() 92 LiveInterval *ToLI = &LIS.getInterval(ToReg); in replaceDominatedUses()
|
| H A D | WebAssemblyRegStackify.cpp | 274 if (const VNInfo *ValNo = LIS.getInterval(Reg).getVNInfoBefore( in getVRegDef() 291 const LiveInterval &LI = LIS.getInterval(Reg); in hasOneUse() 436 const LiveInterval &LI = LIS.getInterval(Reg); in oneUseDominatesOtherUses() 540 LiveInterval &LI = LIS.getInterval(Reg); in moveForSingleUse() 582 LiveInterval &LI = LIS.getInterval(Reg); in rematerializeCheapDef() 655 LiveInterval &LI = LIS.getInterval(Reg); in moveAndTeeForMultiUse()
|
| H A D | WebAssemblyRegColoring.cpp | 108 LiveInterval *LI = &Liveness->getInterval(VReg); in runOnMachineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRegisterInfo.cpp | 382 return !any_of(LIS.getInterval(DstReg), HasCall) && in shouldCoalesce() 383 !any_of(LIS.getInterval(SrcReg), HasCall); in shouldCoalesce() 391 return any_of(LIS.getInterval(LargeReg), HasCall) || in shouldCoalesce() 392 !any_of(LIS.getInterval(SmallReg), HasCall); in shouldCoalesce()
|
| H A D | HexagonExpandCondsets.cpp | 335 LiveInterval &LI = LIS->getInterval(Reg); in updateKillFlags() 427 LiveInterval &LI = LIS->getInterval(Reg); in updateDeadsInRange() 529 LiveInterval &LI = LIS->getInterval(Reg); in updateDeadFlags() 574 LIS->getInterval(R).verify(); in updateLiveness() 1137 LiveInterval &L1 = LIS->getInterval(R1.Reg); in coalesceRegisters() 1138 LiveInterval &L2 = LIS->getInterval(R2.Reg); in coalesceRegisters()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | GCNRegPressure.cpp | 33 const auto &LI = LIS.getInterval(Reg); in printLivesAt() 249 const auto &LI = LIS.getInterval(Reg); in getLiveLaneMask() 367 const LiveInterval &LI = LIS.getInterval(It.first); in advanceBeforeNext()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86TileConfig.cpp | 187 LIS.extendToIndices(LIS.getInterval(R), {SIdx.getRegSlot()}); in INITIALIZE_PASS_DEPENDENCY()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.cpp | 397 LiveInterval &IntGR128 = LIS.getInterval(GR128Reg); in shouldCoalesce() 398 LiveInterval &IntGRNar = LIS.getInterval(GRNarReg); in shouldCoalesce()
|